@nmshd/runtime 2.0.0-beta.22 → 2.0.0-beta.23
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/dataViews/DataViewExpander.d.ts +17 -7
- package/dist/dataViews/DataViewExpander.js +277 -64
- package/dist/dataViews/DataViewExpander.js.map +1 -1
- package/dist/dataViews/consumption/DecidableRequestItemDVOs.d.ts +6 -6
- package/dist/dataViews/consumption/LocalAttributeDVO.d.ts +47 -3
- package/dist/dataViews/content/AttributeDVOs.d.ts +32 -8
- package/dist/dataViews/content/RequestItemDVOs.d.ts +6 -6
- package/dist/extensibility/facades/consumption/AttributesFacade.d.ts +5 -3
- package/dist/extensibility/facades/consumption/AttributesFacade.js +8 -2
- package/dist/extensibility/facades/consumption/AttributesFacade.js.map +1 -1
- package/dist/useCases/common/Schemas.d.ts +1 -0
- package/dist/useCases/common/Schemas.js +682 -407
- package/dist/useCases/common/Schemas.js.map +1 -1
- package/dist/useCases/consumption/attributes/ExecuteRelationshipAttributeQuery.d.ts +2 -2
- package/dist/useCases/consumption/attributes/ExecuteRelationshipAttributeQuery.js +5 -2
- package/dist/useCases/consumption/attributes/ExecuteRelationshipAttributeQuery.js.map +1 -1
- package/dist/useCases/consumption/attributes/ExecuteThirdPartyRelationshipAttributeQuery.d.ts +13 -0
- package/dist/useCases/consumption/attributes/ExecuteThirdPartyRelationshipAttributeQuery.js +40 -0
- package/dist/useCases/consumption/attributes/ExecuteThirdPartyRelationshipAttributeQuery.js.map +1 -0
- package/dist/useCases/consumption/attributes/index.d.ts +1 -0
- package/dist/useCases/consumption/attributes/index.js +1 -0
- package/dist/useCases/consumption/attributes/index.js.map +1 -1
- package/dist/useCases/consumption/requests/CanCreateOutgoingRequest.d.ts +2 -6
- package/dist/useCases/consumption/requests/CanCreateOutgoingRequest.js +8 -11
- package/dist/useCases/consumption/requests/CanCreateOutgoingRequest.js.map +1 -1
- package/lib-web/nmshd.runtime.js +1041 -496
- package/lib-web/nmshd.runtime.js.map +1 -1
- package/lib-web/nmshd.runtime.min.js +3 -3
- package/lib-web/nmshd.runtime.min.js.map +1 -1
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nmshd/runtime",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.23",
|
|
4
4
|
"description": "The Enmeshed client runtime.",
|
|
5
5
|
"homepage": "https://enmeshed.eu",
|
|
6
6
|
"license": "MIT",
|
|
@@ -36,17 +36,17 @@
|
|
|
36
36
|
"test:local:teardown": "docker-compose -f test/docker-compose.yml down -v"
|
|
37
37
|
},
|
|
38
38
|
"jest": {
|
|
39
|
-
"maxWorkers": 5,
|
|
40
|
-
"preset": "ts-jest",
|
|
41
|
-
"setupFilesAfterEnv": [
|
|
42
|
-
"@alex_neo/jest-expect-message",
|
|
43
|
-
"./test/customMatchers.ts"
|
|
44
|
-
],
|
|
45
39
|
"globals": {
|
|
46
40
|
"ts-jest": {
|
|
47
41
|
"tsconfig": "test/tsconfig.json"
|
|
48
42
|
}
|
|
49
43
|
},
|
|
44
|
+
"maxWorkers": 5,
|
|
45
|
+
"preset": "ts-jest",
|
|
46
|
+
"setupFilesAfterEnv": [
|
|
47
|
+
"jest-expect-message",
|
|
48
|
+
"./test/customMatchers.ts"
|
|
49
|
+
],
|
|
50
50
|
"testEnvironment": "node",
|
|
51
51
|
"testTimeout": 60000
|
|
52
52
|
},
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"@js-soft/logging-abstractions": "1.0.0",
|
|
56
56
|
"@js-soft/ts-serval": "2.0.4",
|
|
57
57
|
"@js-soft/ts-utils": "^2.2.2",
|
|
58
|
-
"@nmshd/consumption": "2.0.0-beta.
|
|
59
|
-
"@nmshd/content": "2.0.0-beta.
|
|
58
|
+
"@nmshd/consumption": "2.0.0-beta.15",
|
|
59
|
+
"@nmshd/content": "2.0.0-beta.22",
|
|
60
60
|
"@nmshd/crypto": "2.0.1",
|
|
61
61
|
"@nmshd/transport": "2.0.0-beta.4",
|
|
62
62
|
"ajv": "^8.11.0",
|
|
@@ -70,20 +70,20 @@
|
|
|
70
70
|
"typescript-ioc": "3.2.2"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@alex_neo/jest-expect-message": "^1.0.5",
|
|
74
73
|
"@js-soft/docdb-access-loki": "1.0.3",
|
|
75
74
|
"@js-soft/docdb-access-mongo": "1.1.2",
|
|
76
75
|
"@js-soft/eslint-config-ts": "^1.6.0",
|
|
77
|
-
"@js-soft/license-check": "1.0.
|
|
76
|
+
"@js-soft/license-check": "1.0.5",
|
|
78
77
|
"@js-soft/node-logger": "1.0.2",
|
|
79
78
|
"@types/jest": "^28.1.8",
|
|
80
79
|
"@types/jest-expect-message": "^1.0.4",
|
|
81
80
|
"@types/json-stringify-safe": "^5.0.0",
|
|
82
81
|
"@types/luxon": "^3.0.1",
|
|
83
|
-
"@types/node": "^18.7.
|
|
82
|
+
"@types/node": "^18.7.16",
|
|
84
83
|
"@types/qrcode": "^1.5.0",
|
|
85
84
|
"eslint": "^8.23.0",
|
|
86
85
|
"jest": "^28.1.3",
|
|
86
|
+
"jest-expect-message": "^1.1.2",
|
|
87
87
|
"madge": "^5.0.1",
|
|
88
88
|
"prettier": "^2.7.1",
|
|
89
89
|
"ts-jest": "^28.0.8",
|