@nmshd/runtime 7.1.0-openid4vc.10 → 7.1.0-openid4vc.12

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.
@@ -7,10 +7,10 @@ const content_1 = require("@nmshd/content");
7
7
  const crypto_1 = require("@nmshd/crypto");
8
8
  const transport_1 = require("@nmshd/transport");
9
9
  exports.buildInformation = {
10
- version: "7.1.0-openid4vc.10",
11
- build: "376",
12
- date: "2025-11-27T15:14:01+00:00",
13
- commit: "18a87ca614cf67b8f3fd4ec18d0a0945cf17e9f0",
10
+ version: "7.1.0-openid4vc.12",
11
+ build: "378",
12
+ date: "2025-12-01T17:36:43+00:00",
13
+ commit: "af1e52307ea8ea6bcbbd7a21e22a7da50a0128bd",
14
14
  dependencies: {"@js-soft/docdb-querytranslator":"^1.1.6","@js-soft/logging-abstractions":"^1.0.2","@js-soft/ts-serval":"2.0.14","@js-soft/ts-utils":"^2.3.5","@nmshd/consumption":"*","@nmshd/content":"*","@nmshd/core-types":"*","@nmshd/crypto":"2.1.3","@nmshd/iql":"^1.0.4","@nmshd/runtime-types":"*","@nmshd/transport":"*","@nmshd/typescript-ioc":"3.2.5","ajv":"^8.17.1","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","elliptic":"^6.6.1","json-stringify-safe":"^5.0.1","lodash":"^4.17.21","luxon":"^3.7.2","reflect-metadata":"^0.2.2","ts-simple-nameof":"^1.3.3"},
15
15
  libraries: {
16
16
  serval: ts_serval_1.buildInformation,
package/package.json CHANGED
@@ -56,10 +56,23 @@
56
56
  {
57
57
  "tsconfig": "test/tsconfig.json"
58
58
  }
59
+ ],
60
+ "^.+\\.mjs$": [
61
+ "babel-jest",
62
+ {
63
+ "presets": [
64
+ [
65
+ "@babel/preset-env",
66
+ {
67
+ "modules": "commonjs"
68
+ }
69
+ ]
70
+ ]
71
+ }
59
72
  ]
60
73
  },
61
74
  "transformIgnorePatterns": [
62
- "<rootDir>/node_modules/(?!(@noble|@stablelib|@credo\\-ts/core/node_modules/uuid)/)"
75
+ "<rootDir>/node_modules/(?!(@noble|@stablelib|@credo\\-ts)/)"
63
76
  ]
64
77
  },
65
78
  "dependencies": {
@@ -67,13 +80,13 @@
67
80
  "@js-soft/logging-abstractions": "^1.0.2",
68
81
  "@js-soft/ts-serval": "2.0.14",
69
82
  "@js-soft/ts-utils": "^2.3.5",
70
- "@nmshd/consumption": "7.1.0-openid4vc.10",
71
- "@nmshd/content": "7.1.0-openid4vc.10",
72
- "@nmshd/core-types": "7.1.0-openid4vc.10",
83
+ "@nmshd/consumption": "7.1.0-openid4vc.12",
84
+ "@nmshd/content": "7.1.0-openid4vc.12",
85
+ "@nmshd/core-types": "7.1.0-openid4vc.12",
73
86
  "@nmshd/crypto": "2.1.3",
74
87
  "@nmshd/iql": "^1.0.4",
75
- "@nmshd/runtime-types": "7.1.0-openid4vc.10",
76
- "@nmshd/transport": "7.1.0-openid4vc.10",
88
+ "@nmshd/runtime-types": "7.1.0-openid4vc.12",
89
+ "@nmshd/transport": "7.1.0-openid4vc.12",
77
90
  "@nmshd/typescript-ioc": "3.2.5",
78
91
  "ajv": "^8.17.1",
79
92
  "ajv-errors": "^3.0.0",
@@ -100,5 +113,5 @@
100
113
  "access": "public",
101
114
  "provenance": true
102
115
  },
103
- "version": "7.1.0-openid4vc.10"
116
+ "version": "7.1.0-openid4vc.12"
104
117
  }