@nmshd/consumption 2.0.0-alpha.15 → 2.0.0-alpha.16
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/modules/attributes/ConsumptionAttributesController.d.ts +4 -0
- package/dist/modules/attributes/ConsumptionAttributesController.js +15 -0
- package/dist/modules/attributes/ConsumptionAttributesController.js.map +1 -1
- package/dist/modules/attributes/GetIdentityAttributesParams.d.ts +9 -0
- package/dist/modules/attributes/GetIdentityAttributesParams.js +26 -0
- package/dist/modules/attributes/GetIdentityAttributesParams.js.map +1 -0
- package/dist/modules/attributes/GetRelationshipAttributesParams.d.ts +9 -0
- package/dist/modules/attributes/GetRelationshipAttributesParams.js +26 -0
- package/dist/modules/attributes/GetRelationshipAttributesParams.js.map +1 -0
- package/dist/modules/attributes/local/QueryTranslator.d.ts +3 -0
- package/dist/modules/attributes/local/QueryTranslator.js +110 -0
- package/dist/modules/attributes/local/QueryTranslator.js.map +1 -0
- package/dist/modules/index.d.ts +2 -0
- package/dist/modules/index.js +2 -0
- package/dist/modules/index.js.map +1 -1
- package/lib-web/nmshd.consumption.js +8958 -5
- 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 +11 -8
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.16",
|
|
4
4
|
"description": "The consumption library extends the transport library.",
|
|
5
5
|
"homepage": "https://enmeshed.eu",
|
|
6
6
|
"repository": "github:nmshd/cns-consumption",
|
|
@@ -17,10 +17,6 @@
|
|
|
17
17
|
"ui5.yaml"
|
|
18
18
|
],
|
|
19
19
|
"scripts": {
|
|
20
|
-
"lint": "npm run lint:prettier && npm run lint:eslint && npm run lint:tsc",
|
|
21
|
-
"lint:prettier": "prettier --check .",
|
|
22
|
-
"lint:eslint": "eslint --ext ts ./src ./test",
|
|
23
|
-
"lint:tsc": "tsc --noEmit && tsc -p test/tsconfig.json --noEmit",
|
|
24
20
|
"bt": "npm run test:node && npm run build:node && npm run build:test && npm run bundle && npm run test:web",
|
|
25
21
|
"build": "npm run build:node && npm run build:test && npm run bundle",
|
|
26
22
|
"build:ci": "npm run build:node && .ci/writeBuildInformation.sh && npm run build:test && npm run bundle",
|
|
@@ -31,19 +27,26 @@
|
|
|
31
27
|
"bundle:min": "webpack --stats-all --config webpack.min.config.js",
|
|
32
28
|
"bundle:test": "webpack --stats-all --config webpack.test.config.js",
|
|
33
29
|
"cdep": "tsc && madge --circular dist",
|
|
30
|
+
"lint": "npm run lint:prettier && npm run lint:eslint && npm run lint:tsc",
|
|
31
|
+
"lint:eslint": "eslint --ext ts ./src ./test",
|
|
32
|
+
"lint:prettier": "prettier --check .",
|
|
33
|
+
"lint:tsc": "tsc --noEmit && tsc -p test/tsconfig.json --noEmit",
|
|
34
34
|
"test": "npm run test:node && npm run test:web",
|
|
35
35
|
"test:ci": "npm run test",
|
|
36
36
|
"test:local": "npm run build && npm run test:local:node && npm run test:web",
|
|
37
37
|
"test:local:node": ". ./scripts/testSetup.sh && npm run test:node",
|
|
38
|
-
"test:local:node:mongodb": ". ./scripts/testSetup.sh && npm run test:node:mongodb",
|
|
39
38
|
"test:local:node:lokijs": "npm run test:node:lokijs",
|
|
39
|
+
"test:local:node:mongodb": ". ./scripts/testSetup.sh && npm run test:node:mongodb",
|
|
40
40
|
"test:local:teardown": "docker-compose -f test/docker-compose.yml rm -fsv",
|
|
41
41
|
"test:node": "mocha -r ts-node/register -r tsconfig-paths/register ./test/index.node.ts --project ./test/tsconfig.json --exit",
|
|
42
|
-
"test:node:mongodb": "mocha -r ts-node/register -r tsconfig-paths/register ./test/index.node.mongo.ts --project ./test/tsconfig.json --exit",
|
|
43
42
|
"test:node:lokijs": "mocha -r ts-node/register -r tsconfig-paths/register ./test/index.node.loki.ts --project ./test/tsconfig.json --exit",
|
|
43
|
+
"test:node:mongodb": "mocha -r ts-node/register -r tsconfig-paths/register ./test/index.node.mongo.ts --project ./test/tsconfig.json --exit",
|
|
44
44
|
"test:web": "browsertest-runner",
|
|
45
45
|
"test:web:debug": "browsertest-runner-debug"
|
|
46
46
|
},
|
|
47
|
+
"dependencies": {
|
|
48
|
+
"@js-soft/docdb-querytranslator": "^1.0.1"
|
|
49
|
+
},
|
|
47
50
|
"devDependencies": {
|
|
48
51
|
"@js-soft/docdb-access-loki": "1.0.2",
|
|
49
52
|
"@js-soft/docdb-access-mongo": "1.0.5",
|
|
@@ -53,7 +56,7 @@
|
|
|
53
56
|
"@js-soft/ts-serval": "2.0.3",
|
|
54
57
|
"@js-soft/ts-utils": "1.1.2",
|
|
55
58
|
"@js-soft/web-logger": "1.0.1",
|
|
56
|
-
"@nmshd/content": "2.0.0-alpha.
|
|
59
|
+
"@nmshd/content": "2.0.0-alpha.23",
|
|
57
60
|
"@nmshd/crypto": "2.0.1",
|
|
58
61
|
"@nmshd/transport": "2.0.0-alpha.1",
|
|
59
62
|
"@types/chai": "^4.3.1",
|