@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.
Files changed (32) hide show
  1. package/dist/buildInformation.js +4 -4
  2. package/dist/consumption/ConsumptionErrors.d.ts +2 -1
  3. package/dist/consumption/ConsumptionErrors.js +5 -2
  4. package/dist/consumption/ConsumptionErrors.js.map +1 -1
  5. package/dist/modules/attributes/ConsumptionAttributesController.d.ts +11 -10
  6. package/dist/modules/attributes/ConsumptionAttributesController.js +48 -54
  7. package/dist/modules/attributes/ConsumptionAttributesController.js.map +1 -1
  8. package/dist/modules/attributes/CreateConsumptionAttributeParams.d.ts +9 -0
  9. package/dist/modules/attributes/CreateConsumptionAttributeParams.js +26 -0
  10. package/dist/modules/attributes/CreateConsumptionAttributeParams.js.map +1 -0
  11. package/dist/modules/attributes/CreateSharedConsumptionAttributeCopyParams.d.ts +13 -0
  12. package/dist/modules/attributes/CreateSharedConsumptionAttributeCopyParams.js +36 -0
  13. package/dist/modules/attributes/CreateSharedConsumptionAttributeCopyParams.js.map +1 -0
  14. package/dist/modules/attributes/SuccedConsumptionAttributeParams.d.ts +12 -0
  15. package/dist/modules/attributes/SuccedConsumptionAttributeParams.js +32 -0
  16. package/dist/modules/attributes/SuccedConsumptionAttributeParams.js.map +1 -0
  17. package/dist/modules/attributes/local/ConsumptionAttribute.d.ts +12 -10
  18. package/dist/modules/attributes/local/ConsumptionAttribute.js +20 -14
  19. package/dist/modules/attributes/local/ConsumptionAttribute.js.map +1 -1
  20. package/dist/modules/attributes/local/ConsumptionAttributeShareInfo.d.ts +12 -0
  21. package/dist/modules/attributes/local/ConsumptionAttributeShareInfo.js +36 -0
  22. package/dist/modules/attributes/local/ConsumptionAttributeShareInfo.js.map +1 -0
  23. package/dist/modules/index.d.ts +3 -0
  24. package/dist/modules/index.js +3 -0
  25. package/dist/modules/index.js.map +1 -1
  26. package/dist/modules/requests/outgoing/OutgoingRequestsController.js +13 -3
  27. package/dist/modules/requests/outgoing/OutgoingRequestsController.js.map +1 -1
  28. package/lib-web/nmshd.consumption.js +266 -80
  29. package/lib-web/nmshd.consumption.js.map +1 -1
  30. package/lib-web/nmshd.consumption.min.js +1 -1
  31. package/lib-web/nmshd.consumption.min.js.map +1 -1
  32. 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.10",
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.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.8",
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.1",
61
+ "@types/luxon": "^2.3.2",
62
62
  "@types/mocha": "^9.1.1",
63
- "@types/node": "^17.0.29",
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.14.0",
67
+ "eslint": "^8.15.0",
68
68
  "madge": "^5.0.1",
69
- "mocha": "^9.2.2",
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": "^3.14.1",
75
- "typescript": "^4.6.3",
76
- "webpack": "^5.72.0",
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": {