@sphereon/ssi-sdk.vc-status-list 0.33.1-feature.vcdm2.tsup.24 → 0.33.1-feature.vcdm2.tsup.26
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 +0 -16
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -974,20 +974,4 @@ async function statusList2021ToVerifiableCredential(args, context) {
|
|
|
974
974
|
return import_ssi_types6.CredentialMapper.toWrappedVerifiableCredential(verifiableCredential).original;
|
|
975
975
|
}
|
|
976
976
|
__name(statusList2021ToVerifiableCredential, "statusList2021ToVerifiableCredential");
|
|
977
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
978
|
-
0 && (module.exports = {
|
|
979
|
-
Status2021,
|
|
980
|
-
StatusOAuth,
|
|
981
|
-
checkStatusForCredential,
|
|
982
|
-
checkStatusIndexFromStatusListCredential,
|
|
983
|
-
createNewStatusList,
|
|
984
|
-
fetchStatusListCredential,
|
|
985
|
-
simpleCheckStatusFromStatusListUrl,
|
|
986
|
-
statusList2021ToVerifiableCredential,
|
|
987
|
-
statusListCredentialToDetails,
|
|
988
|
-
statusPluginStatusFunction,
|
|
989
|
-
updateStatusIndexFromStatusListCredential,
|
|
990
|
-
updateStatusListIndexFromEncodedList,
|
|
991
|
-
vcLibCheckStatusFunction
|
|
992
|
-
});
|
|
993
977
|
//# sourceMappingURL=index.cjs.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphereon/ssi-sdk.vc-status-list",
|
|
3
3
|
"description": "Sphereon SSI-SDK plugin for Status List management, like StatusList2021.",
|
|
4
|
-
"version": "0.33.1-feature.vcdm2.tsup.
|
|
4
|
+
"version": "0.33.1-feature.vcdm2.tsup.26+11eb36ce",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/index.cjs",
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"@sd-jwt/jwt-status-list": "^0.9.1",
|
|
26
26
|
"@sd-jwt/sd-jwt-vc": "^0.9.2",
|
|
27
27
|
"@sphereon/kmp-cbor": "0.2.0-SNAPSHOT.25",
|
|
28
|
-
"@sphereon/oid4vci-common": "0.17.1-feature.esm.cjs.
|
|
29
|
-
"@sphereon/ssi-sdk-ext.did-utils": "0.28.1-feature.esm.cjs.
|
|
30
|
-
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.28.1-feature.esm.cjs.
|
|
31
|
-
"@sphereon/ssi-sdk-ext.jwt-service": "0.28.1-feature.esm.cjs.
|
|
32
|
-
"@sphereon/ssi-types": "^0.33.1-feature.vcdm2.tsup.
|
|
28
|
+
"@sphereon/oid4vci-common": "0.17.1-feature.esm.cjs.39",
|
|
29
|
+
"@sphereon/ssi-sdk-ext.did-utils": "0.28.1-feature.esm.cjs.13",
|
|
30
|
+
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.28.1-feature.esm.cjs.13",
|
|
31
|
+
"@sphereon/ssi-sdk-ext.jwt-service": "0.28.1-feature.esm.cjs.13",
|
|
32
|
+
"@sphereon/ssi-types": "^0.33.1-feature.vcdm2.tsup.26+11eb36ce",
|
|
33
33
|
"@sphereon/vc-status-list": "7.0.0-next.0",
|
|
34
34
|
"@veramo/core": "4.2.0",
|
|
35
35
|
"@veramo/credential-status": "4.2.0",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"SSI",
|
|
69
69
|
"StatusList2021"
|
|
70
70
|
],
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "11eb36cec6ae50669c0cdb9028eed52e2dc3ccb7"
|
|
72
72
|
}
|