@highstate/k8s 0.16.0 → 0.17.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.
@@ -7,7 +7,7 @@
7
7
  "./dist/units/existing-cluster/index.js": 2212294583,
8
8
  "./dist/units/gateway-api/index.js": 2212294583,
9
9
  "./dist/units/reduced-access-cluster/index.js": 2212294583,
10
- "./dist/impl/gateway-route.js": 2250615747,
11
- "./dist/impl/tls-certificate.js": 3253474514
10
+ "./dist/impl/gateway-route.js": 2187805508,
11
+ "./dist/impl/tls-certificate.js": 4026797647
12
12
  }
13
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@highstate/k8s",
3
- "version": "0.16.0",
3
+ "version": "0.17.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -73,17 +73,17 @@
73
73
  "remeda": "^2.21.0",
74
74
  "yaml": "^2.8.1",
75
75
  "@highstate/cert-manager": "0.14.0",
76
- "@highstate/common": "0.16.0",
77
- "@highstate/contract": "0.17.0",
78
76
  "@highstate/gateway-api": "0.14.0",
79
- "@highstate/library": "0.16.0",
80
- "@highstate/pulumi": "0.17.0"
77
+ "@highstate/contract": "0.18.0",
78
+ "@highstate/common": "0.17.0",
79
+ "@highstate/library": "0.17.0",
80
+ "@highstate/pulumi": "0.18.0"
81
81
  },
82
82
  "devDependencies": {
83
83
  "@biomejs/biome": "2.2.0",
84
84
  "@typescript/native-preview": "^7.0.0-dev.20250920.1",
85
85
  "type-fest": "^4.41.0",
86
- "@highstate/cli": "0.17.0"
86
+ "@highstate/cli": "0.18.0"
87
87
  },
88
88
  "repository": {
89
89
  "url": "https://github.com/highstate-io/highstate"