@nmshd/consumption 3.9.2 → 3.9.4
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/consumption/CoreErrors.d.ts +2 -1
- package/dist/consumption/CoreErrors.d.ts.map +1 -1
- package/dist/consumption/CoreErrors.js +6 -3
- package/dist/consumption/CoreErrors.js.map +1 -1
- package/dist/modules/attributeListeners/local/CreateLocalAttributeListenerParams.d.ts +1 -1
- package/dist/modules/attributeListeners/local/CreateLocalAttributeListenerParams.d.ts.map +1 -1
- package/dist/modules/attributes/AttributesController.d.ts +3 -1
- package/dist/modules/attributes/AttributesController.d.ts.map +1 -1
- package/dist/modules/attributes/AttributesController.js +72 -18
- package/dist/modules/attributes/AttributesController.js.map +1 -1
- package/dist/modules/attributes/local/CreateLocalAttributeParams.d.ts +1 -1
- package/dist/modules/attributes/local/CreateLocalAttributeParams.d.ts.map +1 -1
- package/dist/modules/attributes/local/CreatePeerLocalAttributeParams.d.ts +1 -1
- package/dist/modules/attributes/local/CreatePeerLocalAttributeParams.d.ts.map +1 -1
- package/dist/modules/attributes/local/LocalAttribute.d.ts +3 -2
- package/dist/modules/attributes/local/LocalAttribute.d.ts.map +1 -1
- package/dist/modules/attributes/local/LocalAttribute.js +5 -2
- package/dist/modules/attributes/local/LocalAttribute.js.map +1 -1
- package/dist/modules/notifications/index.d.ts +2 -2
- package/dist/modules/notifications/index.d.ts.map +1 -1
- package/dist/modules/notifications/index.js +2 -2
- package/dist/modules/notifications/index.js.map +1 -1
- package/dist/modules/requests/incoming/IncomingRequestsController.d.ts.map +1 -1
- package/dist/modules/requests/incoming/IncomingRequestsController.js +1 -1
- package/dist/modules/requests/incoming/IncomingRequestsController.js.map +1 -1
- package/dist/modules/requests/index.d.ts +8 -8
- package/dist/modules/requests/index.d.ts.map +1 -1
- package/dist/modules/requests/index.js +8 -8
- package/dist/modules/requests/index.js.map +1 -1
- package/lib-web/nmshd.consumption.js +148 -75
- package/lib-web/nmshd.consumption.js.map +1 -1
- package/lib-web/nmshd.consumption.min.js +1 -1
- package/lib-web/nmshd.consumption.min.js.map +1 -1
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nmshd/consumption",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.4",
|
|
4
4
|
"description": "The consumption library extends the transport library.",
|
|
5
5
|
"homepage": "https://enmeshed.eu",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/nmshd/runtime",
|
|
8
|
+
"url": "git+https://github.com/nmshd/runtime.git",
|
|
9
9
|
"directory": "packages/consumption"
|
|
10
10
|
},
|
|
11
11
|
"license": "MIT",
|
|
@@ -61,17 +61,17 @@
|
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@js-soft/docdb-querytranslator": "^1.1.2",
|
|
64
|
-
"@nmshd/iql": "^1.0.
|
|
64
|
+
"@nmshd/iql": "^1.0.2",
|
|
65
65
|
"ts-simple-nameof": "^1.3.1"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@js-soft/docdb-access-loki": "1.0.6",
|
|
69
|
-
"@js-soft/docdb-access-mongo": "1.1.
|
|
69
|
+
"@js-soft/docdb-access-mongo": "1.1.7",
|
|
70
70
|
"@js-soft/node-logger": "1.1.1",
|
|
71
71
|
"@js-soft/ts-serval": "2.0.10",
|
|
72
72
|
"@js-soft/ts-utils": "2.3.3",
|
|
73
73
|
"@js-soft/web-logger": "^1.0.4",
|
|
74
|
-
"@nmshd/crypto": "2.0.
|
|
74
|
+
"@nmshd/crypto": "2.0.6",
|
|
75
75
|
"@types/glob": "^8.1.0",
|
|
76
76
|
"@types/lodash": "^4.14.202",
|
|
77
77
|
"@types/luxon": "^3.4.2",
|