@kapeta/local-cluster-service 0.43.0 → 0.43.1
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/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## [0.43.1](https://github.com/kapetacom/local-cluster-service/compare/v0.43.0...v0.43.1) (2024-05-01)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* Handle issue causing dotenv to not be mapped ([d758e7e](https://github.com/kapetacom/local-cluster-service/commit/d758e7e12cc60af5a456c4709560c716fe1742e2))
|
7
|
+
|
1
8
|
# [0.43.0](https://github.com/kapetacom/local-cluster-service/compare/v0.42.1...v0.43.0) (2024-05-01)
|
2
9
|
|
3
10
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kapeta/local-cluster-service",
|
3
|
-
"version": "0.43.
|
3
|
+
"version": "0.43.1",
|
4
4
|
"description": "Manages configuration, ports and service discovery for locally running Kapeta systems",
|
5
5
|
"type": "commonjs",
|
6
6
|
"exports": {
|
@@ -49,7 +49,7 @@
|
|
49
49
|
"homepage": "https://github.com/kapetacom/local-cluster-service#readme",
|
50
50
|
"dependencies": {
|
51
51
|
"@kapeta/codegen": "^1.3.0",
|
52
|
-
"@kapeta/config-mapper": "^1.2.
|
52
|
+
"@kapeta/config-mapper": "^1.2.1",
|
53
53
|
"@kapeta/local-cluster-config": "^0.4.2",
|
54
54
|
"@kapeta/nodejs-api-client": ">=0.2.0 <2",
|
55
55
|
"@kapeta/nodejs-process": "^1.2.0",
|