@sd-jwt/present 0.9.3-next.1 → 0.9.3-next.3

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.js +3 -3
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -38,8 +38,8 @@ var __async = (__this, __arguments, generator) => {
38
38
  };
39
39
 
40
40
  // src/index.ts
41
- var src_exports = {};
42
- __export(src_exports, {
41
+ var index_exports = {};
42
+ __export(index_exports, {
43
43
  createHashMappingForSerializedDisclosure: () => createHashMappingForSerializedDisclosure,
44
44
  present: () => present,
45
45
  presentSync: () => presentSync,
@@ -48,7 +48,7 @@ __export(src_exports, {
48
48
  selectDisclosures: () => selectDisclosures,
49
49
  transformPresentationFrame: () => transformPresentationFrame
50
50
  });
51
- module.exports = __toCommonJS(src_exports);
51
+ module.exports = __toCommonJS(index_exports);
52
52
 
53
53
  // src/present.ts
54
54
  var import_types = require("@sd-jwt/types");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sd-jwt/present",
3
- "version": "0.9.3-next.1+2c9a65d",
3
+ "version": "0.9.3-next.3+b1a1a48",
4
4
  "description": "sd-jwt draft 7 implementation in typescript",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -38,12 +38,12 @@
38
38
  },
39
39
  "license": "Apache-2.0",
40
40
  "devDependencies": {
41
- "@sd-jwt/crypto-nodejs": "0.9.3-next.1+2c9a65d"
41
+ "@sd-jwt/crypto-nodejs": "0.9.3-next.3+b1a1a48"
42
42
  },
43
43
  "dependencies": {
44
- "@sd-jwt/decode": "0.9.3-next.1+2c9a65d",
45
- "@sd-jwt/types": "0.9.3-next.1+2c9a65d",
46
- "@sd-jwt/utils": "0.9.3-next.1+2c9a65d"
44
+ "@sd-jwt/decode": "0.9.3-next.3+b1a1a48",
45
+ "@sd-jwt/types": "0.9.3-next.3+b1a1a48",
46
+ "@sd-jwt/utils": "0.9.3-next.3+b1a1a48"
47
47
  },
48
48
  "publishConfig": {
49
49
  "access": "public"
@@ -61,5 +61,5 @@
61
61
  "esm"
62
62
  ]
63
63
  },
64
- "gitHead": "2c9a65d8df1974cba7b58539e0527de5d8d6ecf5"
64
+ "gitHead": "b1a1a481270e3ad720fc17bd24345a11575f00d6"
65
65
  }