@nmshd/transport 7.0.0-alpha.57 → 7.0.0-alpha.58
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 +3 -5
package/dist/buildInformation.js
CHANGED
|
@@ -4,11 +4,11 @@ exports.buildInformation = void 0;
|
|
|
4
4
|
const ts_serval_1 = require("@js-soft/ts-serval");
|
|
5
5
|
const crypto_1 = require("@nmshd/crypto");
|
|
6
6
|
exports.buildInformation = {
|
|
7
|
-
version: "7.0.0-alpha.
|
|
8
|
-
build: "
|
|
9
|
-
date: "2025-08-
|
|
10
|
-
commit: "
|
|
11
|
-
dependencies: {"@js-soft/docdb-access-abstractions":"1.2.0","@js-soft/logging-abstractions":"^1.0.1","@js-soft/simple-logger":"1.0.5","@js-soft/ts-utils":"^2.3.4","@nmshd/core-types":"*","@nmshd/crypto":"2.1.2","axios":"^1.11.0","fast-json-patch":"^3.1.1","form-data":"^4.0.4","https-proxy-agent":"^7.0.6","json-stringify-safe":"^5.0.1","lodash":"^4.17.21","luxon":"^3.7.1","qs":"^6.14.0","reflect-metadata":"^0.2.2","ts-simple-nameof":"^1.3.3"
|
|
7
|
+
version: "7.0.0-alpha.58",
|
|
8
|
+
build: "324",
|
|
9
|
+
date: "2025-08-21T07:52:49+00:00",
|
|
10
|
+
commit: "43a140fd839fee5b5b81f5fa11ac9b683da880c2",
|
|
11
|
+
dependencies: {"@js-soft/docdb-access-abstractions":"1.2.0","@js-soft/logging-abstractions":"^1.0.1","@js-soft/simple-logger":"1.0.5","@js-soft/ts-utils":"^2.3.4","@nmshd/core-types":"*","@nmshd/crypto":"2.1.2","axios":"^1.11.0","fast-json-patch":"^3.1.1","form-data":"^4.0.4","https-proxy-agent":"^7.0.6","json-stringify-safe":"^5.0.1","lodash":"^4.17.21","luxon":"^3.7.1","qs":"^6.14.0","reflect-metadata":"^0.2.2","ts-simple-nameof":"^1.3.3"},
|
|
12
12
|
libraries: {
|
|
13
13
|
crypto: crypto_1.buildInformation,
|
|
14
14
|
serval: ts_serval_1.buildInformation
|
package/package.json
CHANGED
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@js-soft/logging-abstractions": "^1.0.1",
|
|
71
71
|
"@js-soft/simple-logger": "1.0.5",
|
|
72
72
|
"@js-soft/ts-utils": "^2.3.4",
|
|
73
|
-
"@nmshd/core-types": "7.0.0-alpha.
|
|
73
|
+
"@nmshd/core-types": "7.0.0-alpha.58",
|
|
74
74
|
"@nmshd/crypto": "2.1.2",
|
|
75
75
|
"axios": "^1.11.0",
|
|
76
76
|
"fast-json-patch": "^3.1.1",
|
|
@@ -81,8 +81,7 @@
|
|
|
81
81
|
"luxon": "^3.7.1",
|
|
82
82
|
"qs": "^6.14.0",
|
|
83
83
|
"reflect-metadata": "^0.2.2",
|
|
84
|
-
"ts-simple-nameof": "^1.3.3"
|
|
85
|
-
"uuid": "^11.1.0"
|
|
84
|
+
"ts-simple-nameof": "^1.3.3"
|
|
86
85
|
},
|
|
87
86
|
"devDependencies": {
|
|
88
87
|
"@js-soft/docdb-access-loki": "1.3.0",
|
|
@@ -93,7 +92,6 @@
|
|
|
93
92
|
"@types/lodash": "^4.17.20",
|
|
94
93
|
"@types/luxon": "^3.7.1",
|
|
95
94
|
"@types/qs": "^6.14.0",
|
|
96
|
-
"@types/uuid": "^10.0.0",
|
|
97
95
|
"correlation-id": "^5.2.0",
|
|
98
96
|
"expect": "^30.0.5",
|
|
99
97
|
"testcontainers": "^11.5.1",
|
|
@@ -103,5 +101,5 @@
|
|
|
103
101
|
"access": "public",
|
|
104
102
|
"provenance": true
|
|
105
103
|
},
|
|
106
|
-
"version": "7.0.0-alpha.
|
|
104
|
+
"version": "7.0.0-alpha.58"
|
|
107
105
|
}
|