@sphereon/jarm 0.17.1-feature.esm.cjs.34 → 0.17.1-feature.esm.cjs.36
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 -20
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -493,24 +493,4 @@ var jarmMetadataValidate = /* @__PURE__ */ __name((vJarmMetadataValidate) => {
|
|
|
493
493
|
throw new Error(`Invalid jarm client_metadata combination`);
|
|
494
494
|
}
|
|
495
495
|
}, "jarmMetadataValidate");
|
|
496
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
497
|
-
0 && (module.exports = {
|
|
498
|
-
jarmAuthResponseDirectPostJwtValidate,
|
|
499
|
-
jarmAuthResponseDirectPostValidateParams,
|
|
500
|
-
jarmAuthResponseSend,
|
|
501
|
-
jarmMetadataValidate,
|
|
502
|
-
vAuthRequestParams,
|
|
503
|
-
vJarmAuthResponseErrorParams,
|
|
504
|
-
vJarmAuthResponseParams,
|
|
505
|
-
vJarmAuthResponseValidateMetadataInput,
|
|
506
|
-
vJarmClientMetadata,
|
|
507
|
-
vJarmClientMetadataEncrypt,
|
|
508
|
-
vJarmClientMetadataSign,
|
|
509
|
-
vJarmClientMetadataSignEncrypt,
|
|
510
|
-
vJarmDirectPostJwtParams,
|
|
511
|
-
vJarmMetadataValidateOut,
|
|
512
|
-
vJarmServerMetadata,
|
|
513
|
-
vOAuthAuthRequestGetParamsOut,
|
|
514
|
-
validateJarmAuthResponseParams
|
|
515
|
-
});
|
|
516
496
|
//# sourceMappingURL=index.cjs.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphereon/jarm",
|
|
3
|
-
"version": "0.17.1-feature.esm.cjs.
|
|
3
|
+
"version": "0.17.1-feature.esm.cjs.36+523ad7a",
|
|
4
4
|
"description": "Sphereon JARM",
|
|
5
5
|
"source": "./src/index.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@sphereon/oid4vc-common": "^0.17.1-feature.esm.cjs.
|
|
24
|
+
"@sphereon/oid4vc-common": "^0.17.1-feature.esm.cjs.36+523ad7a",
|
|
25
25
|
"valibot": "^0.42.1"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "523ad7a52c3f902db44628f0a4f2bd4c274951b0"
|
|
56
56
|
}
|