@nmshd/runtime 7.0.0-alpha.60 → 7.0.0-alpha.61

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.
@@ -7,11 +7,11 @@ const content_1 = require("@nmshd/content");
7
7
  const crypto_1 = require("@nmshd/crypto");
8
8
  const transport_1 = require("@nmshd/transport");
9
9
  exports.buildInformation = {
10
- version: "7.0.0-alpha.60",
11
- build: "334",
12
- date: "2025-09-05T07:51:26+00:00",
13
- commit: "7a7e67badd82d6260f029720f441802cd6d8cf8b",
14
- dependencies: {"@js-soft/docdb-querytranslator":"^1.1.5","@js-soft/logging-abstractions":"^1.0.1","@js-soft/ts-serval":"2.0.13","@js-soft/ts-utils":"^2.3.4","@nmshd/consumption":"*","@nmshd/content":"*","@nmshd/core-types":"*","@nmshd/crypto":"2.1.2","@nmshd/iql":"^1.0.3","@nmshd/runtime-types":"*","@nmshd/transport":"*","@nmshd/typescript-ioc":"3.2.4","ajv":"^8.17.1","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","json-stringify-safe":"^5.0.1","lodash":"^4.17.21","luxon":"^3.7.1","reflect-metadata":"^0.2.2","ts-simple-nameof":"^1.3.3"},
10
+ version: "7.0.0-alpha.61",
11
+ build: "336",
12
+ date: "2025-09-09T09:26:10+00:00",
13
+ commit: "e08004609c8d01ad6dd25fb79c45a701bd7f4dfd",
14
+ dependencies: {"@js-soft/docdb-querytranslator":"^1.1.5","@js-soft/logging-abstractions":"^1.0.1","@js-soft/ts-serval":"2.0.13","@js-soft/ts-utils":"^2.3.4","@nmshd/consumption":"*","@nmshd/content":"*","@nmshd/core-types":"*","@nmshd/crypto":"2.1.2","@nmshd/iql":"^1.0.3","@nmshd/runtime-types":"*","@nmshd/transport":"*","@nmshd/typescript-ioc":"3.2.4","ajv":"^8.17.1","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","json-stringify-safe":"^5.0.1","lodash":"^4.17.21","luxon":"^3.7.2","reflect-metadata":"^0.2.2","ts-simple-nameof":"^1.3.3"},
15
15
  libraries: {
16
16
  serval: ts_serval_1.buildInformation,
17
17
  consumption: consumption_1.buildInformation,
package/package.json CHANGED
@@ -64,20 +64,20 @@
64
64
  "@js-soft/logging-abstractions": "^1.0.1",
65
65
  "@js-soft/ts-serval": "2.0.13",
66
66
  "@js-soft/ts-utils": "^2.3.4",
67
- "@nmshd/consumption": "7.0.0-alpha.60",
68
- "@nmshd/content": "7.0.0-alpha.60",
69
- "@nmshd/core-types": "7.0.0-alpha.60",
67
+ "@nmshd/consumption": "7.0.0-alpha.61",
68
+ "@nmshd/content": "7.0.0-alpha.61",
69
+ "@nmshd/core-types": "7.0.0-alpha.61",
70
70
  "@nmshd/crypto": "2.1.2",
71
71
  "@nmshd/iql": "^1.0.3",
72
- "@nmshd/runtime-types": "7.0.0-alpha.60",
73
- "@nmshd/transport": "7.0.0-alpha.60",
72
+ "@nmshd/runtime-types": "7.0.0-alpha.61",
73
+ "@nmshd/transport": "7.0.0-alpha.61",
74
74
  "@nmshd/typescript-ioc": "3.2.4",
75
75
  "ajv": "^8.17.1",
76
76
  "ajv-errors": "^3.0.0",
77
77
  "ajv-formats": "^3.0.1",
78
78
  "json-stringify-safe": "^5.0.1",
79
79
  "lodash": "^4.17.21",
80
- "luxon": "^3.7.1",
80
+ "luxon": "^3.7.2",
81
81
  "reflect-metadata": "^0.2.2",
82
82
  "ts-simple-nameof": "^1.3.3"
83
83
  },
@@ -95,5 +95,5 @@
95
95
  "access": "public",
96
96
  "provenance": true
97
97
  },
98
- "version": "7.0.0-alpha.60"
98
+ "version": "7.0.0-alpha.61"
99
99
  }