@nmshd/content 6.31.0 → 6.33.0

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
@@ -16,7 +16,7 @@ Share your feedback with the enmeshed team by contributing to the [discussions](
16
16
 
17
17
  ## Contribute
18
18
 
19
- 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.
19
+ Contribution to this project is highly appreciated. Head over to our [contribution guide](https://github.com/nmshd/.github/blob/main/CONTRIBUTING.md) to learn more.
20
20
 
21
21
  ## License
22
22
 
@@ -3,10 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.buildInformation = void 0;
4
4
  const ts_serval_1 = require("@js-soft/ts-serval");
5
5
  exports.buildInformation = {
6
- version: "6.31.0",
7
- build: "206",
8
- date: "2025-03-14T13:22:19+00:00",
9
- commit: "4c0b2ce2553b1834d2a73707353e05d40e2f686a",
6
+ version: "6.33.0",
7
+ build: "209",
8
+ date: "2025-03-25T10:15:00+00:00",
9
+ commit: "adecb5f2c9659ede0df9e5b055be94110d186371",
10
10
  dependencies: {"@js-soft/ts-serval":"2.0.12","@nmshd/core-types":"*","@nmshd/iql":"^1.0.2","luxon":"^3.5.0","ts-simple-nameof":"^1.3.1"},
11
11
  libraries: { serval: ts_serval_1.buildInformation }
12
12
  };
package/package.json CHANGED
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@js-soft/ts-serval": "2.0.12",
55
- "@nmshd/core-types": "6.31.0",
55
+ "@nmshd/core-types": "6.33.0",
56
56
  "@nmshd/iql": "^1.0.2",
57
57
  "luxon": "^3.5.0",
58
58
  "ts-simple-nameof": "^1.3.1"
@@ -65,5 +65,5 @@
65
65
  "access": "public",
66
66
  "provenance": true
67
67
  },
68
- "version": "6.31.0"
68
+ "version": "6.33.0"
69
69
  }