@nmshd/runtime 6.61.0 → 6.61.1
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 +5 -5
- package/package.json +8 -8
package/dist/buildInformation.js
CHANGED
|
@@ -7,11 +7,11 @@ 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: "6.61.
|
|
11
|
-
build: "
|
|
12
|
-
date: "2025-
|
|
13
|
-
commit: "
|
|
14
|
-
dependencies: {"@js-soft/docdb-querytranslator":"^1.1.5","@js-soft/logging-abstractions":"^1.0.1","@js-soft/ts-serval":"2.0.13","@js-soft/ts-utils":"^2.3.4","@nmshd/consumption":"*","@nmshd/content":"*","@nmshd/core-types":"*","@nmshd/crypto":"2.1.2","@nmshd/iql":"^1.0.3","@nmshd/runtime-types":"*","@nmshd/transport":"*","@nmshd/typescript-ioc":"3.2.4","ajv":"^8.17.1","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","json-stringify-safe":"^5.0.1","lodash":"^4.17.21","luxon":"^3.7.1","reflect-metadata":"^0.2.2","ts-simple-nameof":"^1.3.
|
|
10
|
+
version: "6.61.1",
|
|
11
|
+
build: "321",
|
|
12
|
+
date: "2025-08-12T14:04:07+00:00",
|
|
13
|
+
commit: "4ae40f347294a2cb25a8e2c6394fd91ac8b429e3",
|
|
14
|
+
dependencies: {"@js-soft/docdb-querytranslator":"^1.1.5","@js-soft/logging-abstractions":"^1.0.1","@js-soft/ts-serval":"2.0.13","@js-soft/ts-utils":"^2.3.4","@nmshd/consumption":"*","@nmshd/content":"*","@nmshd/core-types":"*","@nmshd/crypto":"2.1.2","@nmshd/iql":"^1.0.3","@nmshd/runtime-types":"*","@nmshd/transport":"*","@nmshd/typescript-ioc":"3.2.4","ajv":"^8.17.1","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","json-stringify-safe":"^5.0.1","lodash":"^4.17.21","luxon":"^3.7.1","reflect-metadata":"^0.2.2","ts-simple-nameof":"^1.3.3"},
|
|
15
15
|
libraries: {
|
|
16
16
|
serval: ts_serval_1.buildInformation,
|
|
17
17
|
consumption: consumption_1.buildInformation,
|
package/package.json
CHANGED
|
@@ -64,13 +64,13 @@
|
|
|
64
64
|
"@js-soft/logging-abstractions": "^1.0.1",
|
|
65
65
|
"@js-soft/ts-serval": "2.0.13",
|
|
66
66
|
"@js-soft/ts-utils": "^2.3.4",
|
|
67
|
-
"@nmshd/consumption": "6.61.
|
|
68
|
-
"@nmshd/content": "6.61.
|
|
69
|
-
"@nmshd/core-types": "6.61.
|
|
67
|
+
"@nmshd/consumption": "6.61.1",
|
|
68
|
+
"@nmshd/content": "6.61.1",
|
|
69
|
+
"@nmshd/core-types": "6.61.1",
|
|
70
70
|
"@nmshd/crypto": "2.1.2",
|
|
71
71
|
"@nmshd/iql": "^1.0.3",
|
|
72
|
-
"@nmshd/runtime-types": "6.61.
|
|
73
|
-
"@nmshd/transport": "6.61.
|
|
72
|
+
"@nmshd/runtime-types": "6.61.1",
|
|
73
|
+
"@nmshd/transport": "6.61.1",
|
|
74
74
|
"@nmshd/typescript-ioc": "3.2.4",
|
|
75
75
|
"ajv": "^8.17.1",
|
|
76
76
|
"ajv-errors": "^3.0.0",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"lodash": "^4.17.21",
|
|
80
80
|
"luxon": "^3.7.1",
|
|
81
81
|
"reflect-metadata": "^0.2.2",
|
|
82
|
-
"ts-simple-nameof": "^1.3.
|
|
82
|
+
"ts-simple-nameof": "^1.3.3"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@js-soft/docdb-access-loki": "1.3.0",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@js-soft/node-logger": "1.2.0",
|
|
88
88
|
"@types/json-stringify-safe": "^5.0.3",
|
|
89
89
|
"@types/lodash": "^4.17.20",
|
|
90
|
-
"@types/luxon": "^3.
|
|
90
|
+
"@types/luxon": "^3.7.1",
|
|
91
91
|
"ts-json-schema-generator": "2.4.0",
|
|
92
92
|
"ts-mockito": "^2.6.1"
|
|
93
93
|
},
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
"access": "public",
|
|
96
96
|
"provenance": true
|
|
97
97
|
},
|
|
98
|
-
"version": "6.61.
|
|
98
|
+
"version": "6.61.1"
|
|
99
99
|
}
|