@sphereon/jarm 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.
Files changed (2) hide show
  1. package/dist/index.cjs +0 -20
  2. 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.34+a57e2d7",
3
+ "version": "0.17.1-feature.esm.cjs.35+c7490cc",
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.34+a57e2d7",
24
+ "@sphereon/oid4vc-common": "^0.17.1-feature.esm.cjs.35+c7490cc",
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": "a57e2d7f575552541ad75f29bac5868717d20f34"
55
+ "gitHead": "c7490cce8d9402f466de7634f68321fe7b299667"
56
56
  }