@nmshd/app-runtime 5.3.0 → 5.4.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/LICENSE +1 -1
- package/README.md +2 -2
- package/dist/buildInformation.js +4 -4
- package/package.json +2 -2
package/LICENSE
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Copyright
|
1
|
+
Copyright 2024 j&s-soft GmbH
|
2
2
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
4
4
|
|
package/README.md
CHANGED
@@ -6,7 +6,7 @@ The App-Runtime extends the Runtime with App-specific functionality.
|
|
6
6
|
|
7
7
|
## Documentation
|
8
8
|
|
9
|
-
You can find the documentation for
|
9
|
+
You can find the documentation for enmeshed on [enmeshed.eu](https://enmeshed.eu).
|
10
10
|
|
11
11
|
To get started developing in this repository, see the [developer's guide](README_dev.md).
|
12
12
|
|
@@ -14,7 +14,7 @@ To get started developing in this repository, see the [developer's guide](README
|
|
14
14
|
|
15
15
|
Please file any bugs or feature requests by creating an [issue](https://github.com/nmshd/feedback/issues).
|
16
16
|
|
17
|
-
Share your feedback with the
|
17
|
+
Share your feedback with the enmeshed team by contributing to the [discussions](https://github.com/nmshd/feedback/discussions).
|
18
18
|
|
19
19
|
## Contribute
|
20
20
|
|
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: "5.
|
12
|
-
build: "
|
13
|
-
date: "2024-
|
14
|
-
commit: "
|
11
|
+
version: "5.4.0",
|
12
|
+
build: "153",
|
13
|
+
date: "2024-09-02T15:21:13+00:00",
|
14
|
+
commit: "00d2bbab98af25d713d4550ea6485e1c505aa6ea",
|
15
15
|
dependencies: {"@js-soft/docdb-access-loki":"^1.1.0","@nmshd/runtime":"*","lodash":"^4.17.21"},
|
16
16
|
libraries: {
|
17
17
|
serval: ts_serval_1.buildInformation,
|
package/package.json
CHANGED
@@ -52,7 +52,7 @@
|
|
52
52
|
},
|
53
53
|
"dependencies": {
|
54
54
|
"@js-soft/docdb-access-loki": "^1.1.0",
|
55
|
-
"@nmshd/runtime": "5.
|
55
|
+
"@nmshd/runtime": "5.4.0",
|
56
56
|
"lodash": "^4.17.21"
|
57
57
|
},
|
58
58
|
"devDependencies": {
|
@@ -65,5 +65,5 @@
|
|
65
65
|
"access": "public",
|
66
66
|
"provenance": true
|
67
67
|
},
|
68
|
-
"version": "5.
|
68
|
+
"version": "5.4.0"
|
69
69
|
}
|