@kapeta/local-cluster-service 0.33.10 → 0.34.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +10 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [0.34.0](https://github.com/kapetacom/local-cluster-service/compare/v0.33.10...v0.34.0) (2024-01-20)
2
+
3
+
4
+ ### Features
5
+
6
+ * Bumped several core libraries to support new kaplang version ([84fec09](https://github.com/kapetacom/local-cluster-service/commit/84fec0916a66fbd3e1ad9a0b720dd185445a4f85))
7
+
1
8
  ## [0.33.10](https://github.com/kapetacom/local-cluster-service/compare/v0.33.9...v0.33.10) (2024-01-11)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kapeta/local-cluster-service",
3
- "version": "0.33.10",
3
+ "version": "0.34.0",
4
4
  "description": "Manages configuration, ports and service discovery for locally running Kapeta systems",
5
5
  "type": "commonjs",
6
6
  "exports": {
@@ -51,12 +51,16 @@
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": ">=0.8.4 <2",
54
+ "@kapeta/nodejs-registry-utils": ">=0.9.4 <2",
55
55
  "@kapeta/nodejs-utils": "<2",
56
- "@kapeta/schemas": "<2",
57
- "@kapeta/sdk-config": "<2",
58
- "@kapeta/web-microfrontend": "<2",
59
- "@sentry/node": "^7.80.0",
56
+ "@kapeta/sdk-config": "^2.0.0",
57
+ "@kapeta/web-microfrontend": "^1",
58
+ "@kapeta/kaplang-core": "^1.9",
59
+ "@kapeta/schemas": "^2.0.0",
60
+ "@kapeta/ui-web-components": "^3.0.1",
61
+ "@kapeta/ui-web-plan-editor": "^2.0.0",
62
+ "@kapeta/ui-web-types": "^1.2.0",
63
+ "@sentry/node": "^7.94.1",
60
64
  "@types/dockerode": "^3.3.19",
61
65
  "@types/stream-json": "^1.7.3",
62
66
  "async-lock": "^1.4.0",