@nmshd/core-types 7.0.0-alpha.6 → 7.0.0-alpha.7
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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ Share your feedback with the enmeshed team by contributing to the [discussions](
|
|
|
18
18
|
|
|
19
19
|
## Contribute
|
|
20
20
|
|
|
21
|
-
Contribution to this project is highly
|
|
21
|
+
Contribution to this project is highly appreciated. Head over to our [contribution guide](https://github.com/nmshd/.github/blob/main/CONTRIBUTING.md) to learn more.
|
|
22
22
|
|
|
23
23
|
## License
|
|
24
24
|
|
package/package.json
CHANGED
|
@@ -51,16 +51,16 @@
|
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@js-soft/logging-abstractions": "^1.0.1",
|
|
53
53
|
"@js-soft/ts-serval": "2.0.12",
|
|
54
|
-
"@nmshd/crypto": "^2.1.
|
|
54
|
+
"@nmshd/crypto": "^2.1.1",
|
|
55
55
|
"json-stringify-safe": "^5.0.1",
|
|
56
|
-
"luxon": "^3.
|
|
56
|
+
"luxon": "^3.6.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@types/luxon": "^3.
|
|
59
|
+
"@types/luxon": "^3.6.2"
|
|
60
60
|
},
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public",
|
|
63
63
|
"provenance": true
|
|
64
64
|
},
|
|
65
|
-
"version": "7.0.0-alpha.
|
|
65
|
+
"version": "7.0.0-alpha.7"
|
|
66
66
|
}
|