@nmshd/content 2.0.0-alpha.40 → 2.0.0-alpha.41
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
CHANGED
|
@@ -7,7 +7,7 @@ The content library defines data structures that can be transmitted using the [t
|
|
|
7
7
|
|
|
8
8
|
## Documentation
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
You can find the documentation for Enmeshed on [enmeshed.eu](https://enmeshed.eu).
|
|
11
11
|
|
|
12
12
|
## Feedback
|
|
13
13
|
|
|
@@ -17,7 +17,7 @@ Share your feedback with the Enmeshed team by contributing to the [discussions](
|
|
|
17
17
|
|
|
18
18
|
## Contribute
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
Contribution to this project is highly apprecicated. Head over to our [contribution guide](https://github.com/nmshd/.github/blob/main/CONTRIBUTING.md) to learn more.
|
|
21
21
|
|
|
22
22
|
## License
|
|
23
23
|
|
|
@@ -5,7 +5,7 @@ import { AbstractBoolean } from "./types/AbstractBoolean";
|
|
|
5
5
|
import { AbstractFloat } from "./types/AbstractFloat";
|
|
6
6
|
import { AbstractInteger } from "./types/AbstractInteger";
|
|
7
7
|
import { AbstractString } from "./types/AbstractString";
|
|
8
|
-
export interface AbstractAttributeValueJSON extends ContentJSON {
|
|
8
|
+
export interface AbstractAttributeValueJSON extends ContentJSON, Record<string, unknown> {
|
|
9
9
|
}
|
|
10
10
|
export interface IAbstractAttributeValue extends ISerializable {
|
|
11
11
|
}
|
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.41",
|
|
9
|
+
build: "73",
|
|
10
|
+
date: "2022-07-06T07:21:52+00:00",
|
|
11
|
+
commit: "c355ed3752e179eb541d4e1927cf3cdd714b8cf4",
|
|
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
|
@@ -4930,10 +4930,10 @@ const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-s
|
|
|
4930
4930
|
const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
|
|
4931
4931
|
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
4932
4932
|
exports.buildInformation = {
|
|
4933
|
-
version: "2.0.0-alpha.
|
|
4934
|
-
build: "
|
|
4935
|
-
date: "2022-07-
|
|
4936
|
-
commit: "
|
|
4933
|
+
version: "2.0.0-alpha.41",
|
|
4934
|
+
build: "73",
|
|
4935
|
+
date: "2022-07-06T07:21:52+00:00",
|
|
4936
|
+
commit: "c355ed3752e179eb541d4e1927cf3cdd714b8cf4",
|
|
4937
4937
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.0"},
|
|
4938
4938
|
libraries: {
|
|
4939
4939
|
serval: ts_serval_1.buildInformation,
|