@nmshd/app-runtime 6.31.0 → 6.33.0
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 +1 -1
- package/dist/AppRuntimeErrors.js +5 -5
- package/dist/buildInformation.js +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
@@ -18,7 +18,7 @@ Share your feedback with the enmeshed team by contributing to the [discussions](
|
|
18
18
|
|
19
19
|
## Contribute
|
20
20
|
|
21
|
-
Contribution to this project is highly
|
21
|
+
Contribution to this project is highly appreciated. Head over to our [contribution guide](https://github.com/nmshd/.github/blob/main/CONTRIBUTING.md) to learn more.
|
22
22
|
|
23
23
|
## License
|
24
24
|
|
package/dist/AppRuntimeErrors.js
CHANGED
@@ -27,10 +27,10 @@ class Startup {
|
|
27
27
|
return new UserfriendlyApplicationError_1.UserfriendlyApplicationError("error.runtime.startup.BootstrapNotInitialized", "The given bootstrapper is not initialized.");
|
28
28
|
}
|
29
29
|
uiBridgeAlreadyRegistered() {
|
30
|
-
return new UserfriendlyApplicationError_1.UserfriendlyApplicationError("error.appruntime.startup.uiBridgeAlreadyRegistered", "The
|
30
|
+
return new UserfriendlyApplicationError_1.UserfriendlyApplicationError("error.appruntime.startup.uiBridgeAlreadyRegistered", "The UI bridge was already registered for this Runtime instance.");
|
31
31
|
}
|
32
32
|
wrongURL() {
|
33
|
-
return new UserfriendlyApplicationError_1.UserfriendlyApplicationError("error.appruntime.startup.WrongURL", "The given URL to start the
|
33
|
+
return new UserfriendlyApplicationError_1.UserfriendlyApplicationError("error.appruntime.startup.WrongURL", "The given URL to start the app is in a wrong format.");
|
34
34
|
}
|
35
35
|
wrongCode() {
|
36
36
|
return new UserfriendlyApplicationError_1.UserfriendlyApplicationError("error.appruntime.startup.WrongCode", "The given code is in a wrong format.");
|
@@ -38,13 +38,13 @@ class Startup {
|
|
38
38
|
}
|
39
39
|
class PushNotificationModule {
|
40
40
|
subscriptionNotPossible(details, rootError) {
|
41
|
-
return new UserfriendlyApplicationError_1.UserfriendlyApplicationError("error.runtime.module.PushNotificationModule.SubscriptionNotPossible", `Subscribing to the NativeEventBus was not possible. Root cause: '${details}'`, "The
|
41
|
+
return new UserfriendlyApplicationError_1.UserfriendlyApplicationError("error.runtime.module.PushNotificationModule.SubscriptionNotPossible", `Subscribing to the NativeEventBus was not possible. Root cause: '${details}'`, "The Backbone has no push connection with this app. You might have to refresh the app manually.", rootError);
|
42
42
|
}
|
43
43
|
unsubscriptionNotPossible(details, rootError) {
|
44
|
-
return new UserfriendlyApplicationError_1.UserfriendlyApplicationError("error.runtime.module.PushNotificationModule.UnsubscriptionNotPossible", `Unsubscribing from the NativeEventBus was not possible. Root cause: '${details}'`, "The
|
44
|
+
return new UserfriendlyApplicationError_1.UserfriendlyApplicationError("error.runtime.module.PushNotificationModule.UnsubscriptionNotPossible", `Unsubscribing from the NativeEventBus was not possible. Root cause: '${details}'`, "The Backbone still might have a push connection with this app. You might receive some unwanted notifications.", rootError);
|
45
45
|
}
|
46
46
|
tokenRegistrationNotPossible(details, rootError) {
|
47
|
-
return new UserfriendlyApplicationError_1.UserfriendlyApplicationError("error.runtime.module.PushNotificationModule.TokenRegistrationNotPossible", `Registering the Push Notification Token for the account was not possible. Root cause: '${details}'`, "The
|
47
|
+
return new UserfriendlyApplicationError_1.UserfriendlyApplicationError("error.runtime.module.PushNotificationModule.TokenRegistrationNotPossible", `Registering the Push Notification Token for the account was not possible. Root cause: '${details}'`, "The Backbone has no push connection with this app. You might have to refresh the app manually.", rootError);
|
48
48
|
}
|
49
49
|
}
|
50
50
|
class Modules {
|
package/dist/buildInformation.js
CHANGED
@@ -8,10 +8,10 @@ const crypto_1 = require("@nmshd/crypto");
|
|
8
8
|
const runtime_1 = require("@nmshd/runtime");
|
9
9
|
const transport_1 = require("@nmshd/transport");
|
10
10
|
exports.buildInformation = {
|
11
|
-
version: "6.
|
12
|
-
build: "
|
13
|
-
date: "2025-03-
|
14
|
-
commit: "
|
11
|
+
version: "6.33.0",
|
12
|
+
build: "209",
|
13
|
+
date: "2025-03-25T10:15:37+00:00",
|
14
|
+
commit: "adecb5f2c9659ede0df9e5b055be94110d186371",
|
15
15
|
dependencies: {"@js-soft/docdb-access-loki":"^1.2.0","@nmshd/runtime":"*","eventsource":"^3.0.5","lodash":"^4.17.21"},
|
16
16
|
libraries: {
|
17
17
|
serval: ts_serval_1.buildInformation,
|
package/package.json
CHANGED
@@ -53,7 +53,7 @@
|
|
53
53
|
},
|
54
54
|
"dependencies": {
|
55
55
|
"@js-soft/docdb-access-loki": "^1.2.0",
|
56
|
-
"@nmshd/runtime": "6.
|
56
|
+
"@nmshd/runtime": "6.33.0",
|
57
57
|
"eventsource": "^3.0.5",
|
58
58
|
"lodash": "^4.17.21"
|
59
59
|
},
|
@@ -67,5 +67,5 @@
|
|
67
67
|
"access": "public",
|
68
68
|
"provenance": true
|
69
69
|
},
|
70
|
-
"version": "6.
|
70
|
+
"version": "6.33.0"
|
71
71
|
}
|