@nmshd/content 2.0.0-alpha.28 → 2.0.0-alpha.29
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,8 +1,7 @@
|
|
|
1
1
|
import { AbstractAttributeValue, AbstractAttributeValueJSON, IAbstractAttributeValue } from "./AbstractAttributeValue";
|
|
2
|
-
export interface AbstractComplexValueJSON extends AbstractAttributeValueJSON
|
|
2
|
+
export interface AbstractComplexValueJSON extends AbstractAttributeValueJSON {
|
|
3
3
|
}
|
|
4
|
-
export interface IAbstractComplexValue extends IAbstractAttributeValue
|
|
4
|
+
export interface IAbstractComplexValue extends IAbstractAttributeValue {
|
|
5
5
|
}
|
|
6
6
|
export declare abstract class AbstractComplexValue extends AbstractAttributeValue implements IAbstractComplexValue {
|
|
7
|
-
[key: string]: unknown;
|
|
8
7
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AbstractComplexValue.js","sourceRoot":"","sources":["../../src/attributes/AbstractComplexValue.ts"],"names":[],"mappings":";;;AAAA,qEAAsH;AAMtH,MAAsB,oBAAqB,SAAQ,+CAAsB;
|
|
1
|
+
{"version":3,"file":"AbstractComplexValue.js","sourceRoot":"","sources":["../../src/attributes/AbstractComplexValue.ts"],"names":[],"mappings":";;;AAAA,qEAAsH;AAMtH,MAAsB,oBAAqB,SAAQ,+CAAsB;CAAoC;AAA7G,oDAA6G"}
|
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-06-
|
|
11
|
-
commit: "
|
|
8
|
+
version: "2.0.0-alpha.29",
|
|
9
|
+
build: "59",
|
|
10
|
+
date: "2022-06-02T12:42:28+00:00",
|
|
11
|
+
commit: "0c79f78ac708903d17a5b9c8324bfde7b4dabf3a",
|
|
12
12
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.0"},
|
|
13
13
|
libraries: {
|
|
14
14
|
serval: ts_serval_1.buildInformation,
|
package/lib-web/nmshd.content.js
CHANGED
|
@@ -4929,10 +4929,10 @@ const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-s
|
|
|
4929
4929
|
const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
|
|
4930
4930
|
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
4931
4931
|
exports.buildInformation = {
|
|
4932
|
-
version: "2.0.0-alpha.
|
|
4933
|
-
build: "
|
|
4934
|
-
date: "2022-06-
|
|
4935
|
-
commit: "
|
|
4932
|
+
version: "2.0.0-alpha.29",
|
|
4933
|
+
build: "59",
|
|
4934
|
+
date: "2022-06-02T12:42:28+00:00",
|
|
4935
|
+
commit: "0c79f78ac708903d17a5b9c8324bfde7b4dabf3a",
|
|
4936
4936
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.0"},
|
|
4937
4937
|
libraries: {
|
|
4938
4938
|
serval: ts_serval_1.buildInformation,
|