@sphereon/ssi-sdk.ebsi-support 0.34.1-fix.226 → 0.34.1-fix.254
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +64 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +326 -4
- package/dist/index.d.ts +326 -4
- package/dist/index.js +64 -3
- package/dist/index.js.map +1 -1
- package/package.json +24 -23
- package/src/did/index.ts +1 -0
- package/src/functions/Attestation.ts +1 -1
- package/src/functions/AttestationHeadlessCallbacks.ts +1 -1
- package/src/index.ts +1 -1
- package/src/types/IEbsiSupport.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphereon/ssi-sdk.ebsi-support",
|
|
3
|
-
"version": "0.34.1-fix.
|
|
3
|
+
"version": "0.34.1-fix.254+c3fdd3d0",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -27,21 +27,21 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@ethersproject/random": "^5.7.0",
|
|
30
|
-
"@sphereon/did-auth-siop": "0.19.1-feature.DIIPv4.
|
|
31
|
-
"@sphereon/did-auth-siop-adapter": "0.19.1-feature.DIIPv4.
|
|
30
|
+
"@sphereon/did-auth-siop": "0.19.1-feature.DIIPv4.184",
|
|
31
|
+
"@sphereon/did-auth-siop-adapter": "0.19.1-feature.DIIPv4.184",
|
|
32
32
|
"@sphereon/pex": "5.0.0-unstable.28",
|
|
33
33
|
"@sphereon/pex-models": "^2.3.2",
|
|
34
|
-
"@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.34.1-fix.
|
|
35
|
-
"@sphereon/ssi-sdk-ext.did-utils": "0.34.1-fix.
|
|
36
|
-
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.34.1-fix.
|
|
37
|
-
"@sphereon/ssi-sdk-ext.jwt-service": "0.34.1-fix.
|
|
38
|
-
"@sphereon/ssi-sdk-ext.key-utils": "0.34.1-fix.
|
|
39
|
-
"@sphereon/ssi-sdk.contact-manager": "0.34.1-fix.
|
|
40
|
-
"@sphereon/ssi-sdk.core": "0.34.1-fix.
|
|
41
|
-
"@sphereon/ssi-sdk.oid4vci-holder": "0.34.1-fix.
|
|
42
|
-
"@sphereon/ssi-sdk.presentation-exchange": "0.34.1-fix.
|
|
43
|
-
"@sphereon/ssi-sdk.siopv2-oid4vp-op-auth": "0.34.1-fix.
|
|
44
|
-
"@sphereon/ssi-types": "0.34.1-fix.
|
|
34
|
+
"@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.34.1-fix.254+c3fdd3d0",
|
|
35
|
+
"@sphereon/ssi-sdk-ext.did-utils": "0.34.1-fix.254+c3fdd3d0",
|
|
36
|
+
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.34.1-fix.254+c3fdd3d0",
|
|
37
|
+
"@sphereon/ssi-sdk-ext.jwt-service": "0.34.1-fix.254+c3fdd3d0",
|
|
38
|
+
"@sphereon/ssi-sdk-ext.key-utils": "0.34.1-fix.254+c3fdd3d0",
|
|
39
|
+
"@sphereon/ssi-sdk.contact-manager": "0.34.1-fix.254+c3fdd3d0",
|
|
40
|
+
"@sphereon/ssi-sdk.core": "0.34.1-fix.254+c3fdd3d0",
|
|
41
|
+
"@sphereon/ssi-sdk.oid4vci-holder": "0.34.1-fix.254+c3fdd3d0",
|
|
42
|
+
"@sphereon/ssi-sdk.presentation-exchange": "0.34.1-fix.254+c3fdd3d0",
|
|
43
|
+
"@sphereon/ssi-sdk.siopv2-oid4vp-op-auth": "0.34.1-fix.254+c3fdd3d0",
|
|
44
|
+
"@sphereon/ssi-types": "0.34.1-fix.254+c3fdd3d0",
|
|
45
45
|
"@veramo/core": "4.2.0",
|
|
46
46
|
"@veramo/did-manager": "4.2.0",
|
|
47
47
|
"@veramo/utils": "4.2.0",
|
|
@@ -56,14 +56,15 @@
|
|
|
56
56
|
"xstate": "^4.38.3"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@sphereon/oid4vci-client": "0.19.1-feature.DIIPv4.
|
|
60
|
-
"@sphereon/oid4vci-common": "0.19.1-feature.DIIPv4.
|
|
61
|
-
"@sphereon/ssi-express-support": "0.34.1-fix.
|
|
62
|
-
"@sphereon/ssi-sdk-ext.key-manager": "0.34.1-fix.
|
|
63
|
-
"@sphereon/ssi-sdk-ext.kms-local": "0.34.1-fix.
|
|
64
|
-
"@sphereon/ssi-sdk.agent-config": "0.34.1-fix.
|
|
65
|
-
"@sphereon/ssi-sdk.data-store": "0.34.1-fix.
|
|
66
|
-
"@sphereon/ssi-sdk.
|
|
59
|
+
"@sphereon/oid4vci-client": "0.19.1-feature.DIIPv4.184",
|
|
60
|
+
"@sphereon/oid4vci-common": "0.19.1-feature.DIIPv4.184",
|
|
61
|
+
"@sphereon/ssi-express-support": "0.34.1-fix.254+c3fdd3d0",
|
|
62
|
+
"@sphereon/ssi-sdk-ext.key-manager": "0.34.1-fix.254+c3fdd3d0",
|
|
63
|
+
"@sphereon/ssi-sdk-ext.kms-local": "0.34.1-fix.254+c3fdd3d0",
|
|
64
|
+
"@sphereon/ssi-sdk.agent-config": "0.34.1-fix.254+c3fdd3d0",
|
|
65
|
+
"@sphereon/ssi-sdk.data-store": "0.34.1-fix.254+c3fdd3d0",
|
|
66
|
+
"@sphereon/ssi-sdk.data-store-types": "0.34.1-fix.254+c3fdd3d0",
|
|
67
|
+
"@sphereon/ssi-sdk.public-key-hosting": "0.34.1-fix.254+c3fdd3d0",
|
|
67
68
|
"@transmute/json-web-signature": "0.7.0-unstable.81",
|
|
68
69
|
"@types/cors": "^2.8.17",
|
|
69
70
|
"@types/express": "^4.17.21",
|
|
@@ -98,5 +99,5 @@
|
|
|
98
99
|
"EBSI",
|
|
99
100
|
"EBSI Authorization Client"
|
|
100
101
|
],
|
|
101
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "c3fdd3d0d7e4124484f87a611792c9201a01256b"
|
|
102
103
|
}
|
package/src/did/index.ts
CHANGED
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
Siopv2OID4VPLinkHandler,
|
|
31
31
|
} from '@sphereon/ssi-sdk.siopv2-oid4vp-op-auth'
|
|
32
32
|
import { _ExtendedIKey } from '@veramo/utils'
|
|
33
|
-
import { waitFor } from 'xstate/lib/waitFor'
|
|
33
|
+
import { waitFor } from 'xstate/lib/waitFor.js'
|
|
34
34
|
import { logger } from '../index'
|
|
35
35
|
import { AttestationResult, CreateAttestationAuthRequestURLArgs, EbsiEnvironment, GetAttestationArgs, IRequiredContext } from '../types/IEbsiSupport'
|
|
36
36
|
import {
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
Party,
|
|
9
9
|
PartyOrigin,
|
|
10
10
|
PartyTypeType,
|
|
11
|
-
} from '@sphereon/ssi-sdk.data-store'
|
|
11
|
+
} from '@sphereon/ssi-sdk.data-store-types'
|
|
12
12
|
import { OID4VCIMachine, OID4VCIMachineEvents, OID4VCIMachineInterpreter, OID4VCIMachineState } from '@sphereon/ssi-sdk.oid4vci-holder'
|
|
13
13
|
import { Siopv2MachineInterpreter, Siopv2MachineState, Siopv2OID4VPLinkHandler } from '@sphereon/ssi-sdk.siopv2-oid4vp-op-auth'
|
|
14
14
|
import { CredentialRole } from '@sphereon/ssi-types'
|
package/src/index.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { OID4VCICredentialFormat, RequestObjectOpts } from '@sphereon/oid4vci-co
|
|
|
3
3
|
import { Format, PresentationDefinitionV2 } from '@sphereon/pex-models'
|
|
4
4
|
import { IIdentifierResolution, ManagedIdentifierDidOpts, ManagedIdentifierDidResult } from '@sphereon/ssi-sdk-ext.identifier-resolution'
|
|
5
5
|
import { IJwtService } from '@sphereon/ssi-sdk-ext.jwt-service'
|
|
6
|
-
import { IBasicCredentialLocaleBranding, Party } from '@sphereon/ssi-sdk.data-store'
|
|
6
|
+
import { IBasicCredentialLocaleBranding, Party } from '@sphereon/ssi-sdk.data-store-types'
|
|
7
7
|
import { CredentialRole } from '@sphereon/ssi-types'
|
|
8
8
|
import { ErrorDetails, IOID4VCIHolder, MappedCredentialToAccept } from '@sphereon/ssi-sdk.oid4vci-holder'
|
|
9
9
|
import { IPresentationExchange } from '@sphereon/ssi-sdk.presentation-exchange'
|