@owf/token-status-list 0.2.0-alpha-20260507194220 → 0.2.0
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 +0 -24
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -369,18 +369,6 @@ Object.defineProperty(exports, "CoseKey", {
|
|
|
369
369
|
return _owf_cose.CoseKey;
|
|
370
370
|
}
|
|
371
371
|
});
|
|
372
|
-
Object.defineProperty(exports, "CreateStatusListCborOptions", {
|
|
373
|
-
enumerable: true,
|
|
374
|
-
get: function() {
|
|
375
|
-
return CreateStatusListCborOptions;
|
|
376
|
-
}
|
|
377
|
-
});
|
|
378
|
-
Object.defineProperty(exports, "CreateStatusListCwtPayloadOptions", {
|
|
379
|
-
enumerable: true,
|
|
380
|
-
get: function() {
|
|
381
|
-
return CreateStatusListCwtPayloadOptions;
|
|
382
|
-
}
|
|
383
|
-
});
|
|
384
372
|
exports.JWTClaimNames = JWTClaimNames;
|
|
385
373
|
exports.JWT_STATUS_LIST_TYPE = JWT_STATUS_LIST_TYPE;
|
|
386
374
|
Object.defineProperty(exports, "Mac0Context", {
|
|
@@ -411,21 +399,9 @@ Object.defineProperty(exports, "SignatureAlgorithm", {
|
|
|
411
399
|
});
|
|
412
400
|
exports.StatusList = StatusList;
|
|
413
401
|
exports.StatusListCbor = StatusListCbor;
|
|
414
|
-
Object.defineProperty(exports, "StatusListCborWithStatusListOptions", {
|
|
415
|
-
enumerable: true,
|
|
416
|
-
get: function() {
|
|
417
|
-
return StatusListCborWithStatusListOptions;
|
|
418
|
-
}
|
|
419
|
-
});
|
|
420
402
|
exports.StatusListCwt = StatusListCwt;
|
|
421
403
|
exports.StatusListCwtClaimKey = StatusListCwtClaimKey;
|
|
422
404
|
exports.StatusListCwtHeaderKey = StatusListCwtHeaderKey;
|
|
423
|
-
Object.defineProperty(exports, "StatusListCwtOptions", {
|
|
424
|
-
enumerable: true,
|
|
425
|
-
get: function() {
|
|
426
|
-
return StatusListCwtOptions;
|
|
427
|
-
}
|
|
428
|
-
});
|
|
429
405
|
exports.StatusListCwtPayload = StatusListCwtPayload;
|
|
430
406
|
exports.StatusTypes = StatusTypes;
|
|
431
407
|
exports.createHeaderAndPayload = createHeaderAndPayload;
|
package/dist/index.d.cts
CHANGED
|
@@ -257,5 +257,5 @@ declare function getListFromStatusListJWT(jwt: string): StatusList;
|
|
|
257
257
|
*/
|
|
258
258
|
declare function getStatusListFromJWT(jwt: string): StatusListEntry;
|
|
259
259
|
//#endregion
|
|
260
|
-
export { type BitsPerStatus, CoseKey, CreateStatusListCborOptions, CreateStatusListCwtPayloadOptions, JWTClaimNames, JWT_STATUS_LIST_TYPE, type JWTwithStatusListPayload, Mac0Context, MacAlgorithm, MediaTypes, SLException, Sign1Context, SignatureAlgorithm, StatusList, StatusListCbor, StatusListCborWithStatusListOptions, StatusListCwt, StatusListCwtClaimKey, StatusListCwtHeaderKey, StatusListCwtOptions, StatusListCwtPayload, type StatusListEntry, type StatusListJWTHeaderParameters, type StatusListJWTPayload, type StatusType, StatusTypes, createHeaderAndPayload, getListFromStatusListJWT, getStatusListFromJWT };
|
|
260
|
+
export { type BitsPerStatus, CoseKey, type CreateStatusListCborOptions, type CreateStatusListCwtPayloadOptions, JWTClaimNames, JWT_STATUS_LIST_TYPE, type JWTwithStatusListPayload, Mac0Context, MacAlgorithm, MediaTypes, SLException, Sign1Context, SignatureAlgorithm, StatusList, StatusListCbor, type StatusListCborWithStatusListOptions, StatusListCwt, StatusListCwtClaimKey, StatusListCwtHeaderKey, type StatusListCwtOptions, StatusListCwtPayload, type StatusListEntry, type StatusListJWTHeaderParameters, type StatusListJWTPayload, type StatusType, StatusTypes, createHeaderAndPayload, getListFromStatusListJWT, getStatusListFromJWT };
|
|
261
261
|
//# sourceMappingURL=index.d.cts.map
|
package/dist/index.d.mts
CHANGED
|
@@ -257,5 +257,5 @@ declare function getListFromStatusListJWT(jwt: string): StatusList;
|
|
|
257
257
|
*/
|
|
258
258
|
declare function getStatusListFromJWT(jwt: string): StatusListEntry;
|
|
259
259
|
//#endregion
|
|
260
|
-
export { type BitsPerStatus, CoseKey, CreateStatusListCborOptions, CreateStatusListCwtPayloadOptions, JWTClaimNames, JWT_STATUS_LIST_TYPE, type JWTwithStatusListPayload, Mac0Context, MacAlgorithm, MediaTypes, SLException, Sign1Context, SignatureAlgorithm, StatusList, StatusListCbor, StatusListCborWithStatusListOptions, StatusListCwt, StatusListCwtClaimKey, StatusListCwtHeaderKey, StatusListCwtOptions, StatusListCwtPayload, type StatusListEntry, type StatusListJWTHeaderParameters, type StatusListJWTPayload, type StatusType, StatusTypes, createHeaderAndPayload, getListFromStatusListJWT, getStatusListFromJWT };
|
|
260
|
+
export { type BitsPerStatus, CoseKey, type CreateStatusListCborOptions, type CreateStatusListCwtPayloadOptions, JWTClaimNames, JWT_STATUS_LIST_TYPE, type JWTwithStatusListPayload, Mac0Context, MacAlgorithm, MediaTypes, SLException, Sign1Context, SignatureAlgorithm, StatusList, StatusListCbor, type StatusListCborWithStatusListOptions, StatusListCwt, StatusListCwtClaimKey, StatusListCwtHeaderKey, type StatusListCwtOptions, StatusListCwtPayload, type StatusListEntry, type StatusListJWTHeaderParameters, type StatusListJWTPayload, type StatusType, StatusTypes, createHeaderAndPayload, getListFromStatusListJWT, getStatusListFromJWT };
|
|
261
261
|
//# sourceMappingURL=index.d.mts.map
|
package/dist/index.mjs
CHANGED
|
@@ -339,6 +339,6 @@ function getStatusListFromJWT(jwt) {
|
|
|
339
339
|
return decodeJwtPayload(jwt).status.status_list;
|
|
340
340
|
}
|
|
341
341
|
//#endregion
|
|
342
|
-
export { CoseKey,
|
|
342
|
+
export { CoseKey, JWTClaimNames, JWT_STATUS_LIST_TYPE, Mac0Context, MacAlgorithm, MediaTypes, SLException, Sign1Context, SignatureAlgorithm, StatusList, StatusListCbor, StatusListCwt, StatusListCwtClaimKey, StatusListCwtHeaderKey, StatusListCwtPayload, StatusTypes, createHeaderAndPayload, getListFromStatusListJWT, getStatusListFromJWT };
|
|
343
343
|
|
|
344
344
|
//# sourceMappingURL=index.mjs.map
|
package/package.json
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@owf/token-status-list",
|
|
3
|
-
"version": "0.2.0
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
|
+
"main": "./dist/index.cjs",
|
|
9
|
+
"module": "./dist/index.mjs",
|
|
10
|
+
"types": "./dist/index.d.mts",
|
|
8
11
|
"exports": {
|
|
9
12
|
".": {
|
|
10
13
|
"types": "./dist/index.d.mts",
|
|
@@ -27,16 +30,13 @@
|
|
|
27
30
|
"cbor-x": "^1.6.4",
|
|
28
31
|
"pako": "^2.1.0",
|
|
29
32
|
"zod": "^4.4.3",
|
|
30
|
-
"@owf/cose": "0.2.0
|
|
31
|
-
"@owf/identity-common": "0.2.0
|
|
33
|
+
"@owf/cose": "0.2.0",
|
|
34
|
+
"@owf/identity-common": "0.2.0"
|
|
32
35
|
},
|
|
33
36
|
"devDependencies": {
|
|
34
37
|
"@types/pako": "^2.0.4"
|
|
35
38
|
},
|
|
36
39
|
"scripts": {
|
|
37
40
|
"build": "tsdown src/index.ts --format esm,cjs --dts --sourcemap"
|
|
38
|
-
}
|
|
39
|
-
"main": "./dist/index.cjs",
|
|
40
|
-
"module": "./dist/index.mjs",
|
|
41
|
-
"types": "./dist/index.d.mts"
|
|
41
|
+
}
|
|
42
42
|
}
|