@kapeta/local-cluster-service 0.77.6 → 0.77.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/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## [0.77.7](https://github.com/kapetacom/local-cluster-service/compare/v0.77.6...v0.77.7) (2025-07-04)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* bump config-mapper to v1.2.3 to fix scaling issues ([#276](https://github.com/kapetacom/local-cluster-service/issues/276)) ([d9bfa66](https://github.com/kapetacom/local-cluster-service/commit/d9bfa66ca891c5982ea583e4f54fffe2119ef400))
|
7
|
+
|
1
8
|
## [0.77.6](https://github.com/kapetacom/local-cluster-service/compare/v0.77.5...v0.77.6) (2025-02-14)
|
2
9
|
|
3
10
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kapeta/local-cluster-service",
|
3
|
-
"version": "0.77.
|
3
|
+
"version": "0.77.7",
|
4
4
|
"description": "Manages configuration, ports and service discovery for locally running Kapeta systems",
|
5
5
|
"type": "commonjs",
|
6
6
|
"exports": {
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"homepage": "https://github.com/kapetacom/local-cluster-service#readme",
|
52
52
|
"dependencies": {
|
53
53
|
"@kapeta/codegen": "^1.6.1",
|
54
|
-
"@kapeta/config-mapper": "^1.2.
|
54
|
+
"@kapeta/config-mapper": "^1.2.3",
|
55
55
|
"@kapeta/kaplang-core": "^1.17.2",
|
56
56
|
"@kapeta/local-cluster-config": "^0.4.2",
|
57
57
|
"@kapeta/nodejs-api-client": ">=0.2.0 <2",
|