@nmshd/runtime 7.5.2 → 7.5.3
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
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-
|
|
13
|
-
commit: "
|
|
10
|
+
version: "7.5.3",
|
|
11
|
+
build: "411",
|
|
12
|
+
date: "2026-07-14T04:47:56+00:00",
|
|
13
|
+
commit: "b73fc93d32ad475dcea651423c1158bbd79c7033",
|
|
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.0","@nmshd/iql":"^1.0.5","@nmshd/runtime-types":"*","@nmshd/transport":"*","@nmshd/typescript-ioc":"3.2.5","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,
|
|
@@ -17489,9 +17489,9 @@ exports.RequestCredentialsRequest = {
|
|
|
17489
17489
|
"$ref": "#/definitions/RequestCredentialsRequest",
|
|
17490
17490
|
"definitions": {
|
|
17491
17491
|
"RequestCredentialsRequest": {
|
|
17492
|
-
"$ref": "#/definitions/AbstractRequestCredentialsRequest%3Calias-
|
|
17492
|
+
"$ref": "#/definitions/AbstractRequestCredentialsRequest%3Calias-1782228875-74138-74264-1782228875-0-218439%3Cstring%2Cany%3E%3E"
|
|
17493
17493
|
},
|
|
17494
|
-
"AbstractRequestCredentialsRequest<alias-
|
|
17494
|
+
"AbstractRequestCredentialsRequest<alias-1782228875-74138-74264-1782228875-0-218439<string,any>>": {
|
|
17495
17495
|
"anyOf": [
|
|
17496
17496
|
{
|
|
17497
17497
|
"type": "object",
|
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"build:node": "npm run build:schemas && tsc -p tsconfig.json",
|
|
21
21
|
"build:notest": "npm run build:node",
|
|
22
22
|
"build:schemas": "node scripts/buildSchemas.mjs",
|
|
23
|
-
"cdep": "tsc &&
|
|
23
|
+
"cdep": "tsc && depcruise --config ../../.dependency-cruiser.cjs dist",
|
|
24
24
|
"lint:tsc": "tsc --noEmit && tsc -p test/tsconfig.json --noEmit",
|
|
25
25
|
"test:ci:lokijs": "USE_LOKIJS=true jest -i --coverage",
|
|
26
26
|
"test:ci:mongodb": "jest -i --coverage",
|
|
@@ -81,13 +81,13 @@
|
|
|
81
81
|
"@js-soft/logging-abstractions": "^1.2.5",
|
|
82
82
|
"@js-soft/ts-serval": "2.0.17",
|
|
83
83
|
"@js-soft/ts-utils": "^2.3.6",
|
|
84
|
-
"@nmshd/consumption": "7.5.
|
|
85
|
-
"@nmshd/content": "7.5.
|
|
86
|
-
"@nmshd/core-types": "7.5.
|
|
84
|
+
"@nmshd/consumption": "7.5.3",
|
|
85
|
+
"@nmshd/content": "7.5.3",
|
|
86
|
+
"@nmshd/core-types": "7.5.3",
|
|
87
87
|
"@nmshd/crypto": "3.0.0",
|
|
88
88
|
"@nmshd/iql": "^1.0.5",
|
|
89
|
-
"@nmshd/runtime-types": "7.5.
|
|
90
|
-
"@nmshd/transport": "7.5.
|
|
89
|
+
"@nmshd/runtime-types": "7.5.3",
|
|
90
|
+
"@nmshd/transport": "7.5.3",
|
|
91
91
|
"@nmshd/typescript-ioc": "3.2.5",
|
|
92
92
|
"ajv": "^8.20.0",
|
|
93
93
|
"ajv-errors": "^3.0.0",
|
|
@@ -100,24 +100,24 @@
|
|
|
100
100
|
"ts-simple-nameof": "^1.3.3"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
|
-
"@eudiplo/sdk-core": "
|
|
104
|
-
"@js-soft/docdb-access-loki": "1.4.
|
|
105
|
-
"@js-soft/docdb-access-mongo": "1.4.
|
|
103
|
+
"@eudiplo/sdk-core": "4.1.0",
|
|
104
|
+
"@js-soft/docdb-access-loki": "1.4.2",
|
|
105
|
+
"@js-soft/docdb-access-mongo": "1.4.2",
|
|
106
106
|
"@js-soft/node-logger": "1.2.5",
|
|
107
|
-
"@nmshd/connector-sdk": "
|
|
108
|
-
"@types/elliptic": "
|
|
109
|
-
"@types/jest": "
|
|
110
|
-
"@types/json-stringify-safe": "
|
|
111
|
-
"@types/lodash": "
|
|
112
|
-
"@types/luxon": "
|
|
113
|
-
"jwt-decode": "
|
|
114
|
-
"openid-client": "
|
|
107
|
+
"@nmshd/connector-sdk": "7.4.0",
|
|
108
|
+
"@types/elliptic": "6.4.18",
|
|
109
|
+
"@types/jest": "30.0.0",
|
|
110
|
+
"@types/json-stringify-safe": "5.0.3",
|
|
111
|
+
"@types/lodash": "4.17.24",
|
|
112
|
+
"@types/luxon": "3.7.2",
|
|
113
|
+
"jwt-decode": "4.0.0",
|
|
114
|
+
"openid-client": "6.8.4",
|
|
115
115
|
"ts-json-schema-generator": "2.9.0",
|
|
116
|
-
"ts-mockito": "
|
|
116
|
+
"ts-mockito": "2.6.1"
|
|
117
117
|
},
|
|
118
118
|
"publishConfig": {
|
|
119
119
|
"access": "public",
|
|
120
120
|
"provenance": true
|
|
121
121
|
},
|
|
122
|
-
"version": "7.5.
|
|
122
|
+
"version": "7.5.3"
|
|
123
123
|
}
|