@nmshd/content 2.3.1 → 2.3.2
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 +4 -4
- package/lib-web/nmshd.content.js +4 -4
- package/lib-web/nmshd.content.min.js +1 -1
- package/package.json +10 -10
- package/ui5.yaml +1 -1
package/dist/buildInformation.js
CHANGED
|
@@ -5,10 +5,10 @@ const ts_serval_1 = require("@js-soft/ts-serval");
|
|
|
5
5
|
const crypto_1 = require("@nmshd/crypto");
|
|
6
6
|
const transport_1 = require("@nmshd/transport");
|
|
7
7
|
exports.buildInformation = {
|
|
8
|
-
version: "2.3.
|
|
9
|
-
build: "
|
|
10
|
-
date: "2023-
|
|
11
|
-
commit: "
|
|
8
|
+
version: "2.3.2",
|
|
9
|
+
build: "131",
|
|
10
|
+
date: "2023-03-10T13:12:31+00:00",
|
|
11
|
+
commit: "f4019fec7c50631a3418f2ea9726f2b915adc020",
|
|
12
12
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.0","easy-tsnameof":"^3.0.6","mocha-param":"^2.0.1"},
|
|
13
13
|
libraries: {
|
|
14
14
|
serval: ts_serval_1.buildInformation,
|
package/lib-web/nmshd.content.js
CHANGED
|
@@ -6147,10 +6147,10 @@ const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-s
|
|
|
6147
6147
|
const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
|
|
6148
6148
|
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
6149
6149
|
exports.buildInformation = {
|
|
6150
|
-
version: "2.3.
|
|
6151
|
-
build: "
|
|
6152
|
-
date: "2023-
|
|
6153
|
-
commit: "
|
|
6150
|
+
version: "2.3.2",
|
|
6151
|
+
build: "131",
|
|
6152
|
+
date: "2023-03-10T13:12:31+00:00",
|
|
6153
|
+
commit: "f4019fec7c50631a3418f2ea9726f2b915adc020",
|
|
6154
6154
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.0","easy-tsnameof":"^3.0.6","mocha-param":"^2.0.1"},
|
|
6155
6155
|
libraries: {
|
|
6156
6156
|
serval: ts_serval_1.buildInformation,
|