@nmshd/app-runtime 2.3.3 → 2.3.5
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/README.md +2 -0
- package/dist/AppRuntime.d.ts +7 -6
- package/dist/AppRuntime.js +3 -3
- package/dist/AppRuntime.js.map +1 -1
- package/dist/AppRuntimeErrors.js +1 -1
- package/dist/AppRuntimeErrors.js.map +1 -1
- package/dist/buildInformation.js +4 -4
- package/dist/events/AccountSelectedEvent.js +1 -1
- package/dist/events/AccountSelectedEvent.js.map +1 -1
- package/dist/events/DatawalletSynchronizedEvent.js +1 -1
- package/dist/events/DatawalletSynchronizedEvent.js.map +1 -1
- package/dist/events/ExternalEventReceivedEvent.js +1 -1
- package/dist/events/ExternalEventReceivedEvent.js.map +1 -1
- package/dist/events/MailReceivedEvent.js +1 -1
- package/dist/events/MailReceivedEvent.js.map +1 -1
- package/dist/events/OnboardingChangeReceivedEvent.js +1 -1
- package/dist/events/OnboardingChangeReceivedEvent.js.map +1 -1
- package/dist/events/RelationshipSelectedEvent.js +1 -1
- package/dist/events/RelationshipSelectedEvent.js.map +1 -1
- package/dist/index.d.ts +3 -2
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/multiAccount/data/LocalAccount.js.map +1 -1
- package/dist/runtimeNatives.d.ts +16 -0
- package/dist/runtimeNatives.js +3 -0
- package/dist/runtimeNatives.js.map +1 -0
- package/lib-web/nmshd.app-runtime.js +30 -16
- package/lib-web/nmshd.app-runtime.min.js +1 -1
- package/package.json +13 -13
- package/ui5.yaml +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nmshd/app-runtime",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.5",
|
|
4
4
|
"description": "The App Runtime",
|
|
5
5
|
"homepage": "https://enmeshed.eu",
|
|
6
6
|
"repository": "github:nmshd/cns-app-runtime",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"test": "npm run test:node && npm run test:web",
|
|
33
33
|
"test:node": "mocha -r ts-node/register -r tsconfig-paths/register ./test/index.ts --project ./test/tsconfig.json --exit",
|
|
34
34
|
"test:web": "browsertest-runner",
|
|
35
|
-
"test:web:debug": "browsertest-runner
|
|
35
|
+
"test:web:debug": "browsertest-runner --debug"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@js-soft/docdb-access-loki": "^1.0.3",
|
|
@@ -47,24 +47,24 @@
|
|
|
47
47
|
"@js-soft/license-check": "^1.0.6",
|
|
48
48
|
"@js-soft/web-logger": "^1.0.2",
|
|
49
49
|
"@types/chai": "^4.3.4",
|
|
50
|
-
"@types/lodash": "^4.14.
|
|
50
|
+
"@types/lodash": "^4.14.194",
|
|
51
51
|
"@types/lokijs": "^1.5.7",
|
|
52
|
-
"@types/luxon": "^3.
|
|
52
|
+
"@types/luxon": "^3.3.0",
|
|
53
53
|
"@types/mocha": "^10.0.1",
|
|
54
|
-
"@types/node": "^18.
|
|
55
|
-
"bt-runner": "^
|
|
54
|
+
"@types/node": "^18.16.1",
|
|
55
|
+
"bt-runner": "^4.0.2",
|
|
56
56
|
"chai": "^4.3.7",
|
|
57
57
|
"copy-webpack-plugin": "^11.0.0",
|
|
58
|
-
"eslint": "^8.
|
|
58
|
+
"eslint": "^8.39.0",
|
|
59
59
|
"madge": "^6.0.0",
|
|
60
60
|
"mocha": "^10.2.0",
|
|
61
|
-
"prettier": "^2.8.
|
|
62
|
-
"terser-webpack-plugin": "5.3.
|
|
61
|
+
"prettier": "^2.8.8",
|
|
62
|
+
"terser-webpack-plugin": "5.3.7",
|
|
63
63
|
"ts-node": "^10.9.1",
|
|
64
|
-
"tsconfig-paths": "^4.
|
|
65
|
-
"typescript": "^
|
|
66
|
-
"webpack": "^5.
|
|
67
|
-
"webpack-cli": "^5.0.
|
|
64
|
+
"tsconfig-paths": "^4.2.0",
|
|
65
|
+
"typescript": "^5.0.4",
|
|
66
|
+
"webpack": "^5.80.0",
|
|
67
|
+
"webpack-cli": "^5.0.2"
|
|
68
68
|
},
|
|
69
69
|
"publishConfig": {
|
|
70
70
|
"access": "public"
|