@nmshd/transport 5.3.0 → 5.4.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 +1 -1
- package/README.md +2 -2
- package/dist/buildInformation.js +4 -4
- package/package.json +4 -4
package/LICENSE
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright
|
|
1
|
+
Copyright 2024 j&s-soft GmbH
|
|
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
|
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ The transport library handles backbone communication and content encryption.
|
|
|
6
6
|
|
|
7
7
|
## Documentation
|
|
8
8
|
|
|
9
|
-
You can find the documentation for
|
|
9
|
+
You can find the documentation for enmeshed on [enmeshed.eu](https://enmeshed.eu).
|
|
10
10
|
|
|
11
11
|
To get started developing in this repository, see the [developer's guide](README_dev.md).
|
|
12
12
|
|
|
@@ -14,7 +14,7 @@ To get started developing in this repository, see the [developer's guide](README
|
|
|
14
14
|
|
|
15
15
|
Please file any bugs or feature requests by creating an [issue](https://github.com/nmshd/feedback/issues).
|
|
16
16
|
|
|
17
|
-
Share your feedback with the
|
|
17
|
+
Share your feedback with the enmeshed team by contributing to the [discussions](https://github.com/nmshd/feedback/discussions).
|
|
18
18
|
|
|
19
19
|
## Contribute
|
|
20
20
|
|
package/dist/buildInformation.js
CHANGED
|
@@ -4,10 +4,10 @@ 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.
|
|
8
|
-
build: "
|
|
9
|
-
date: "2024-
|
|
10
|
-
commit: "
|
|
7
|
+
version: "5.4.0",
|
|
8
|
+
build: "153",
|
|
9
|
+
date: "2024-09-02T15:20:37+00:00",
|
|
10
|
+
commit: "00d2bbab98af25d713d4550ea6485e1c505aa6ea",
|
|
11
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","@nmshd/core-types":"*","@nmshd/crypto":"2.0.6","axios":"^1.7.5","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,
|
package/package.json
CHANGED
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"cdep": "tsc && madge --circular dist",
|
|
23
23
|
"lint:tsc": "tsc --noEmit && tsc -p test/tsconfig.json --noEmit",
|
|
24
24
|
"test:ci": "npm run test:ci:lokijs && npm run test:ci:mongodb",
|
|
25
|
-
"test:ci:lokijs": "USE_LOKIJS=true jest -i",
|
|
26
|
-
"test:ci:mongodb": "jest -i
|
|
25
|
+
"test:ci:lokijs": "USE_LOKIJS=true jest -i --coverage",
|
|
26
|
+
"test:ci:mongodb": "jest -i",
|
|
27
27
|
"test:local:ferretdb": "npm run test:local:start:ferretdb && CONNECTION_STRING='mongodb://localhost:27022' jest",
|
|
28
28
|
"test:local:lokijs": "USE_LOKIJS=true jest",
|
|
29
29
|
"test:local:mongodb": "npm run test:local:start:mongodb && CONNECTION_STRING='mongodb://root:example@localhost:27021' jest",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@js-soft/logging-abstractions": "^1.0.1",
|
|
71
71
|
"@js-soft/simple-logger": "1.0.5",
|
|
72
72
|
"@js-soft/ts-utils": "^2.3.3",
|
|
73
|
-
"@nmshd/core-types": "5.
|
|
73
|
+
"@nmshd/core-types": "5.4.0",
|
|
74
74
|
"@nmshd/crypto": "2.0.6",
|
|
75
75
|
"axios": "^1.7.5",
|
|
76
76
|
"fast-json-patch": "^3.1.1",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"access": "public",
|
|
102
102
|
"provenance": true
|
|
103
103
|
},
|
|
104
|
-
"version": "5.
|
|
104
|
+
"version": "5.4.0"
|
|
105
105
|
}
|