@sphereon/ssi-sdk.vc-status-list 0.33.1-feature.vcdm2.tsup.25 → 0.33.1-feature.vcdm2.tsup.27

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.
Files changed (2) hide show
  1. package/dist/index.cjs +0 -16
  2. 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.25+e1316fe6",
4
+ "version": "0.33.1-feature.vcdm2.tsup.27+98159384",
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.37",
29
- "@sphereon/ssi-sdk-ext.did-utils": "0.28.1-feature.esm.cjs.11",
30
- "@sphereon/ssi-sdk-ext.identifier-resolution": "0.28.1-feature.esm.cjs.11",
31
- "@sphereon/ssi-sdk-ext.jwt-service": "0.28.1-feature.esm.cjs.11",
32
- "@sphereon/ssi-types": "^0.33.1-feature.vcdm2.tsup.25+e1316fe6",
28
+ "@sphereon/oid4vci-common": "0.17.1-feature.esm.cjs.39",
29
+ "@sphereon/ssi-sdk-ext.did-utils": "0.28.1-feature.esm.cjs.15",
30
+ "@sphereon/ssi-sdk-ext.identifier-resolution": "0.28.1-feature.esm.cjs.15",
31
+ "@sphereon/ssi-sdk-ext.jwt-service": "0.28.1-feature.esm.cjs.15",
32
+ "@sphereon/ssi-types": "^0.33.1-feature.vcdm2.tsup.27+98159384",
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": "e1316fe608f8903ca6fd7125406f82beefe46098"
71
+ "gitHead": "98159384a7c7c6bcace0167d35ac9a87a85ebe31"
72
72
  }