@nmshd/app-runtime 6.13.0 → 6.14.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.
@@ -8,10 +8,10 @@ const crypto_1 = require("@nmshd/crypto");
8
8
  const runtime_1 = require("@nmshd/runtime");
9
9
  const transport_1 = require("@nmshd/transport");
10
10
  exports.buildInformation = {
11
- version: "6.13.0",
12
- build: "178",
13
- date: "2024-12-09T13:28:48+00:00",
14
- commit: "c2855090cdaf7d68db449ff897b7dfa6395ca155",
11
+ version: "6.14.0",
12
+ build: "179",
13
+ date: "2024-12-12T10:26:06+00:00",
14
+ commit: "1a383211927dd4255f655f4247d05edb24ac9028",
15
15
  dependencies: {"@js-soft/docdb-access-loki":"^1.1.0","@nmshd/runtime":"*","lodash":"^4.17.21"},
16
16
  libraries: {
17
17
  serval: ts_serval_1.buildInformation,
package/package.json CHANGED
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@js-soft/docdb-access-loki": "^1.1.0",
56
- "@nmshd/runtime": "6.13.0",
56
+ "@nmshd/runtime": "6.14.0",
57
57
  "lodash": "^4.17.21"
58
58
  },
59
59
  "devDependencies": {
@@ -66,5 +66,5 @@
66
66
  "access": "public",
67
67
  "provenance": true
68
68
  },
69
- "version": "6.13.0"
69
+ "version": "6.14.0"
70
70
  }