@sd-jwt/jwt-status-list 0.9.3-next.2 → 0.9.3-next.4

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 +3 -3
package/dist/index.js CHANGED
@@ -28,14 +28,14 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
29
 
30
30
  // src/index.ts
31
- var src_exports = {};
32
- __export(src_exports, {
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
33
  StatusList: () => StatusList,
34
34
  createHeaderAndPayload: () => createHeaderAndPayload,
35
35
  getListFromStatusListJWT: () => getListFromStatusListJWT,
36
36
  getStatusListFromJWT: () => getStatusListFromJWT
37
37
  });
38
- module.exports = __toCommonJS(src_exports);
38
+ module.exports = __toCommonJS(index_exports);
39
39
 
40
40
  // src/status-list.ts
41
41
  var import_pako = require("pako");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sd-jwt/jwt-status-list",
3
- "version": "0.9.3-next.2+68b4ec4",
3
+ "version": "0.9.3-next.4+cc455a6",
4
4
  "description": "Implementation based on https://datatracker.ietf.org/doc/draft-ietf-oauth-status-list/",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -42,7 +42,7 @@
42
42
  "jose": "^5.2.2"
43
43
  },
44
44
  "dependencies": {
45
- "@sd-jwt/types": "0.9.3-next.2+68b4ec4",
45
+ "@sd-jwt/types": "0.9.3-next.4+cc455a6",
46
46
  "base64url": "^3.0.1",
47
47
  "pako": "^2.1.0"
48
48
  },
@@ -62,5 +62,5 @@
62
62
  "esm"
63
63
  ]
64
64
  },
65
- "gitHead": "68b4ec49db47d8fdee533646a05495bb2be729d0"
65
+ "gitHead": "cc455a6f3d431fa59cca1d21dad49daac135d3bc"
66
66
  }