@highstate/k8s 0.9.27 → 0.9.28

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.
@@ -8,7 +8,7 @@
8
8
  "./dist/units/existing-cluster/index.js": 2212294583,
9
9
  "./dist/units/gateway-api/index.js": 2212294583,
10
10
  "./dist/units/reduced-access-cluster/index.js": 2212294583,
11
- "./dist/impl/gateway-route.js": 3355617602,
12
- "./dist/impl/tls-certificate.js": 1763268806
11
+ "./dist/impl/gateway-route.js": 3163300938,
12
+ "./dist/impl/tls-certificate.js": 1653334405
13
13
  }
14
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@highstate/k8s",
3
- "version": "0.9.27",
3
+ "version": "0.9.28",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -70,12 +70,12 @@
70
70
  "biome:check": "biome check --error-on-warnings"
71
71
  },
72
72
  "dependencies": {
73
- "@highstate/cert-manager": "^0.9.27",
74
- "@highstate/common": "^0.9.27",
75
- "@highstate/contract": "^0.9.27",
76
- "@highstate/gateway-api": "^0.9.27",
77
- "@highstate/library": "^0.9.27",
78
- "@highstate/pulumi": "^0.9.27",
73
+ "@highstate/cert-manager": "^0.9.28",
74
+ "@highstate/common": "^0.9.28",
75
+ "@highstate/contract": "^0.9.28",
76
+ "@highstate/gateway-api": "^0.9.28",
77
+ "@highstate/library": "^0.9.28",
78
+ "@highstate/pulumi": "^0.9.28",
79
79
  "@kubernetes/client-node": "^1.1.0",
80
80
  "@pulumi/command": "^1.0.2",
81
81
  "@pulumi/kubernetes": "^4.18.0",
@@ -90,9 +90,9 @@
90
90
  },
91
91
  "devDependencies": {
92
92
  "@biomejs/biome": "2.2.0",
93
- "@highstate/cli": "^0.9.27",
93
+ "@highstate/cli": "^0.9.28",
94
94
  "@typescript/native-preview": "^7.0.0-dev.20250920.1",
95
95
  "type-fest": "^4.41.0"
96
96
  },
97
- "gitHead": "e4dfdb6c1394a6739591f9881c4f5f11d9daa0ba"
97
+ "gitHead": "6de09d98fa66e808c42aba7fe65e6e0762945b9b"
98
98
  }