Skip to content

Commit

Permalink
Merge pull request #499 from MasterKale/fix/492-update-peculiar-libra…
Browse files Browse the repository at this point in the history
…ries

fix/492-update-peculiar-libraries
  • Loading branch information
MasterKale authored Dec 29, 2023
2 parents 92d2e70 + af68a73 commit 73807e6
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 57 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
31 changes: 15 additions & 16 deletions packages/server/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/server/src/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export { default as base64 } from 'https://deno.land/x/[email protected]/src/base64.js'
export { fetch as crossFetch } from 'https://esm.sh/[email protected]';

// @peculiar libraries
export { AsnParser, AsnSerializer } from 'https://esm.sh/@peculiar/[email protected].6';
export { AsnParser, AsnSerializer } from 'https://esm.sh/@peculiar/[email protected].8';
export {
AuthorityKeyIdentifier,
BasicConstraints,
Expand All @@ -44,13 +44,13 @@ export {
Name,
SubjectAlternativeName,
SubjectKeyIdentifier,
} from 'https://esm.sh/@peculiar/[email protected].6';
} from 'https://esm.sh/@peculiar/[email protected].8';
export {
ECDSASigValue,
ECParameters,
id_ecPublicKey,
id_secp256r1,
id_secp384r1,
} from 'https://esm.sh/@peculiar/[email protected].6';
export { RSAPublicKey } from 'https://esm.sh/@peculiar/[email protected].6';
export { id_ce_keyDescription, KeyDescription } from 'https://esm.sh/@peculiar/[email protected].6';
} from 'https://esm.sh/@peculiar/[email protected].8';
export { RSAPublicKey } from 'https://esm.sh/@peculiar/[email protected].8';
export { id_ce_keyDescription, KeyDescription } from 'https://esm.sh/@peculiar/[email protected].10';
52 changes: 26 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 73807e6

Please sign in to comment.