Skip to content

Commit

Permalink
Update build_npm.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Dec 28, 2023
1 parent 9898411 commit 244a31d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/server/build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,25 +79,25 @@ await build({
name: 'cross-fetch',
version: '^4.0.0',
},
'https://esm.sh/@peculiar/[email protected].6': {
'https://esm.sh/@peculiar/[email protected].8': {
name: '@peculiar/asn1-schema',
version: '^2.3.6',
version: '^2.3.8',
},
'https://esm.sh/@peculiar/[email protected].6': {
'https://esm.sh/@peculiar/[email protected].8': {
name: '@peculiar/asn1-x509',
version: '^2.3.6',
version: '^2.3.8',
},
'https://esm.sh/@peculiar/[email protected].6': {
'https://esm.sh/@peculiar/[email protected].8': {
name: '@peculiar/asn1-ecc',
version: '^2.3.6',
version: '^2.3.8',
},
'https://esm.sh/@peculiar/[email protected].6': {
'https://esm.sh/@peculiar/[email protected].8': {
name: '@peculiar/asn1-rsa',
version: '^2.3.6',
version: '^2.3.8',
},
'https://esm.sh/@peculiar/[email protected].6': {
'https://esm.sh/@peculiar/[email protected].10': {
name: '@peculiar/asn1-android',
version: '^2.3.6',
version: '^2.3.10',
},
// Mapping for '../../typescript-types/src/index.ts' in deps.ts
'../typescript-types/src/index.ts': {
Expand Down

0 comments on commit 244a31d

Please sign in to comment.