@kapeta/local-cluster-service 0.33.0 → 0.33.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [0.33.2](https://github.com/kapetacom/local-cluster-service/compare/v0.33.1...v0.33.2) (2023-12-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Bump registry utils to fix broken installs ([7e6b04f](https://github.com/kapetacom/local-cluster-service/commit/7e6b04f7ae11de122f747d564abaa2f910e7ef32))
7
+
8
+ ## [0.33.1](https://github.com/kapetacom/local-cluster-service/compare/v0.33.0...v0.33.1) (2023-12-30)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Ensure codegen min version ([9c2c789](https://github.com/kapetacom/local-cluster-service/commit/9c2c789904abb5d00a3991c4e4dbd7fcdc9a1803))
14
+
1
15
  # [0.33.0](https://github.com/kapetacom/local-cluster-service/compare/v0.32.2...v0.33.0) (2023-12-30)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kapeta/local-cluster-service",
3
- "version": "0.33.0",
3
+ "version": "0.33.2",
4
4
  "description": "Manages configuration, ports and service discovery for locally running Kapeta systems",
5
5
  "type": "commonjs",
6
6
  "exports": {
@@ -47,11 +47,11 @@
47
47
  },
48
48
  "homepage": "https://github.com/kapetacom/local-cluster-service#readme",
49
49
  "dependencies": {
50
- "@kapeta/codegen": "<2",
50
+ "@kapeta/codegen": "^1.2.1",
51
51
  "@kapeta/local-cluster-config": ">= 0.3.0 <2",
52
52
  "@kapeta/nodejs-api-client": ">=0.1.3 <2",
53
53
  "@kapeta/nodejs-process": "<2",
54
- "@kapeta/nodejs-registry-utils": "<2",
54
+ "@kapeta/nodejs-registry-utils": ">=0.8.4 <2",
55
55
  "@kapeta/nodejs-utils": "<2",
56
56
  "@kapeta/schemas": "<2",
57
57
  "@kapeta/sdk-config": "<2",