@sd-jwt/decode 0.9.3-next.2 → 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 +5 -5
package/dist/index.js CHANGED
@@ -52,8 +52,8 @@ var __async = (__this, __arguments, generator) => {
52
52
  };
53
53
 
54
54
  // src/index.ts
55
- var src_exports = {};
56
- __export(src_exports, {
55
+ var index_exports = {};
56
+ __export(index_exports, {
57
57
  createHashMapping: () => createHashMapping,
58
58
  createHashMappingSync: () => createHashMappingSync,
59
59
  decodeJwt: () => decodeJwt,
@@ -67,7 +67,7 @@ __export(src_exports, {
67
67
  unpackObj: () => unpackObj,
68
68
  unpackSync: () => unpackSync
69
69
  });
70
- module.exports = __toCommonJS(src_exports);
70
+ module.exports = __toCommonJS(index_exports);
71
71
 
72
72
  // src/decode.ts
73
73
  var import_utils = require("@sd-jwt/utils");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sd-jwt/decode",
3
- "version": "0.9.3-next.2+68b4ec4",
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",
@@ -37,11 +37,11 @@
37
37
  },
38
38
  "license": "Apache-2.0",
39
39
  "devDependencies": {
40
- "@sd-jwt/crypto-nodejs": "0.9.3-next.2+68b4ec4"
40
+ "@sd-jwt/crypto-nodejs": "0.9.3-next.3+b1a1a48"
41
41
  },
42
42
  "dependencies": {
43
- "@sd-jwt/types": "0.9.3-next.2+68b4ec4",
44
- "@sd-jwt/utils": "0.9.3-next.2+68b4ec4"
43
+ "@sd-jwt/types": "0.9.3-next.3+b1a1a48",
44
+ "@sd-jwt/utils": "0.9.3-next.3+b1a1a48"
45
45
  },
46
46
  "publishConfig": {
47
47
  "access": "public"
@@ -59,5 +59,5 @@
59
59
  "esm"
60
60
  ]
61
61
  },
62
- "gitHead": "68b4ec49db47d8fdee533646a05495bb2be729d0"
62
+ "gitHead": "b1a1a481270e3ad720fc17bd24345a11575f00d6"
63
63
  }