@sphereon/ssi-sdk.siopv2-oid4vp-common 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 -21
  2. package/package.json +5 -5
package/dist/index.cjs CHANGED
@@ -57,25 +57,4 @@ __name(uriWithBase, "uriWithBase");
57
57
 
58
58
  // src/index.ts
59
59
  var import_did_auth_siop = require("@sphereon/did-auth-siop");
60
- // Annotate the CommonJS export names for ESM import in node:
61
- 0 && (module.exports = {
62
- AuthorizationRequest,
63
- AuthorizationRequestPayload,
64
- AuthorizationRequestState,
65
- AuthorizationResponse,
66
- AuthorizationResponsePayload,
67
- OP,
68
- OPBuilder,
69
- PresentationDefinitionWithLocation,
70
- PresentationVerificationCallback,
71
- PresentationVerificationResult,
72
- RP,
73
- RequestObjectPayload,
74
- SupportedVersion,
75
- URI,
76
- VPTokenLocation,
77
- decodeUriAsJson,
78
- encodeJsonAsURI,
79
- uriWithBase
80
- });
81
60
  //# sourceMappingURL=index.cjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sphereon/ssi-sdk.siopv2-oid4vp-common",
3
- "version": "0.33.1-feature.vcdm2.tsup.25+e1316fe6",
3
+ "version": "0.33.1-feature.vcdm2.tsup.27+98159384",
4
4
  "description": "Common SIOPv2 and OID4VP types between modules",
5
5
  "source": "src/index.ts",
6
6
  "type": "module",
@@ -24,9 +24,9 @@
24
24
  "access": "public"
25
25
  },
26
26
  "dependencies": {
27
- "@sphereon/did-auth-siop": "0.17.1-feature.esm.cjs.37",
28
- "@sphereon/ssi-sdk.core": "^0.33.1-feature.vcdm2.tsup.25+e1316fe6",
29
- "@sphereon/ssi-types": "^0.33.1-feature.vcdm2.tsup.25+e1316fe6",
27
+ "@sphereon/did-auth-siop": "0.17.1-feature.esm.cjs.39",
28
+ "@sphereon/ssi-sdk.core": "^0.33.1-feature.vcdm2.tsup.27+98159384",
29
+ "@sphereon/ssi-types": "^0.33.1-feature.vcdm2.tsup.27+98159384",
30
30
  "uint8arrays": "^3.1.1"
31
31
  },
32
32
  "scripts": {
@@ -42,5 +42,5 @@
42
42
  "README.md",
43
43
  "LICENSE"
44
44
  ],
45
- "gitHead": "e1316fe608f8903ca6fd7125406f82beefe46098"
45
+ "gitHead": "98159384a7c7c6bcace0167d35ac9a87a85ebe31"
46
46
  }