@nmshd/runtime 7.5.10 → 7.5.11
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/buildInformation.js +4 -4
- package/package.json +7 -7
package/dist/buildInformation.js
CHANGED
|
@@ -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.5.
|
|
11
|
-
build: "
|
|
12
|
-
date: "2026-08-
|
|
13
|
-
commit: "
|
|
10
|
+
version: "7.5.11",
|
|
11
|
+
build: "419",
|
|
12
|
+
date: "2026-08-14T04:14:39+00:00",
|
|
13
|
+
commit: "ab82709566b1776cd1b30d36f38a669af7c7ce95",
|
|
14
14
|
dependencies: {"@js-soft/docdb-querytranslator":"^1.1.7","@js-soft/logging-abstractions":"^1.2.5","@js-soft/ts-serval":"2.0.17","@js-soft/ts-utils":"^2.3.6","@nmshd/consumption":"*","@nmshd/content":"*","@nmshd/core-types":"*","@nmshd/crypto":"3.0.3","@nmshd/iql":"^1.0.5","@nmshd/runtime-types":"*","@nmshd/transport":"*","@nmshd/typescript-ioc":"3.2.6","ajv":"^8.20.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","elliptic":"^6.6.1","json-stringify-safe":"^5.0.1","lodash":"^4.18.1","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
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
"@js-soft/logging-abstractions": "^1.2.5",
|
|
86
86
|
"@js-soft/ts-serval": "2.0.17",
|
|
87
87
|
"@js-soft/ts-utils": "^2.3.6",
|
|
88
|
-
"@nmshd/consumption": "7.5.
|
|
89
|
-
"@nmshd/content": "7.5.
|
|
90
|
-
"@nmshd/core-types": "7.5.
|
|
88
|
+
"@nmshd/consumption": "7.5.11",
|
|
89
|
+
"@nmshd/content": "7.5.11",
|
|
90
|
+
"@nmshd/core-types": "7.5.11",
|
|
91
91
|
"@nmshd/crypto": "3.0.3",
|
|
92
92
|
"@nmshd/iql": "^1.0.5",
|
|
93
|
-
"@nmshd/runtime-types": "7.5.
|
|
94
|
-
"@nmshd/transport": "7.5.
|
|
93
|
+
"@nmshd/runtime-types": "7.5.11",
|
|
94
|
+
"@nmshd/transport": "7.5.11",
|
|
95
95
|
"@nmshd/typescript-ioc": "3.2.6",
|
|
96
96
|
"ajv": "^8.20.0",
|
|
97
97
|
"ajv-errors": "^3.0.0",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"@types/jest": "30.0.0",
|
|
114
114
|
"@types/json-stringify-safe": "5.0.3",
|
|
115
115
|
"@types/lodash": "4.17.25",
|
|
116
|
-
"@types/luxon": "3.7.
|
|
116
|
+
"@types/luxon": "3.7.4",
|
|
117
117
|
"jwt-decode": "4.0.0",
|
|
118
118
|
"openid-client": "6.8.4",
|
|
119
119
|
"ts-json-schema-generator": "2.9.0",
|
|
@@ -123,5 +123,5 @@
|
|
|
123
123
|
"access": "public",
|
|
124
124
|
"provenance": true
|
|
125
125
|
},
|
|
126
|
-
"version": "7.5.
|
|
126
|
+
"version": "7.5.11"
|
|
127
127
|
}
|