@nmshd/consumption 3.1.2 → 3.1.3
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/buildInformation.js +4 -4
- package/lib-web/nmshd.consumption.js +4 -4
- 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 +7 -7
- package/ui5.yaml +1 -1
package/README.md
CHANGED
|
@@ -9,6 +9,8 @@ The consumption library extends the [transport library](https://www.npmjs.com/pa
|
|
|
9
9
|
|
|
10
10
|
You can find the documentation for Enmeshed on [enmeshed.eu](https://enmeshed.eu).
|
|
11
11
|
|
|
12
|
+
To get started developing in this repository, see the [developer's guide](README_dev.md).
|
|
13
|
+
|
|
12
14
|
## Feedback
|
|
13
15
|
|
|
14
16
|
Please file any bugs or feature requests by creating an [issue](https://github.com/nmshd/feedback/issues).
|
package/dist/buildInformation.js
CHANGED
|
@@ -6,10 +6,10 @@ const content_1 = require("@nmshd/content");
|
|
|
6
6
|
const crypto_1 = require("@nmshd/crypto");
|
|
7
7
|
const transport_1 = require("@nmshd/transport");
|
|
8
8
|
exports.buildInformation = {
|
|
9
|
-
version: "3.1.
|
|
10
|
-
build: "
|
|
11
|
-
date: "2023-
|
|
12
|
-
commit: "
|
|
9
|
+
version: "3.1.3",
|
|
10
|
+
build: "100",
|
|
11
|
+
date: "2023-03-10T13:14:12+00:00",
|
|
12
|
+
commit: "f47a99f523c75912d124da62f6a86d7dd31f9c1b",
|
|
13
13
|
dependencies: {"@js-soft/docdb-querytranslator":"^1.1.0","ts-simple-nameof":"^1.3.1"},
|
|
14
14
|
libraries: {
|
|
15
15
|
transport: transport_1.buildInformation,
|
|
@@ -17,10 +17,10 @@ const content_1 = __webpack_require__(/*! @nmshd/content */ "@nmshd/content");
|
|
|
17
17
|
const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
|
|
18
18
|
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
19
19
|
exports.buildInformation = {
|
|
20
|
-
version: "3.1.
|
|
21
|
-
build: "
|
|
22
|
-
date: "2023-
|
|
23
|
-
commit: "
|
|
20
|
+
version: "3.1.3",
|
|
21
|
+
build: "100",
|
|
22
|
+
date: "2023-03-10T13:14:12+00:00",
|
|
23
|
+
commit: "f47a99f523c75912d124da62f6a86d7dd31f9c1b",
|
|
24
24
|
dependencies: {"@js-soft/docdb-querytranslator":"^1.1.0","ts-simple-nameof":"^1.3.1"},
|
|
25
25
|
libraries: {
|
|
26
26
|
transport: transport_1.buildInformation,
|