Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Sep 28, 2023
1 parent 6889396 commit fcf628f
Show file tree
Hide file tree
Showing 26 changed files with 2,613 additions and 4,989 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
"@veramo/url-handler": "4.2.0",
"@sphereon/ssi-types": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk-ext.did-provider-key": "0.14.1-next.6",
"@noble/hashes": "1.2.0",
"did-jwt": "6.11.6",
"did-jwt-vc": "3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/contact-manager-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dotenv-flow": "^3.2.0",
"express": "^4.18.2",
"short-uuid": "^4.2.2",
"uuid": "^8.3.2"
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/body-parser": "^1.19.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/kv-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@keyv/compress-brotli": "^1.1.3",
"@keyv/compress-gzip": "^1.2.3",
"@keyv/sqlite": "^3.6.5",
"@keyv/sqlite": "3.6.5",
"@keyv/test-suite": "^1.9.2",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@types/debug": "^4.1.7",
Expand Down
20 changes: 10 additions & 10 deletions packages/oid4vci-issuer-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@
"start:dev": "ts-node __tests__/RestAPI.ts"
},
"dependencies": {
"@sphereon/oid4vci-common": "0.7.0",
"@sphereon/oid4vci-issuer": "0.7.0",
"@sphereon/oid4vci-issuer-server": "0.7.0",
"@sphereon/oid4vci-common": "0.7.1",
"@sphereon/oid4vci-issuer": "0.7.1",
"@sphereon/oid4vci-issuer-server": "0.7.1",
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
"@sphereon/ssi-sdk.oid4vci-issuer": "workspace:*",
"@sphereon/ssi-sdk.oid4vci-issuer-store": "workspace:*",
"@sphereon/ssi-types": "workspace:*",
"@types/uuid": "^9.0.1",
"@veramo/core": "4.2.0",
"@veramo/credential-w3c": "4.2.0",
"body-parser": "^1.19.0",
Expand All @@ -29,17 +28,18 @@
"dotenv-flow": "^3.2.0",
"express": "^4.18.2",
"short-uuid": "^4.2.2",
"uuid": "^8.3.2"
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/uuid": "^9.0.1",
"@decentralized-identity/ion-sdk": "^0.6.0",
"@sphereon/did-uni-client": "^0.6.0",
"@sphereon/pex": "2.1.0",
"@sphereon/pex": "2.1.2",
"@sphereon/pex-models": "^2.0.3",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.14.1-next.6",
"@sphereon/ssi-sdk-ext.key-manager": "0.14.1-next.6",
"@sphereon/ssi-sdk-ext.key-utils": "0.14.1-next.6",
"@sphereon/ssi-sdk-ext.kms-local": "0.14.1-next.6",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.14.1",
"@sphereon/ssi-sdk-ext.key-manager": "0.14.1",
"@sphereon/ssi-sdk-ext.key-utils": "0.14.1",
"@sphereon/ssi-sdk-ext.kms-local": "0.14.1",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*",
"@types/body-parser": "^1.19.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/oid4vci-issuer-rest-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"generate-plugin-schema": "ts-node ../../packages/dev/bin/sphereon.js dev generate-plugin-schema"
},
"dependencies": {
"@sphereon/oid4vci-common": "0.7.0",
"@sphereon/oid4vci-common": "0.7.1",
"@veramo/core": "4.2.0",
"cross-fetch": "^3.1.8"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/oid4vci-issuer-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/oid4vci-common": "0.7.0",
"@sphereon/ssi-sdk-ext.did-utils": "0.14.1-next.6",
"@sphereon/oid4vci-common": "0.7.1",
"@sphereon/ssi-sdk-ext.did-utils": "0.14.1",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
"@types/uuid": "^9.0.1",
"@veramo/core": "4.2.0",
"@veramo/credential-w3c": "4.2.0",
"cross-fetch": "^3.1.8",
"uuid": "^8.3.2"
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/uuid": "^9.0.1",
"@sphereon/did-uni-client": "^0.6.0",
"@veramo/did-provider-key": "4.2.0",
"@veramo/did-resolver": "4.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/oid4vci-issuer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/oid4vci-common": "0.7.0",
"@sphereon/oid4vci-issuer": "0.7.0",
"@sphereon/ssi-sdk-ext.did-utils": "0.14.1-next.6",
"@sphereon/oid4vci-common": "0.7.1",
"@sphereon/oid4vci-issuer": "0.7.1",
"@sphereon/ssi-sdk-ext.did-utils": "0.14.1",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
"@sphereon/ssi-sdk.oid4vci-issuer-store": "workspace:*",
Expand All @@ -25,7 +25,7 @@
"@veramo/core": "4.2.0",
"@veramo/credential-w3c": "4.2.0",
"cross-fetch": "^3.1.8",
"uuid": "^8.3.2"
"uuid": "^9.0.1"
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/presentation-exchange/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/pex": "2.1.0",
"@sphereon/pex": "2.1.2",
"@sphereon/pex-models": "^2.0.3",
"@sphereon/ssi-sdk-ext.did-utils": "0.14.1-next.6",
"@sphereon/ssi-sdk-ext.did-utils": "0.14.1",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
"@sphereon/ssi-types": "workspace:*",
"@veramo/core": "4.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/siopv2-oid4vp-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"access": "public"
},
"dependencies": {
"@sphereon/did-auth-siop": "0.3.2-unstable.8",
"@sphereon/did-auth-siop": "0.4.0",
"@sphereon/ssi-types": "workspace:*",
"uint8arrays": "3.1.1"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/siopv2-oid4vp-op-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/did-auth-siop": "0.3.2-unstable.8",
"@sphereon/pex": "2.1.0",
"@sphereon/pex-models": "2.0.2",
"@sphereon/ssi-sdk-ext.did-utils": "0.14.1-next.6",
"@sphereon/did-auth-siop": "0.4.0",
"@sphereon/pex": "2.1.2",
"@sphereon/pex-models": "2.0.3",
"@sphereon/ssi-sdk-ext.did-utils": "0.14.1",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.presentation-exchange": "workspace:*",
"@sphereon/ssi-types": "workspace:*",
"@sphereon/wellknown-dids-client": "^0.1.3",
"@types/uuid": "^9.0.1",
"@veramo/core": "4.2.0",
"@veramo/credential-w3c": "4.2.0",
"cross-fetch": "^3.1.8",
"did-jwt-vc": "3.1.3",
"uuid": "^8.3.2"
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/uuid": "^9.0.1",
"@sphereon/did-uni-client": "^0.6.0",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@veramo/did-provider-key": "4.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/siopv2-oid4vp-rp-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/did-auth-siop": "0.3.2-unstable.8",
"@sphereon/pex": "2.1.0",
"@sphereon/ssi-sdk-ext.did-utils": "0.14.1-next.6",
"@sphereon/did-auth-siop": "0.4.0",
"@sphereon/pex": "2.1.2",
"@sphereon/ssi-sdk-ext.did-utils": "0.14.1",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
"@sphereon/ssi-sdk.presentation-exchange": "workspace:*",
"@sphereon/ssi-sdk.siopv2-oid4vp-common": "workspace:*",
"@sphereon/ssi-types": "workspace:*",
"@sphereon/wellknown-dids-client": "^0.1.3",
"@types/uuid": "^9.0.1",
"@veramo/core": "4.2.0",
"@veramo/credential-w3c": "4.2.0",
"cross-fetch": "^3.1.8",
"uuid": "^8.3.2"
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/uuid": "^9.0.4",
"@sphereon/did-uni-client": "^0.6.0",
"@veramo/did-provider-key": "4.2.0",
"@veramo/did-resolver": "4.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/siopv2-oid4vp-rp-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@
"start:dev": "ts-node __tests__/RestAPI.ts"
},
"dependencies": {
"@sphereon/did-auth-siop": "0.3.2-unstable.8",
"@sphereon/did-auth-siop": "0.4.0",
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
"@sphereon/ssi-sdk.presentation-exchange": "workspace:*",
"@sphereon/ssi-sdk.siopv2-oid4vp-common": "workspace:*",
"@sphereon/ssi-sdk.siopv2-oid4vp-rp-auth": "workspace:*",
"@sphereon/ssi-types": "workspace:*",
"@types/uuid": "^9.0.1",
"@veramo/core": "4.2.0",
"@veramo/credential-w3c": "4.2.0",
"body-parser": "^1.19.0",
Expand All @@ -29,14 +28,15 @@
"dotenv-flow": "^3.2.0",
"express": "^4.18.2",
"short-uuid": "^4.2.2",
"uuid": "^8.3.2"
"uuid": "^9.0.1"
},
"devDependencies": {
"@decentralized-identity/ion-sdk": "^0.6.0",
"@sphereon/did-uni-client": "^0.6.0",
"@sphereon/pex": "2.1.0",
"@types/uuid": "^9.0.4",
"@sphereon/pex": "2.1.2",
"@sphereon/pex-models": "^2.0.3",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.14.1-next.6",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.14.1",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*",
"@types/body-parser": "^1.19.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/uni-resolver-registrar-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"dependencies": {
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk-ext.did-utils": "0.14.1-next.6",
"@sphereon/ssi-sdk-ext.key-manager": "0.14.1-next.6",
"@sphereon/ssi-sdk-ext.key-utils": "0.14.1-next.6",
"@sphereon/ssi-sdk-ext.did-utils": "0.14.1",
"@sphereon/ssi-sdk-ext.key-manager": "0.14.1",
"@sphereon/ssi-sdk-ext.key-utils": "0.14.1",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-types": "workspace:*",
"@veramo/core": "4.2.0",
Expand All @@ -27,12 +27,12 @@
"dotenv-flow": "^3.2.0",
"express": "^4.18.2",
"short-uuid": "^4.2.2",
"uuid": "^8.3.2"
"uuid": "^9.0.1"
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.0",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.14.1-next.6",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.14.1-next.6",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.14.1",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.14.1",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*",
"@types/body-parser": "^1.19.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/vc-handler-ld-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@sphereon/isomorphic-webcrypto": "^2.4.0-unstable.4",
"@sphereon/ssi-types": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk-ext.did-utils": "0.14.1-next.6",
"@sphereon/ssi-sdk-ext.key-utils": "0.14.1-next.6",
"@sphereon/ssi-sdk-ext.did-utils": "0.14.1",
"@sphereon/ssi-sdk-ext.key-utils": "0.14.1",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk.vc-status-list": "workspace:*",
Expand Down Expand Up @@ -58,10 +58,10 @@
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.0",
"@sphereon/ssi-sdk-ext.did-provider-key": "0.14.1-next.6",
"@sphereon/ssi-sdk-ext.did-provider-lto": "0.14.1-next.6",
"@sphereon/ssi-sdk-ext.key-manager": "0.14.1-next.6",
"@sphereon/ssi-sdk-ext.kms-local": "0.14.1-next.6",
"@sphereon/ssi-sdk-ext.did-provider-key": "0.14.1",
"@sphereon/ssi-sdk-ext.did-provider-lto": "0.14.1",
"@sphereon/ssi-sdk-ext.key-manager": "0.14.1",
"@sphereon/ssi-sdk-ext.kms-local": "0.14.1",
"@transmute/lds-ecdsa-secp256k1-recovery2020": "^0.0.7",
"@types/nock": "^11.1.0",
"@types/node": "18.15.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/vc-handler-ld-local/src/__tests__/diwala.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ describe('Diwala issued VC', () => {
valid: true,
},
verificationMethod: {
'@context': ["https://www.w3.org/ns/did/v1", 'https://w3id.org/security/suites/ed25519-2018/v1'],
'@context': ['https://www.w3.org/ns/did/v1', 'https://w3id.org/security/suites/ed25519-2018/v1'],
controller: {
id: 'did:key:z6MkrzXCdarP1kaZcJb3pmNi295wfxerDrmTqPv5c6MkP2r9#z6MkrzXCdarP1kaZcJb3pmNi295wfxerDrmTqPv5c6MkP2r9',
// @fixme: The above is incorrect. Controller should be the DID not a VM, like below
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ describe('credential-LD full flow', () => {
valid: true,
},
verificationMethod: {
"@context": "https://www.w3.org/ns/did/v1",
'@context': 'https://www.w3.org/ns/did/v1',
type: 'Ed25519VerificationKey2018',
},
verified: true,
Expand Down
2 changes: 0 additions & 2 deletions packages/vc-handler-ld-local/src/ld-credential-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ import { LdSuiteLoader } from './ld-suite-loader'
import { RequiredAgentMethods } from './ld-suites'
import { events, IIssueCredentialStatusOpts } from './types'



// import jsigs from '@digitalcredentials/jsonld-signatures'
//Support for Typescript added in version 9.0.0
// eslint-disable-next-line @typescript-eslint/no-var-requires
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class SphereonEcdsaSecp256k1RecoverySignature2020 extends SphereonLdSigna
keyRef: key.kid,
algorithm: 'ES256K-R',
data: messageBuffer,
encoding: 'base64'
encoding: 'base64',
})
return `${headerString}..${signature}`
},
Expand Down Expand Up @@ -70,9 +70,7 @@ export class SphereonEcdsaSecp256k1RecoverySignature2020 extends SphereonLdSigna

preDidResolutionModification(didUrl: string, didDoc: DIDDocument): void {
const idx =
didDoc['@context']?.indexOf(
'https://identity.foundation/EcdsaSecp256k1RecoverySignature2020/lds-ecdsa-secp256k1-recovery2020-0.0.jsonld',
) || -1
didDoc['@context']?.indexOf('https://identity.foundation/EcdsaSecp256k1RecoverySignature2020/lds-ecdsa-secp256k1-recovery2020-0.0.jsonld') || -1
if (Array.isArray(didDoc['@context']) && idx !== -1) {
didDoc['@context'][idx] = this.getContext()
}
Expand Down
4 changes: 2 additions & 2 deletions packages/vc-status-list-issuer-drivers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk.vc-status-list-issuer-drivers",
"description": "Sphereon SSI-SDK plugin for Status List management, like StatusList2021. Issuer drivers module",
"version": "0.14.1-next.6",
"version": "0.14.1",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"typeorm": "^0.3.12",
"@sphereon/vc-status-list": "^7.0.0-next.0",
"@veramo/core": "4.2.0",
"@sphereon/ssi-sdk-ext.did-utils": "^0.14.1-next.6",
"@sphereon/ssi-sdk-ext.did-utils": "^0.14.1",
"@sphereon/ssi-types": "workspace:*",
"debug": "^4.3.4",
"uint8arrays": "^3.1.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/vc-status-list-issuer-rest-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk.vc-status-list-issuer-rest-api",
"description": "Sphereon SSI-SDK plugin for Status List management, like StatusList2021. Issuer drivers module",
"version": "0.14.1-next.6",
"version": "0.14.1",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"uuid": "^9.0.0",
"@sphereon/vc-status-list": "7.0.0-next.0",
"@veramo/core": "4.2.0",
"@sphereon/ssi-sdk-ext.did-utils": "^0.14.1-next.6",
"@sphereon/ssi-sdk-ext.did-utils": "^0.14.1",
"@sphereon/ssi-types": "workspace:*",
"debug": "^4.3.4",
"uint8arrays": "^3.1.1"
Expand All @@ -34,8 +34,8 @@
"@types/express": "^4.17.17",
"@types/uuid": "^9.0.3",
"@sphereon/did-uni-client": "^0.6.0",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.14.1-next.6",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.14.1-next.6",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.14.1",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.14.1",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*",
"@types/body-parser": "^1.19.2",
Expand Down
Loading

0 comments on commit fcf628f

Please sign in to comment.