@sphereon/oid4vc-common 0.17.1-feature.esm.cjs.34 → 0.17.1-feature.esm.cjs.35
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 -29
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -433,33 +433,4 @@ __name(verifyResourceDPoP, "verifyResourceDPoP");
|
|
|
433
433
|
var import_uuid2 = require("uuid");
|
|
434
434
|
var VCI_LOGGERS = import_ssi_types2.Loggers.DEFAULT;
|
|
435
435
|
var VCI_LOG_COMMON = VCI_LOGGERS.get("sphereon:oid4vci:common");
|
|
436
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
437
|
-
0 && (module.exports = {
|
|
438
|
-
BASE64_URL_REGEX,
|
|
439
|
-
SigningAlgo,
|
|
440
|
-
VCI_LOGGERS,
|
|
441
|
-
VCI_LOG_COMMON,
|
|
442
|
-
calculateJwkThumbprint,
|
|
443
|
-
calculateJwkThumbprintUri,
|
|
444
|
-
checkExp,
|
|
445
|
-
createDPoP,
|
|
446
|
-
decodeJwt,
|
|
447
|
-
decodeProtectedHeader,
|
|
448
|
-
defaultHasher,
|
|
449
|
-
dpopTokenRequestNonceError,
|
|
450
|
-
epochTime,
|
|
451
|
-
getCreateDPoPOptions,
|
|
452
|
-
getDidJwtVerifier,
|
|
453
|
-
getDigestAlgorithmFromJwkThumbprintUri,
|
|
454
|
-
getJwkVerifier,
|
|
455
|
-
getJwtVerifierWithContext,
|
|
456
|
-
getNowSkewed,
|
|
457
|
-
getX5cVerifier,
|
|
458
|
-
isJwe,
|
|
459
|
-
isJws,
|
|
460
|
-
parseJWT,
|
|
461
|
-
uuidv4,
|
|
462
|
-
verifyDPoP,
|
|
463
|
-
verifyResourceDPoP
|
|
464
|
-
});
|
|
465
436
|
//# sourceMappingURL=index.cjs.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphereon/oid4vc-common",
|
|
3
|
-
"version": "0.17.1-feature.esm.cjs.
|
|
3
|
+
"version": "0.17.1-feature.esm.cjs.35+c7490cc",
|
|
4
4
|
"description": "OpenID 4 Verifiable Credentials Common",
|
|
5
5
|
"source": "./src/index.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "c7490cce8d9402f466de7634f68321fe7b299667"
|
|
63
63
|
}
|