@sphereon/ssi-sdk.siopv2-oid4vp-rp-rest-client 0.33.1-feature.vcdm2.tsup.25 → 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.
Files changed (2) hide show
  1. package/dist/index.cjs +0 -4
  2. package/package.json +4 -4
package/dist/index.cjs CHANGED
@@ -125,8 +125,4 @@ var SIOPv2OID4VPRPRestClient = class {
125
125
  return definitionId ? definitionId : this.definitionId;
126
126
  }
127
127
  };
128
- // Annotate the CommonJS export names for ESM import in node:
129
- 0 && (module.exports = {
130
- SIOPv2OID4VPRPRestClient
131
- });
132
128
  //# sourceMappingURL=index.cjs.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sphereon/ssi-sdk.siopv2-oid4vp-rp-rest-client",
3
3
  "description": "contains the client side to call REST endpoints of relying party",
4
- "version": "0.33.1-feature.vcdm2.tsup.25+e1316fe6",
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",
@@ -26,8 +26,8 @@
26
26
  "build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
27
27
  },
28
28
  "dependencies": {
29
- "@sphereon/ssi-sdk.siopv2-oid4vp-common": "^0.33.1-feature.vcdm2.tsup.25+e1316fe6",
30
- "@sphereon/ssi-types": "^0.33.1-feature.vcdm2.tsup.25+e1316fe6",
29
+ "@sphereon/ssi-sdk.siopv2-oid4vp-common": "^0.33.1-feature.vcdm2.tsup.26+11eb36ce",
30
+ "@sphereon/ssi-types": "^0.33.1-feature.vcdm2.tsup.26+11eb36ce",
31
31
  "@veramo/core": "4.2.0",
32
32
  "cross-fetch": "^3.1.8"
33
33
  },
@@ -52,5 +52,5 @@
52
52
  "author": "Sphereon <dev@sphereon.com>",
53
53
  "license": "Apache-2.0",
54
54
  "keywords": [],
55
- "gitHead": "e1316fe608f8903ca6fd7125406f82beefe46098"
55
+ "gitHead": "11eb36cec6ae50669c0cdb9028eed52e2dc3ccb7"
56
56
  }