@nmshd/app-runtime 6.6.0 → 6.7.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/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2024 j&s-soft GmbH
1
+ Copyright 2024 j&s-soft AG
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
4
 
@@ -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.6.0",
12
- build: "169",
13
- date: "2024-10-28T14:48:02+00:00",
14
- commit: "6668350a7c8c18c38cf6b2c70b06ac09ca8f16e6",
11
+ version: "6.7.0",
12
+ build: "171",
13
+ date: "2024-11-06T11:21:26+00:00",
14
+ commit: "c0673cbea6649e99638f554189fb8a639a8817fc",
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
@@ -8,7 +8,7 @@
8
8
  "directory": "packages/app-runtime"
9
9
  },
10
10
  "license": "MIT",
11
- "author": "j&s-soft GmbH",
11
+ "author": "j&s-soft AG",
12
12
  "main": "dist/index.js",
13
13
  "types": "dist/index.d.ts",
14
14
  "files": [
@@ -52,12 +52,12 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@js-soft/docdb-access-loki": "^1.1.0",
55
- "@nmshd/runtime": "6.6.0",
55
+ "@nmshd/runtime": "6.7.0",
56
56
  "lodash": "^4.17.21"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@js-soft/web-logger": "^1.0.4",
60
- "@types/lodash": "^4.17.12",
60
+ "@types/lodash": "^4.17.13",
61
61
  "@types/lokijs": "^1.5.14",
62
62
  "@types/luxon": "^3.4.2"
63
63
  },
@@ -65,5 +65,5 @@
65
65
  "access": "public",
66
66
  "provenance": true
67
67
  },
68
- "version": "6.6.0"
68
+ "version": "6.7.0"
69
69
  }