@nmshd/consumption 2.0.0-alpha.11 → 2.0.0-alpha.14

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 (38) 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 +14 -10
  6. package/dist/modules/attributes/ConsumptionAttributesController.js +77 -58
  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/CreatePeerConsumptionAttributeParams.d.ts +16 -0
  12. package/dist/modules/attributes/CreatePeerConsumptionAttributeParams.js +42 -0
  13. package/dist/modules/attributes/CreatePeerConsumptionAttributeParams.js.map +1 -0
  14. package/dist/modules/attributes/CreateSharedConsumptionAttributeCopyParams.d.ts +13 -0
  15. package/dist/modules/attributes/CreateSharedConsumptionAttributeCopyParams.js +36 -0
  16. package/dist/modules/attributes/CreateSharedConsumptionAttributeCopyParams.js.map +1 -0
  17. package/dist/modules/attributes/SuccedConsumptionAttributeParams.d.ts +12 -0
  18. package/dist/modules/attributes/SuccedConsumptionAttributeParams.js +32 -0
  19. package/dist/modules/attributes/SuccedConsumptionAttributeParams.js.map +1 -0
  20. package/dist/modules/attributes/UpdateConsumptionAttributeParams.d.ts +12 -0
  21. package/dist/modules/attributes/UpdateConsumptionAttributeParams.js +32 -0
  22. package/dist/modules/attributes/UpdateConsumptionAttributeParams.js.map +1 -0
  23. package/dist/modules/attributes/local/ConsumptionAttribute.d.ts +19 -10
  24. package/dist/modules/attributes/local/ConsumptionAttribute.js +20 -14
  25. package/dist/modules/attributes/local/ConsumptionAttribute.js.map +1 -1
  26. package/dist/modules/attributes/local/ConsumptionAttributeShareInfo.d.ts +17 -0
  27. package/dist/modules/attributes/local/ConsumptionAttributeShareInfo.js +36 -0
  28. package/dist/modules/attributes/local/ConsumptionAttributeShareInfo.js.map +1 -0
  29. package/dist/modules/index.d.ts +4 -0
  30. package/dist/modules/index.js +4 -0
  31. package/dist/modules/index.js.map +1 -1
  32. package/dist/modules/requests/outgoing/OutgoingRequestsController.js +13 -3
  33. package/dist/modules/requests/outgoing/OutgoingRequestsController.js.map +1 -1
  34. package/lib-web/nmshd.consumption.js +349 -85
  35. package/lib-web/nmshd.consumption.js.map +1 -1
  36. package/lib-web/nmshd.consumption.min.js +1 -1
  37. package/lib-web/nmshd.consumption.min.js.map +1 -1
  38. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nmshd/consumption",
3
- "version": "2.0.0-alpha.11",
3
+ "version": "2.0.0-alpha.14",
4
4
  "description": "The consumption library extends the transport library.",
5
5
  "homepage": "https://enmeshed.eu",
6
6
  "repository": "github:nmshd/cns-consumption",
@@ -53,14 +53,14 @@
53
53
  "@js-soft/ts-serval": "2.0.3",
54
54
  "@js-soft/ts-utils": "1.1.2",
55
55
  "@js-soft/web-logger": "1.0.1",
56
- "@nmshd/content": "2.0.0-alpha.10",
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
61
  "@types/luxon": "^2.3.2",
62
62
  "@types/mocha": "^9.1.1",
63
- "@types/node": "^17.0.32",
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",