Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/SPRIND-137 #295

Open
wants to merge 24 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
4982faa
fix: Updated dependencies and fixed broken code
zoemaas Dec 6, 2024
d5ccb83
Merge branch 'develop' into feature/SPRIND-137
zoemaas Dec 7, 2024
d2c23db
fix: Updated pnpm-lock.yaml
zoemaas Dec 7, 2024
2b871d5
fix: Updated dependencies
zoemaas Dec 9, 2024
f7eb79c
chore: Added dcqlQuery to the siop request
zoemaas Dec 10, 2024
a50eb33
fix: Removed local dependencies
zoemaas Dec 11, 2024
c3754e6
fix: Fixed type issues
zoemaas Dec 18, 2024
f919a29
fix: Fixed type issues and updated oid4vc dependency
zoemaas Dec 19, 2024
f8a8c17
fix: Fixed the encoded presentation creation
zoemaas Dec 19, 2024
ca0b91c
Merge branch 'develop' of https://github.com/Sphereon-Opensource/SSI-…
zoemaas Dec 19, 2024
6fc5099
fix: Fixed merging issue
zoemaas Dec 19, 2024
e4b9a78
chore: updated dependencies on oid4vc
zoemaas Jan 3, 2025
4d54426
Merge branch 'develop' of https://github.com/Sphereon-Opensource/SSI-…
zoemaas Jan 3, 2025
39cf3aa
chore: updated rest test ports
zoemaas Jan 3, 2025
59736ac
refactor: updated dependencies, improved DCQL vc PD xor and added Err…
zoemaas Jan 8, 2025
525c412
refactor: Added Array.isArray() check
zoemaas Jan 8, 2025
0cd9c04
refactor: returning Promise.reject instead of throwing error
zoemaas Jan 9, 2025
29bb78c
refactor: Using only Array.isArray() now
zoemaas Jan 9, 2025
702a276
refactor: Using only if(authorizationRequestData.dcqlQuery) now
zoemaas Jan 9, 2025
0991b4c
refactor: Removed any
zoemaas Jan 9, 2025
a133247
refactor: Removed any from retrieveEncodedCredential
zoemaas Jan 9, 2025
9bebc10
refactor: Removed response &&
zoemaas Jan 9, 2025
1217bb2
refactor: Removed ? from response.text()
zoemaas Jan 9, 2025
cd9d985
refactor: Removed ? from response.headers.get('content_type') | ''
zoemaas Jan 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
"@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.26",
"@noble/hashes": "1.6.1",
"debug": "^4.3.5",
"dcql": "0.2.11",
"did-jwt": "6.11.6",
"did-jwt-vc": "3.1.3",
"ethr-did": "2.3.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/ebsi-support/__tests__/restAgent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { IDidAuthSiopOpAuthenticator } from '@sphereon/ssi-sdk.siopv2-oid4vp-op-

jest.setTimeout(60000)

const port = 4002
const port = 4302
const basePath = '/agent'

let serverAgent: IAgent
Expand Down
8 changes: 4 additions & 4 deletions packages/ebsi-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"dependencies": {
"@ethersproject/random": "^5.7.0",
"@sphereon/did-auth-siop": "0.16.1-next.233",
"@sphereon/did-auth-siop-adapter": "0.16.1-next.233",
"@sphereon/did-auth-siop": "0.16.1-feature.SPRIND.137.254+5674a27",
"@sphereon/did-auth-siop-adapter": "0.16.1-feature.SPRIND.137.254+5674a27",
"@sphereon/pex": "5.0.0-unstable.28",
"@sphereon/pex-models": "^2.3.2",
"@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.27.0",
Expand Down Expand Up @@ -44,8 +44,8 @@
"xstate": "^4.38.3"
},
"devDependencies": {
"@sphereon/oid4vci-client": "0.16.1-next.233",
"@sphereon/oid4vci-common": "0.16.1-next.233",
"@sphereon/oid4vci-client": "0.16.1-feature.SPRIND.137.254+5674a27",
"@sphereon/oid4vci-common": "0.16.1-feature.SPRIND.137.254+5674a27",
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk-ext.key-manager": "0.27.0",
"@sphereon/ssi-sdk-ext.kms-local": "0.27.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/mdl-mdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/did-auth-siop": "0.16.1-next.233",
"@sphereon/did-auth-siop-adapter": "0.16.1-feature.SPRIND.137.254+5674a27",
"@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.26",
"@sphereon/pex": "5.0.0-unstable.28",
"@sphereon/pex-models": "^2.3.2",
Expand All @@ -35,8 +35,8 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@sphereon/oid4vci-client": "0.16.1-next.233",
"@sphereon/oid4vci-common": "0.16.1-next.233",
"@sphereon/oid4vci-client": "0.16.1-feature.SPRIND.137.254+5674a27",
"@sphereon/oid4vci-common": "0.16.1-feature.SPRIND.137.254+5674a27",
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk-ext.key-manager": "0.27.0",
"@sphereon/ssi-sdk-ext.kms-local": "0.27.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ms-request-api/__tests__/restAgent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import msRequestApiAgentLogic from './shared/msRequestApiAgentLogic'

jest.setTimeout(60000)

const port = 3002
const port = 3003
const basePath = '/agent'

let serverAgent: IAgent
Expand Down
6 changes: 3 additions & 3 deletions packages/oid4vci-holder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"dependencies": {
"@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.26",
"@sphereon/oid4vci-client": "0.16.1-next.233",
"@sphereon/oid4vci-common": "0.16.1-next.233",
"@sphereon/oid4vci-client": "0.16.1-feature.SPRIND.137.254+5674a27",
"@sphereon/oid4vci-common": "0.16.1-feature.SPRIND.137.254+5674a27",
"@sphereon/ssi-sdk-ext.did-utils": "0.27.0",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.27.0",
"@sphereon/ssi-sdk-ext.jwt-service": "0.27.0",
Expand All @@ -43,7 +43,7 @@
"xstate": "^4.38.3"
},
"devDependencies": {
"@sphereon/oid4vc-common": "0.16.1-next.187",
"@sphereon/oid4vc-common": "0.16.1-feature.SPRIND.137.254+5674a27",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.27.0",
"@types/i18n-js": "^3.8.9",
"@types/lodash.memoize": "^4.1.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/oid4vci-issuer-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"start:dev": "ts-node __tests__/RestAPI.ts"
},
"dependencies": {
"@sphereon/oid4vci-common": "0.16.1-next.233",
"@sphereon/oid4vci-issuer": "0.16.1-next.233",
"@sphereon/oid4vci-issuer-server": "0.16.1-next.233",
"@sphereon/oid4vci-common": "0.16.1-feature.SPRIND.137.254+5674a27",
"@sphereon/oid4vci-issuer": "0.16.1-feature.SPRIND.137.254+5674a27",
"@sphereon/oid4vci-issuer-server": "0.16.1-feature.SPRIND.137.254+5674a27",
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.27.0",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import issuanceRestClientAgentLogic from './shared/issuanceRestClientAgentLogic'

jest.setTimeout(60000)

const port = 3002
const port = 3004
const basePath = '/agent'

let serverAgent: IAgent
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.16.1-next.233",
"@sphereon/oid4vci-common": "0.16.1-feature.SPRIND.137.254+5674a27",
"@sphereon/ssi-types": "workspace:*",
"@veramo/core": "4.2.0",
"cross-fetch": "^3.1.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/oid4vci-issuer-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/oid4vci-common": "0.16.1-next.233",
"@sphereon/oid4vci-common": "0.16.1-feature.SPRIND.137.254+5674a27",
"@sphereon/ssi-sdk-ext.did-utils": "0.27.0",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.27.0",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/oid4vci-issuer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/oid4vci-common": "0.16.1-next.233",
"@sphereon/oid4vci-issuer": "0.16.1-next.233",
"@sphereon/oid4vci-common": "0.16.1-feature.SPRIND.137.254+5674a27",
"@sphereon/oid4vci-issuer": "0.16.1-feature.SPRIND.137.254+5674a27",
"@sphereon/ssi-sdk-ext.did-utils": "0.27.0",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.27.0",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/pd-manager/__tests__/restAgent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import pdManagerAgentLogic from './shared/pdManagerAgentLogic'

jest.setTimeout(60000)

const port = 4102
const port = 4502
const basePath = '/agent'

let serverAgent: IAgent
Expand Down
2 changes: 1 addition & 1 deletion packages/presentation-exchange/__tests__/restAgent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import presentationExchangeAgentLogic from './shared/presentationExchangeAgentLo

jest.setTimeout(60000)

const port = 3002
const port = 3007
const basePath = '/agent'
let serverAgent: IAgent
let restServer: Server
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.16.1-next.233",
"@sphereon/did-auth-siop": "0.16.1-feature.SPRIND.137.254+5674a27",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-types": "workspace:*",
"uint8arrays": "3.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/siopv2-oid4vp-op-auth/__tests__/restAgent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function getFileAsJson(path: string) {
return JSON.parse(getFile(path))
}

const port = 3002
const port = 3008
const basePath = '/agent'
let serverAgent: IAgent
let restServer: Server
Expand Down
11 changes: 7 additions & 4 deletions packages/siopv2-oid4vp-op-auth/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/did-auth-siop": "0.16.1-next.233",
"@sphereon/did-auth-siop-adapter": "0.16.1-next.233",
"@sphereon/oid4vc-common": "0.16.1-next.233",
"@sphereon/did-auth-siop": "0.16.1-feature.SPRIND.137.254+5674a27",
"@sphereon/did-auth-siop-adapter": "0.16.1-feature.SPRIND.137.254+5674a27",
"@sphereon/oid4vc-common": "0.16.1-feature.SPRIND.137.254+5674a27",
"@sphereon/pex": "5.0.0-unstable.28",
"@sphereon/pex-models": "^2.3.2",
"@sphereon/ssi-sdk-ext.did-utils": "0.27.0",
Expand All @@ -38,6 +38,7 @@
"@veramo/core": "4.2.0",
"@veramo/credential-w3c": "4.2.0",
"cross-fetch": "^3.1.8",
"dcql": "0.2.11",
"did-jwt-vc": "3.1.3",
"i18n-js": "^3.9.2",
"lodash.memoize": "^4.1.2",
Expand All @@ -52,13 +53,15 @@
"@types/lodash.memoize": "^4.1.9",
"@types/sha.js": "^2.4.4",
"@types/uuid": "^9.0.8",
"@veramo/data-store": "4.2.0",
"@veramo/did-provider-key": "4.2.0",
"@veramo/did-resolver": "4.2.0",
"@veramo/remote-client": "4.2.0",
"@veramo/remote-server": "4.2.0",
"@veramo/utils": "4.2.0",
"did-resolver": "^4.1.0",
"nock": "^13.5.4"
"nock": "^13.5.4",
"typeorm": "^0.3.20"
},
"files": [
"dist/**/*",
Expand Down
Loading
Loading