@nmshd/transport 5.0.0 → 5.0.2

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.
@@ -4,11 +4,11 @@ exports.buildInformation = void 0;
4
4
  const ts_serval_1 = require("@js-soft/ts-serval");
5
5
  const crypto_1 = require("@nmshd/crypto");
6
6
  exports.buildInformation = {
7
- version: "5.0.0",
8
- build: "137",
9
- date: "2024-08-12T15:14:34+00:00",
10
- commit: "f90e91209210d572749827eda4fc9b2cea0db73b",
11
- dependencies: {"@js-soft/docdb-access-abstractions":"1.0.4","@js-soft/logging-abstractions":"^1.0.1","@js-soft/simple-logger":"1.0.5","@js-soft/ts-utils":"^2.3.3","axios":"^1.7.3","fast-json-patch":"^3.1.1","form-data":"^4.0.0","https-proxy-agent":"^7.0.5","json-stringify-safe":"^5.0.1","lodash":"^4.17.21","luxon":"^3.5.0","qs":"^6.13.0","reflect-metadata":"^0.2.2","ts-simple-nameof":"^1.3.1","uuid":"^10.0.0"},
7
+ version: "null",
8
+ build: "145",
9
+ date: "2024-08-20T11:18:08+00:00",
10
+ commit: "a077f8fba9f20b11ff47afda04a2a434be4cb640",
11
+ dependencies: {"@js-soft/docdb-access-abstractions":"1.0.4","@js-soft/logging-abstractions":"^1.0.1","@js-soft/simple-logger":"1.0.5","@js-soft/ts-utils":"^2.3.3","axios":"^1.7.4","fast-json-patch":"^3.1.1","form-data":"^4.0.0","https-proxy-agent":"^7.0.5","json-stringify-safe":"^5.0.1","lodash":"^4.17.21","luxon":"^3.5.0","qs":"^6.13.0","reflect-metadata":"^0.2.2","ts-simple-nameof":"^1.3.1","uuid":"^10.0.0"},
12
12
  libraries: {
13
13
  crypto: crypto_1.buildInformation,
14
14
  serval: ts_serval_1.buildInformation
package/package.json CHANGED
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "name": "@nmshd/transport",
3
- "version": "5.0.0",
4
3
  "description": "The transport library handles backbone communication and content encryption.",
5
4
  "homepage": "https://enmeshed.eu",
6
5
  "repository": {
@@ -71,7 +70,7 @@
71
70
  "@js-soft/logging-abstractions": "^1.0.1",
72
71
  "@js-soft/simple-logger": "1.0.5",
73
72
  "@js-soft/ts-utils": "^2.3.3",
74
- "axios": "^1.7.3",
73
+ "axios": "^1.7.4",
75
74
  "fast-json-patch": "^3.1.1",
76
75
  "form-data": "^4.0.0",
77
76
  "https-proxy-agent": "^7.0.5",
@@ -101,5 +100,6 @@
101
100
  "publishConfig": {
102
101
  "access": "public",
103
102
  "provenance": true
104
- }
103
+ },
104
+ "version": "5.0.2"
105
105
  }