@nmshd/app-runtime 1.0.3 → 1.0.6
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/events/index.js +5 -1
- package/dist/events/index.js.map +1 -1
- package/dist/extensibility/facades/index.js +5 -1
- package/dist/extensibility/facades/index.js.map +1 -1
- package/dist/extensibility/index.js +5 -1
- package/dist/extensibility/index.js.map +1 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/modules/appEvents/index.js +5 -1
- package/dist/modules/appEvents/index.js.map +1 -1
- package/dist/modules/appSync/index.js +5 -1
- package/dist/modules/appSync/index.js.map +1 -1
- package/dist/modules/index.js +5 -1
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/pushNotifications/index.js +5 -1
- package/dist/modules/pushNotifications/index.js.map +1 -1
- package/dist/modules/runtimeEvents/index.js +5 -1
- package/dist/modules/runtimeEvents/index.js.map +1 -1
- package/dist/multiAccount/index.js +5 -1
- package/dist/multiAccount/index.js.map +1 -1
- package/lib-web/nmshd.app-runtime.js +55 -15
- package/lib-web/nmshd.app-runtime.min.js +1 -1
- package/package.json +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nmshd/app-runtime",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "The App Runtime",
|
|
5
5
|
"homepage": "https://enmeshed.eu",
|
|
6
6
|
"repository": "github:nmshd/cns-app-runtime",
|
|
@@ -38,31 +38,31 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@js-soft/docdb-access-loki": "^1.0.2",
|
|
40
40
|
"@js-soft/native-abstractions": "^1.0.3",
|
|
41
|
-
"@nmshd/runtime": "1.
|
|
41
|
+
"@nmshd/runtime": "1.4.0",
|
|
42
42
|
"lodash": "^4.17.21"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@js-soft/eslint-config-ts": "^1.
|
|
46
|
-
"@js-soft/license-check": "^1.0.
|
|
45
|
+
"@js-soft/eslint-config-ts": "^1.5.2",
|
|
46
|
+
"@js-soft/license-check": "^1.0.4",
|
|
47
47
|
"@js-soft/web-logger": "^1.0.1",
|
|
48
|
-
"@types/chai": "^4.3.
|
|
49
|
-
"@types/lodash": "^4.14.
|
|
48
|
+
"@types/chai": "^4.3.1",
|
|
49
|
+
"@types/lodash": "^4.14.182",
|
|
50
50
|
"@types/lokijs": "^1.5.7",
|
|
51
|
-
"@types/luxon": "^2.
|
|
52
|
-
"@types/mocha": "^9.1.
|
|
53
|
-
"@types/node": "^17.0.
|
|
54
|
-
"bt-runner": "^2.0.
|
|
51
|
+
"@types/luxon": "^2.3.2",
|
|
52
|
+
"@types/mocha": "^9.1.1",
|
|
53
|
+
"@types/node": "^17.0.34",
|
|
54
|
+
"bt-runner": "^2.0.5",
|
|
55
55
|
"chai": "^4.3.6",
|
|
56
|
-
"copy-webpack-plugin": "^10.2.
|
|
57
|
-
"eslint": "^8.
|
|
56
|
+
"copy-webpack-plugin": "^10.2.4",
|
|
57
|
+
"eslint": "^8.15.0",
|
|
58
58
|
"madge": "^5.0.1",
|
|
59
|
-
"mocha": "^
|
|
60
|
-
"prettier": "^2.
|
|
61
|
-
"terser-webpack-plugin": "5.3.
|
|
62
|
-
"ts-node": "^10.
|
|
63
|
-
"tsconfig-paths": "^
|
|
64
|
-
"typescript": "^4.
|
|
65
|
-
"webpack": "^5.
|
|
59
|
+
"mocha": "^10.0.0",
|
|
60
|
+
"prettier": "^2.6.2",
|
|
61
|
+
"terser-webpack-plugin": "5.3.1",
|
|
62
|
+
"ts-node": "^10.7.0",
|
|
63
|
+
"tsconfig-paths": "^4.0.0",
|
|
64
|
+
"typescript": "^4.6.4",
|
|
65
|
+
"webpack": "^5.72.1",
|
|
66
66
|
"webpack-cli": "^4.9.2"
|
|
67
67
|
},
|
|
68
68
|
"publishConfig": {
|