@nmshd/runtime 6.23.0 → 6.23.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
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: "6.23.
|
|
11
|
-
build: "
|
|
12
|
-
date: "2025-01-
|
|
13
|
-
commit: "
|
|
10
|
+
version: "6.23.1",
|
|
11
|
+
build: "189",
|
|
12
|
+
date: "2025-01-17T14:22:40+00:00",
|
|
13
|
+
commit: "e1fb5fbc1def6478f21da040e0ffc8dd22ee2a1a",
|
|
14
14
|
dependencies: {"@js-soft/docdb-querytranslator":"^1.1.5","@js-soft/logging-abstractions":"^1.0.1","@js-soft/ts-serval":"2.0.11","@js-soft/ts-utils":"^2.3.3","@nmshd/consumption":"*","@nmshd/content":"*","@nmshd/core-types":"*","@nmshd/crypto":"2.1.0","@nmshd/iql":"^1.0.2","@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.5.0","qrcode":"1.5.4","reflect-metadata":"^0.2.2","ts-simple-nameof":"^1.3.1"},
|
|
15
15
|
libraries: {
|
|
16
16
|
serval: ts_serval_1.buildInformation,
|
|
@@ -195,7 +195,7 @@ let DataViewExpander = class DataViewExpander {
|
|
|
195
195
|
}
|
|
196
196
|
if (message.content["@type"] === "ResponseWrapper") {
|
|
197
197
|
const query = { id: message.content.requestId };
|
|
198
|
-
const localRequestsResult = isOwn ? await this.consumption.
|
|
198
|
+
const localRequestsResult = isOwn ? await this.consumption.incomingRequests.getRequests({ query }) : await this.consumption.outgoingRequests.getRequests({ query });
|
|
199
199
|
if (localRequestsResult.value.length === 0)
|
|
200
200
|
throw new Error("No LocalRequest has been found for this message id.");
|
|
201
201
|
if (localRequestsResult.value.length > 1)
|
package/package.json
CHANGED
|
@@ -64,12 +64,12 @@
|
|
|
64
64
|
"@js-soft/logging-abstractions": "^1.0.1",
|
|
65
65
|
"@js-soft/ts-serval": "2.0.11",
|
|
66
66
|
"@js-soft/ts-utils": "^2.3.3",
|
|
67
|
-
"@nmshd/consumption": "6.23.
|
|
68
|
-
"@nmshd/content": "6.23.
|
|
69
|
-
"@nmshd/core-types": "6.23.
|
|
67
|
+
"@nmshd/consumption": "6.23.1",
|
|
68
|
+
"@nmshd/content": "6.23.1",
|
|
69
|
+
"@nmshd/core-types": "6.23.1",
|
|
70
70
|
"@nmshd/crypto": "2.1.0",
|
|
71
71
|
"@nmshd/iql": "^1.0.2",
|
|
72
|
-
"@nmshd/transport": "6.23.
|
|
72
|
+
"@nmshd/transport": "6.23.1",
|
|
73
73
|
"@nmshd/typescript-ioc": "3.2.4",
|
|
74
74
|
"ajv": "^8.17.1",
|
|
75
75
|
"ajv-errors": "^3.0.0",
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"access": "public",
|
|
97
97
|
"provenance": true
|
|
98
98
|
},
|
|
99
|
-
"version": "6.23.
|
|
99
|
+
"version": "6.23.1"
|
|
100
100
|
}
|