@nmshd/consumption 2.0.0-alpha.10 → 2.0.0-alpha.13
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 +4 -4
- package/dist/consumption/ConsumptionErrors.d.ts +2 -1
- package/dist/consumption/ConsumptionErrors.js +5 -2
- package/dist/consumption/ConsumptionErrors.js.map +1 -1
- package/dist/modules/attributes/ConsumptionAttributesController.d.ts +11 -10
- package/dist/modules/attributes/ConsumptionAttributesController.js +48 -54
- package/dist/modules/attributes/ConsumptionAttributesController.js.map +1 -1
- package/dist/modules/attributes/CreateConsumptionAttributeParams.d.ts +9 -0
- package/dist/modules/attributes/CreateConsumptionAttributeParams.js +26 -0
- package/dist/modules/attributes/CreateConsumptionAttributeParams.js.map +1 -0
- package/dist/modules/attributes/CreateSharedConsumptionAttributeCopyParams.d.ts +13 -0
- package/dist/modules/attributes/CreateSharedConsumptionAttributeCopyParams.js +36 -0
- package/dist/modules/attributes/CreateSharedConsumptionAttributeCopyParams.js.map +1 -0
- package/dist/modules/attributes/SuccedConsumptionAttributeParams.d.ts +12 -0
- package/dist/modules/attributes/SuccedConsumptionAttributeParams.js +32 -0
- package/dist/modules/attributes/SuccedConsumptionAttributeParams.js.map +1 -0
- package/dist/modules/attributes/local/ConsumptionAttribute.d.ts +12 -10
- package/dist/modules/attributes/local/ConsumptionAttribute.js +20 -14
- package/dist/modules/attributes/local/ConsumptionAttribute.js.map +1 -1
- package/dist/modules/attributes/local/ConsumptionAttributeShareInfo.d.ts +12 -0
- package/dist/modules/attributes/local/ConsumptionAttributeShareInfo.js +36 -0
- package/dist/modules/attributes/local/ConsumptionAttributeShareInfo.js.map +1 -0
- package/dist/modules/index.d.ts +3 -0
- package/dist/modules/index.js +3 -0
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/requests/outgoing/OutgoingRequestsController.js +13 -3
- package/dist/modules/requests/outgoing/OutgoingRequestsController.js.map +1 -1
- package/lib-web/nmshd.consumption.js +266 -80
- 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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nmshd/consumption",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.13",
|
|
4
4
|
"description": "The consumption library extends the transport library.",
|
|
5
5
|
"homepage": "https://enmeshed.eu",
|
|
6
6
|
"repository": "github:nmshd/cns-consumption",
|
|
@@ -51,29 +51,29 @@
|
|
|
51
51
|
"@js-soft/license-check": "1.0.4",
|
|
52
52
|
"@js-soft/node-logger": "1.0.1",
|
|
53
53
|
"@js-soft/ts-serval": "2.0.3",
|
|
54
|
-
"@js-soft/ts-utils": "1.1.
|
|
54
|
+
"@js-soft/ts-utils": "1.1.2",
|
|
55
55
|
"@js-soft/web-logger": "1.0.1",
|
|
56
|
-
"@nmshd/content": "2.0.0-alpha.
|
|
56
|
+
"@nmshd/content": "2.0.0-alpha.14",
|
|
57
57
|
"@nmshd/crypto": "2.0.1",
|
|
58
58
|
"@nmshd/transport": "2.0.0-alpha.1",
|
|
59
59
|
"@types/chai": "^4.3.1",
|
|
60
60
|
"@types/glob": "^7.2.0",
|
|
61
|
-
"@types/luxon": "^2.3.
|
|
61
|
+
"@types/luxon": "^2.3.2",
|
|
62
62
|
"@types/mocha": "^9.1.1",
|
|
63
|
-
"@types/node": "^17.0.
|
|
63
|
+
"@types/node": "^17.0.33",
|
|
64
64
|
"bt-runner": "^2.0.5",
|
|
65
65
|
"chai": "^4.3.6",
|
|
66
66
|
"copy-webpack-plugin": "^10.2.4",
|
|
67
|
-
"eslint": "^8.
|
|
67
|
+
"eslint": "^8.15.0",
|
|
68
68
|
"madge": "^5.0.1",
|
|
69
|
-
"mocha": "^
|
|
69
|
+
"mocha": "^10.0.0",
|
|
70
70
|
"mocha-param": "^2.0.1",
|
|
71
71
|
"prettier": "^2.6.2",
|
|
72
72
|
"terser-webpack-plugin": "5.3.1",
|
|
73
73
|
"ts-node": "^10.7.0",
|
|
74
|
-
"tsconfig-paths": "^
|
|
75
|
-
"typescript": "^4.6.
|
|
76
|
-
"webpack": "^5.72.
|
|
74
|
+
"tsconfig-paths": "^4.0.0",
|
|
75
|
+
"typescript": "^4.6.4",
|
|
76
|
+
"webpack": "^5.72.1",
|
|
77
77
|
"webpack-cli": "^4.9.2"
|
|
78
78
|
},
|
|
79
79
|
"publishConfig": {
|