@nmshd/runtime 2.0.2 → 2.1.1

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 (28) hide show
  1. package/dist/Runtime.js +12 -12
  2. package/dist/Runtime.js.map +1 -1
  3. package/dist/buildInformation.js +5 -5
  4. package/dist/dataViews/DataViewExpander.js +5 -21
  5. package/dist/dataViews/DataViewExpander.js.map +1 -1
  6. package/dist/dataViews/consumption/LocalAttributeDVO.d.ts +1 -1
  7. package/dist/dataViews/content/AttributeDVOs.d.ts +1 -1
  8. package/dist/extensibility/facades/consumption/AttributesFacade.d.ts +1 -1
  9. package/dist/modules/AttributeListenerModule.js +11 -5
  10. package/dist/modules/AttributeListenerModule.js.map +1 -1
  11. package/dist/useCases/common/Schemas.js +1118 -263
  12. package/dist/useCases/common/Schemas.js.map +1 -1
  13. package/dist/useCases/common/validation/ValidatableStrings.d.ts +18 -18
  14. package/dist/useCases/consumption/attributes/ExecuteThirdPartyRelationshipAttributeQuery.d.ts +2 -2
  15. package/dist/useCases/consumption/attributes/ExecuteThirdPartyRelationshipAttributeQuery.js +1 -4
  16. package/dist/useCases/consumption/attributes/ExecuteThirdPartyRelationshipAttributeQuery.js.map +1 -1
  17. package/dist/useCases/transport/account/LoadItemFromTruncatedReference.d.ts +1 -1
  18. package/dist/useCases/transport/challenges/CreateChallenge.d.ts +1 -1
  19. package/dist/useCases/transport/files/GetOrLoadFile.d.ts +1 -1
  20. package/dist/useCases/transport/files/UploadOwnFile.js +3 -3
  21. package/dist/useCases/transport/files/UploadOwnFile.js.map +1 -1
  22. package/dist/useCases/transport/relationshipTemplates/LoadPeerRelationshipTemplate.d.ts +1 -1
  23. package/dist/useCases/transport/tokens/LoadPeerToken.d.ts +1 -1
  24. package/lib-web/nmshd.runtime.js +1112 -266
  25. package/lib-web/nmshd.runtime.js.map +1 -1
  26. package/lib-web/nmshd.runtime.min.js +3 -3
  27. package/lib-web/nmshd.runtime.min.js.map +1 -1
  28. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nmshd/runtime",
3
- "version": "2.0.2",
3
+ "version": "2.1.1",
4
4
  "description": "The Enmeshed client runtime.",
5
5
  "homepage": "https://enmeshed.eu",
6
6
  "license": "MIT",
@@ -50,11 +50,11 @@
50
50
  "@js-soft/logging-abstractions": "1.0.0",
51
51
  "@js-soft/ts-serval": "2.0.5",
52
52
  "@js-soft/ts-utils": "^2.3.0",
53
- "@nmshd/consumption": "2.0.0",
54
- "@nmshd/content": "2.0.2",
55
- "@nmshd/crypto": "2.0.2",
53
+ "@nmshd/consumption": "2.2.1",
54
+ "@nmshd/content": "2.1.2",
55
+ "@nmshd/crypto": "2.0.3",
56
56
  "@nmshd/transport": "2.0.0",
57
- "ajv": "^8.11.0",
57
+ "ajv": "^8.11.2",
58
58
  "ajv-errors": "^3.0.0",
59
59
  "ajv-formats": "^2.1.1",
60
60
  "json-stringify-safe": "^5.0.1",
@@ -68,24 +68,24 @@
68
68
  "@js-soft/docdb-access-loki": "1.0.3",
69
69
  "@js-soft/docdb-access-mongo": "1.1.2",
70
70
  "@js-soft/eslint-config-ts": "^1.6.1",
71
- "@js-soft/license-check": "1.0.5",
71
+ "@js-soft/license-check": "1.0.6",
72
72
  "@js-soft/node-logger": "1.0.2",
73
- "@types/jest": "^29.2.2",
73
+ "@types/jest": "^29.2.3",
74
74
  "@types/jest-expect-message": "^1.0.4",
75
75
  "@types/json-stringify-safe": "^5.0.0",
76
76
  "@types/luxon": "^3.1.0",
77
77
  "@types/node": "^18.11.9",
78
78
  "@types/qrcode": "^1.5.0",
79
- "eslint": "^8.27.0",
79
+ "eslint": "^8.28.0",
80
80
  "jest": "^29.3.1",
81
81
  "jest-expect-message": "^1.1.3",
82
82
  "madge": "^5.0.1",
83
- "prettier": "^2.7.1",
83
+ "prettier": "^2.8.0",
84
84
  "ts-jest": "^29.0.3",
85
85
  "ts-json-schema-generator": "^1.1.2",
86
- "typescript": "4.8.4",
86
+ "typescript": "4.9.3",
87
87
  "webpack": "^5.75.0",
88
- "webpack-cli": "^4.10.0"
88
+ "webpack-cli": "^5.0.0"
89
89
  },
90
90
  "publishConfig": {
91
91
  "access": "public"