@nmshd/runtime 2.9.1 → 2.10.0
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/dist/useCases/common/QRCode.js +2 -2
- package/dist/useCases/common/Schemas.js +7 -0
- package/dist/useCases/common/Schemas.js.map +1 -1
- package/dist/useCases/consumption/requests/GetIncomingRequests.js.map +1 -1
- package/dist/useCases/consumption/requests/GetOutgoingRequests.js.map +1 -1
- package/dist/useCases/transport/account/RegisterPushNotificationToken.d.ts +1 -0
- package/dist/useCases/transport/account/RegisterPushNotificationToken.js +2 -1
- package/dist/useCases/transport/account/RegisterPushNotificationToken.js.map +1 -1
- package/lib-web/nmshd.runtime.js +580 -233
- package/lib-web/nmshd.runtime.js.map +1 -1
- package/lib-web/nmshd.runtime.min.js +3 -3
- package/lib-web/nmshd.runtime.min.js.map +1 -1
- package/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nmshd/runtime",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.10.0",
|
|
4
4
|
"description": "The enmeshed client runtime.",
|
|
5
5
|
"homepage": "https://enmeshed.eu",
|
|
6
6
|
"repository": "github:nmshd/cns-runtime",
|
|
@@ -57,42 +57,42 @@
|
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@js-soft/docdb-querytranslator": "1.1.
|
|
61
|
-
"@js-soft/logging-abstractions": "1.0.
|
|
62
|
-
"@js-soft/ts-serval": "2.0.
|
|
63
|
-
"@js-soft/ts-utils": "^2.3.
|
|
60
|
+
"@js-soft/docdb-querytranslator": "1.1.2",
|
|
61
|
+
"@js-soft/logging-abstractions": "1.0.1",
|
|
62
|
+
"@js-soft/ts-serval": "2.0.10",
|
|
63
|
+
"@js-soft/ts-utils": "^2.3.3",
|
|
64
64
|
"@nmshd/consumption": "3.4.3",
|
|
65
65
|
"@nmshd/content": "2.7.4",
|
|
66
|
-
"@nmshd/crypto": "2.0.
|
|
67
|
-
"@nmshd/transport": "2.1.
|
|
66
|
+
"@nmshd/crypto": "2.0.5",
|
|
67
|
+
"@nmshd/transport": "2.1.4",
|
|
68
68
|
"ajv": "^8.12.0",
|
|
69
69
|
"ajv-errors": "^3.0.0",
|
|
70
70
|
"ajv-formats": "^2.1.1",
|
|
71
71
|
"json-stringify-safe": "^5.0.1",
|
|
72
72
|
"lodash": "^4.17.21",
|
|
73
|
-
"luxon": "^3.4.
|
|
73
|
+
"luxon": "^3.4.4",
|
|
74
74
|
"qrcode": "1.5.3",
|
|
75
75
|
"reflect-metadata": "0.1.13",
|
|
76
76
|
"ts-simple-nameof": "1.3.1",
|
|
77
77
|
"typescript-ioc": "3.2.2"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@js-soft/docdb-access-loki": "1.0.
|
|
81
|
-
"@js-soft/docdb-access-mongo": "1.1.
|
|
82
|
-
"@js-soft/eslint-config-ts": "^1.6.
|
|
83
|
-
"@js-soft/license-check": "1.0.
|
|
84
|
-
"@js-soft/node-logger": "1.1.
|
|
85
|
-
"@types/jest": "^29.5.
|
|
86
|
-
"@types/json-stringify-safe": "^5.0.
|
|
87
|
-
"@types/lodash": "^4.14.
|
|
88
|
-
"@types/luxon": "^3.3.
|
|
89
|
-
"@types/node": "^20.
|
|
90
|
-
"@types/qrcode": "^1.5.
|
|
91
|
-
"eslint": "^8.
|
|
80
|
+
"@js-soft/docdb-access-loki": "1.0.5",
|
|
81
|
+
"@js-soft/docdb-access-mongo": "1.1.5",
|
|
82
|
+
"@js-soft/eslint-config-ts": "^1.6.5",
|
|
83
|
+
"@js-soft/license-check": "1.0.8",
|
|
84
|
+
"@js-soft/node-logger": "1.1.1",
|
|
85
|
+
"@types/jest": "^29.5.8",
|
|
86
|
+
"@types/json-stringify-safe": "^5.0.3",
|
|
87
|
+
"@types/lodash": "^4.14.201",
|
|
88
|
+
"@types/luxon": "^3.3.4",
|
|
89
|
+
"@types/node": "^20.9.2",
|
|
90
|
+
"@types/qrcode": "^1.5.5",
|
|
91
|
+
"eslint": "^8.54.0",
|
|
92
92
|
"jest": "^29.7.0",
|
|
93
93
|
"jest-expect-message": "^1.1.3",
|
|
94
94
|
"madge": "^6.1.0",
|
|
95
|
-
"prettier": "^3.0
|
|
95
|
+
"prettier": "^3.1.0",
|
|
96
96
|
"ts-jest": "^29.1.1",
|
|
97
97
|
"ts-json-schema-generator": "^1.4.0",
|
|
98
98
|
"typescript": "5.2.2",
|