@nmshd/content 5.0.0-alpha.8 → 5.0.0-alpha.9

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.
@@ -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: "5.0.0-alpha.8",
9
- build: "56",
10
- date: "2024-07-18T10:46:36+00:00",
11
- commit: "7787b8157434ac22cc2e90622bacea435bb2baf8",
8
+ version: "5.0.0-alpha.9",
9
+ build: "58",
10
+ date: "2024-07-22T14:37:58+00:00",
11
+ commit: "f5b729ccefed5216165ee0238adc53187a5803a1",
12
12
  dependencies: {"@js-soft/logging-abstractions":"^1.0.1","@nmshd/iql":"^1.0.2","ts-simple-nameof":"^1.3.1"},
13
13
  libraries: {
14
14
  serval: ts_serval_1.buildInformation,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nmshd/content",
3
- "version": "5.0.0-alpha.8",
3
+ "version": "5.0.0-alpha.9",
4
4
  "description": "The content library defines data structures that can be transmitted using the transport library.",
5
5
  "homepage": "https://enmeshed.eu",
6
6
  "repository": {