@sphereon/ssi-sdk.vc-status-list 0.34.1-feature.merge.crypto.extensions.modules.39 → 0.34.1-fix.103
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.
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/package.json +12 -12
- package/src/impl/encoding/cbor.ts +14 -12
package/dist/index.cjs
CHANGED
|
@@ -51,17 +51,17 @@ __export(index_exports, {
|
|
|
51
51
|
module.exports = __toCommonJS(index_exports);
|
|
52
52
|
|
|
53
53
|
// src/types/index.ts
|
|
54
|
-
var StatusOAuth = /* @__PURE__ */
|
|
54
|
+
var StatusOAuth = /* @__PURE__ */ function(StatusOAuth2) {
|
|
55
55
|
StatusOAuth2[StatusOAuth2["Valid"] = 0] = "Valid";
|
|
56
56
|
StatusOAuth2[StatusOAuth2["Invalid"] = 1] = "Invalid";
|
|
57
57
|
StatusOAuth2[StatusOAuth2["Suspended"] = 2] = "Suspended";
|
|
58
58
|
return StatusOAuth2;
|
|
59
|
-
}
|
|
60
|
-
var Status2021 = /* @__PURE__ */
|
|
59
|
+
}({});
|
|
60
|
+
var Status2021 = /* @__PURE__ */ function(Status20212) {
|
|
61
61
|
Status20212[Status20212["Valid"] = 0] = "Valid";
|
|
62
62
|
Status20212[Status20212["Invalid"] = 1] = "Invalid";
|
|
63
63
|
return Status20212;
|
|
64
|
-
}
|
|
64
|
+
}({});
|
|
65
65
|
|
|
66
66
|
// src/functions.ts
|
|
67
67
|
var import_ssi_types7 = require("@sphereon/ssi-types");
|
|
@@ -566,9 +566,9 @@ var import_pako = require("pako");
|
|
|
566
566
|
var import_kmp_mdoc_core = __toESM(require("@sphereon/kmp-mdoc-core"), 1);
|
|
567
567
|
var import_base64url2 = __toESM(require("base64url"), 1);
|
|
568
568
|
var { com, kotlin } = import_kmp_mdoc_core.default;
|
|
569
|
-
var CborByteString = com.sphereon.cbor.CborByteString;
|
|
570
|
-
var CborUInt = com.sphereon.cbor.CborUInt;
|
|
571
|
-
var CborString = com.sphereon.cbor.CborString;
|
|
569
|
+
var CborByteString = import_kmp_mdoc_core.default.com.sphereon.cbor.CborByteString;
|
|
570
|
+
var CborUInt = import_kmp_mdoc_core.default.com.sphereon.cbor.CborUInt;
|
|
571
|
+
var CborString = import_kmp_mdoc_core.default.com.sphereon.cbor.CborString;
|
|
572
572
|
var decompressRawStatusList = import_jwt_status_list2.StatusList.decodeStatusList.bind(import_jwt_status_list2.StatusList);
|
|
573
573
|
var CWT_CLAIMS = {
|
|
574
574
|
SUBJECT: 2,
|