@sphereon/ssi-sdk.credential-vcdm-jsonld-provider 0.34.1-fix.171 → 0.34.1-fix.223
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 +481 -481
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +481 -481
- package/dist/index.js.map +1 -1
- package/package.json +14 -14
- package/src/ld-default-contexts.ts +11 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphereon/ssi-sdk.credential-vcdm-jsonld-provider",
|
|
3
|
-
"version": "0.34.1-fix.
|
|
3
|
+
"version": "0.34.1-fix.223+9c86d039",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"@digitalcredentials/vc": "^9.0.1",
|
|
41
41
|
"@digitalcredentials/x25519-key-agreement-2020-context": "^1.0.0",
|
|
42
42
|
"@noble/hashes": "1.6.1",
|
|
43
|
-
"@sphereon/ssi-sdk-ext.did-utils": "0.34.1-fix.
|
|
44
|
-
"@sphereon/ssi-sdk-ext.key-utils": "0.34.1-fix.
|
|
45
|
-
"@sphereon/ssi-sdk.agent-config": "0.34.1-fix.
|
|
46
|
-
"@sphereon/ssi-sdk.core": "0.34.1-fix.
|
|
47
|
-
"@sphereon/ssi-sdk.credential-vcdm": "0.34.1-fix.
|
|
48
|
-
"@sphereon/ssi-sdk.data-store": "0.34.1-fix.
|
|
49
|
-
"@sphereon/ssi-sdk.vc-status-list": "0.34.1-fix.
|
|
50
|
-
"@sphereon/ssi-types": "0.34.1-fix.
|
|
43
|
+
"@sphereon/ssi-sdk-ext.did-utils": "0.34.1-fix.223+9c86d039",
|
|
44
|
+
"@sphereon/ssi-sdk-ext.key-utils": "0.34.1-fix.223+9c86d039",
|
|
45
|
+
"@sphereon/ssi-sdk.agent-config": "0.34.1-fix.223+9c86d039",
|
|
46
|
+
"@sphereon/ssi-sdk.core": "0.34.1-fix.223+9c86d039",
|
|
47
|
+
"@sphereon/ssi-sdk.credential-vcdm": "0.34.1-fix.223+9c86d039",
|
|
48
|
+
"@sphereon/ssi-sdk.data-store": "0.34.1-fix.223+9c86d039",
|
|
49
|
+
"@sphereon/ssi-sdk.vc-status-list": "0.34.1-fix.223+9c86d039",
|
|
50
|
+
"@sphereon/ssi-types": "0.34.1-fix.223+9c86d039",
|
|
51
51
|
"@veramo-community/lds-ecdsa-secp256k1-recovery2020": "github:uport-project/EcdsaSecp256k1RecoverySignature2020",
|
|
52
52
|
"@veramo/core": "4.2.0",
|
|
53
53
|
"@veramo/utils": "4.2.0",
|
|
@@ -60,11 +60,11 @@
|
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@sphereon/did-uni-client": "^0.6.3",
|
|
63
|
-
"@sphereon/ssi-sdk-ext.did-provider-key": "0.34.1-fix.
|
|
63
|
+
"@sphereon/ssi-sdk-ext.did-provider-key": "0.34.1-fix.223+9c86d039",
|
|
64
64
|
"@sphereon/ssi-sdk-ext.did-provider-lto": "0.23.0",
|
|
65
|
-
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.34.1-fix.
|
|
66
|
-
"@sphereon/ssi-sdk-ext.key-manager": "0.34.1-fix.
|
|
67
|
-
"@sphereon/ssi-sdk-ext.kms-local": "0.34.1-fix.
|
|
65
|
+
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.34.1-fix.223+9c86d039",
|
|
66
|
+
"@sphereon/ssi-sdk-ext.key-manager": "0.34.1-fix.223+9c86d039",
|
|
67
|
+
"@sphereon/ssi-sdk-ext.kms-local": "0.34.1-fix.223+9c86d039",
|
|
68
68
|
"@sphereon/ssi-sdk.agent-config": "workspace:*",
|
|
69
69
|
"@transmute/lds-ecdsa-secp256k1-recovery2020": "^0.0.7",
|
|
70
70
|
"@types/nock": "^11.1.0",
|
|
@@ -118,5 +118,5 @@
|
|
|
118
118
|
"peerDependencies": {
|
|
119
119
|
"react-native-securerandom": "^1.0.1"
|
|
120
120
|
},
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "9c86d03951f1267495e456d1fbfd9eb380f27e78"
|
|
122
122
|
}
|
|
@@ -1,22 +1,23 @@
|
|
|
1
|
-
const contextCredentialV1 = require('./contexts/www.w3.org_2018_credentials_v1.json') // assert { type: 'json' }
|
|
2
|
-
const contextCredentialV2 = require('./contexts/www.w3.org_ns_credentials_v2.json') // assert { type: 'json' }
|
|
3
1
|
import contextBBSV1 from './contexts/bbs-bls-signature-2020-v1.json'
|
|
4
|
-
import
|
|
2
|
+
import contextCitizenshipV1 from './contexts/citizenship-v1.json' // assert { type: 'json' }
|
|
3
|
+
import contextSuitesEd25519_2020 from './contexts/ed25519-signature-2020-v1.json' //assert { type: 'json' }
|
|
4
|
+
import contextSuiteEip712 from './contexts/eip712.json' // assert { type: 'json' }
|
|
5
|
+
import contextSuitesJws_2020 from './contexts/json-web-signature-2020-v1.json' // assert { type: 'json' }
|
|
6
|
+
import contextLdsEcdsaSecpRecovery2020_0 from './contexts/lds-ecdsa-secp256k1-recovery2020-0.0.json' // assert { type: 'json' }
|
|
7
|
+
import contextProfile from './contexts/veramo.io_contexts_profile_v1.json' //assert { type: 'json' }
|
|
8
|
+
import contextSuitesEd25519_2018 from './contexts/w3id.org_security_suites_ed25519-2018_v1.json' //assert { type: 'json' }
|
|
5
9
|
import contextSecurityV1 from './contexts/w3id.org_security_v1.json' //assert { type: 'json' }
|
|
6
10
|
import contextSecurityV2 from './contexts/w3id.org_security_v2.json' //assert { type: 'json' }
|
|
7
11
|
import contextSecurityV3 from './contexts/w3id.org_security_v3-unstable.json' //assert { type: 'json' }
|
|
8
|
-
import contextSuitesEd25519_2018 from './contexts/w3id.org_security_suites_ed25519-2018_v1.json' //assert { type: 'json' }
|
|
9
12
|
import contextSuitesX25519 from './contexts/w3id.org_security_suites_x25519-2019_v1.json' //assert { type: 'json' }
|
|
10
|
-
import contextProfile from './contexts/veramo.io_contexts_profile_v1.json' //assert { type: 'json' }
|
|
11
|
-
import contextLdsEcdsaSecpRecovery2020_0 from './contexts/lds-ecdsa-secp256k1-recovery2020-0.0.json' // assert { type: 'json' }
|
|
12
13
|
import contextLdsEcdsaSecpRecovery2020_2 from './contexts/w3id.org_security_suites_secp256k1recovery-2020_v2.json' //assert { type: 'json' }
|
|
13
14
|
import contextSuitesSecp from './contexts/w3id.org_security_suites_secp256k1recovery-2020_v2.json' //assert { type: 'json' }
|
|
14
|
-
import contextSuitesEd25519_2020 from './contexts/ed25519-signature-2020-v1.json' //assert { type: 'json' }
|
|
15
|
-
import contextSuitesJws_2020 from './contexts/json-web-signature-2020-v1.json' // assert { type: 'json' }
|
|
16
|
-
import contextSuiteEip712 from './contexts/eip712.json' // assert { type: 'json' }
|
|
17
|
-
import contextCitizenshipV1 from './contexts/citizenship-v1.json' // assert { type: 'json' }
|
|
18
15
|
import contextVCRevocationList2020 from './contexts/vc-revocation-list-2020-v1.json' // assert { type: 'json' }
|
|
19
16
|
import contextVCStatusList2021 from './contexts/vc-status-list-2021-v1.json' // assert { type: 'json' }
|
|
17
|
+
import contextDidV1 from './contexts/www.w3.org_ns_did_v1.json' //assert { type: 'json' }
|
|
18
|
+
|
|
19
|
+
const contextCredentialV1 = require('./contexts/www.w3.org_2018_credentials_v1.json') // assert { type: 'json' }
|
|
20
|
+
const contextCredentialV2 = require('./contexts/www.w3.org_ns_credentials_v2.json') // assert { type: 'json' }
|
|
20
21
|
|
|
21
22
|
/**
|
|
22
23
|
* Provides a hardcoded map of common context definitions
|