@sphereon/ssi-sdk.vc-status-list-issuer-drivers 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 -6
  2. package/package.json +10 -10
package/dist/index.cjs CHANGED
@@ -313,10 +313,4 @@ var AgentDataSourceStatusListDriver = class _AgentDataSourceStatusListDriver {
313
313
  return Promise.resolve(false);
314
314
  }
315
315
  };
316
- // Annotate the CommonJS export names for ESM import in node:
317
- 0 && (module.exports = {
318
- AgentDataSourceStatusListDriver,
319
- getDriver,
320
- getOptions
321
- });
322
316
  //# sourceMappingURL=index.cjs.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sphereon/ssi-sdk.vc-status-list-issuer-drivers",
3
3
  "description": "Sphereon SSI-SDK plugin for Status List management, like StatusList2021. Issuer drivers module",
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",
@@ -21,14 +21,14 @@
21
21
  "build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
22
22
  },
23
23
  "dependencies": {
24
- "@sphereon/ssi-express-support": "^0.33.1-feature.vcdm2.tsup.25+e1316fe6",
25
- "@sphereon/ssi-sdk-ext.did-utils": "0.28.1-feature.esm.cjs.11",
26
- "@sphereon/ssi-sdk-ext.identifier-resolution": "0.28.1-feature.esm.cjs.11",
27
- "@sphereon/ssi-sdk.agent-config": "^0.33.1-feature.vcdm2.tsup.25+e1316fe6",
28
- "@sphereon/ssi-sdk.core": "^0.33.1-feature.vcdm2.tsup.25+e1316fe6",
29
- "@sphereon/ssi-sdk.data-store": "^0.33.1-feature.vcdm2.tsup.25+e1316fe6",
30
- "@sphereon/ssi-sdk.vc-status-list": "^0.33.1-feature.vcdm2.tsup.25+e1316fe6",
31
- "@sphereon/ssi-types": "^0.33.1-feature.vcdm2.tsup.25+e1316fe6",
24
+ "@sphereon/ssi-express-support": "^0.33.1-feature.vcdm2.tsup.27+98159384",
25
+ "@sphereon/ssi-sdk-ext.did-utils": "0.28.1-feature.esm.cjs.15",
26
+ "@sphereon/ssi-sdk-ext.identifier-resolution": "0.28.1-feature.esm.cjs.15",
27
+ "@sphereon/ssi-sdk.agent-config": "^0.33.1-feature.vcdm2.tsup.27+98159384",
28
+ "@sphereon/ssi-sdk.core": "^0.33.1-feature.vcdm2.tsup.27+98159384",
29
+ "@sphereon/ssi-sdk.data-store": "^0.33.1-feature.vcdm2.tsup.27+98159384",
30
+ "@sphereon/ssi-sdk.vc-status-list": "^0.33.1-feature.vcdm2.tsup.27+98159384",
31
+ "@sphereon/ssi-types": "^0.33.1-feature.vcdm2.tsup.27+98159384",
32
32
  "@sphereon/vc-status-list": "7.0.0-next.0",
33
33
  "@veramo/core": "4.2.0",
34
34
  "debug": "^4.3.5",
@@ -59,5 +59,5 @@
59
59
  "SSI",
60
60
  "StatusList2021"
61
61
  ],
62
- "gitHead": "e1316fe608f8903ca6fd7125406f82beefe46098"
62
+ "gitHead": "98159384a7c7c6bcace0167d35ac9a87a85ebe31"
63
63
  }