@nmshd/content 2.0.0-alpha.44 → 2.0.0-alpha.45
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AbstractAttributeValue, AbstractAttributeValueJSON, IAbstractAttributeValue } from "../AbstractAttributeValue";
|
|
2
2
|
import { RenderHints, ValueHints } from "../hints";
|
|
3
|
-
export declare type AbstractIntegerJSON =
|
|
4
|
-
export interface
|
|
3
|
+
export declare type AbstractIntegerJSON = IAbstractIntegerJSON | number;
|
|
4
|
+
export interface IAbstractIntegerJSON extends AbstractAttributeValueJSON {
|
|
5
5
|
value: number;
|
|
6
6
|
}
|
|
7
7
|
export interface IAbstractInteger extends IAbstractAttributeValue {
|
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.0.0-alpha.
|
|
9
|
-
build: "
|
|
10
|
-
date: "2022-07-
|
|
11
|
-
commit: "
|
|
8
|
+
version: "2.0.0-alpha.45",
|
|
9
|
+
build: "77",
|
|
10
|
+
date: "2022-07-14T06:25:47+00:00",
|
|
11
|
+
commit: "a851d62441874c3c1fc12ca5b4331be0eef33bf1",
|
|
12
12
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.0","easy-tsnameof":"^3.0.6"},
|
|
13
13
|
libraries: {
|
|
14
14
|
serval: ts_serval_1.buildInformation,
|
package/lib-web/nmshd.content.js
CHANGED
|
@@ -5334,10 +5334,10 @@ const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-s
|
|
|
5334
5334
|
const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
|
|
5335
5335
|
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
5336
5336
|
exports.buildInformation = {
|
|
5337
|
-
version: "2.0.0-alpha.
|
|
5338
|
-
build: "
|
|
5339
|
-
date: "2022-07-
|
|
5340
|
-
commit: "
|
|
5337
|
+
version: "2.0.0-alpha.45",
|
|
5338
|
+
build: "77",
|
|
5339
|
+
date: "2022-07-14T06:25:47+00:00",
|
|
5340
|
+
commit: "a851d62441874c3c1fc12ca5b4331be0eef33bf1",
|
|
5341
5341
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.0","easy-tsnameof":"^3.0.6"},
|
|
5342
5342
|
libraries: {
|
|
5343
5343
|
serval: ts_serval_1.buildInformation,
|