@highstate/k8s 0.9.25 → 0.9.26

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/dns01-issuer/index.js": 2212294583,
8
8
  "./dist/units/existing-cluster/index.js": 2212294583,
9
9
  "./dist/units/gateway-api/index.js": 2212294583,
10
- "./dist/impl/gateway-route.js": 555725650,
11
- "./dist/impl/tls-certificate.js": 2117872192
10
+ "./dist/impl/gateway-route.js": 1435582042,
11
+ "./dist/impl/tls-certificate.js": 1974375171
12
12
  }
13
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@highstate/k8s",
3
- "version": "0.9.25",
3
+ "version": "0.9.26",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -65,12 +65,12 @@
65
65
  "biome:check": "biome check --error-on-warnings"
66
66
  },
67
67
  "dependencies": {
68
- "@highstate/cert-manager": "^0.9.25",
69
- "@highstate/common": "^0.9.25",
70
- "@highstate/contract": "^0.9.25",
71
- "@highstate/gateway-api": "^0.9.25",
72
- "@highstate/library": "^0.9.25",
73
- "@highstate/pulumi": "^0.9.25",
68
+ "@highstate/cert-manager": "^0.9.26",
69
+ "@highstate/common": "^0.9.26",
70
+ "@highstate/contract": "^0.9.26",
71
+ "@highstate/gateway-api": "^0.9.26",
72
+ "@highstate/library": "^0.9.26",
73
+ "@highstate/pulumi": "^0.9.26",
74
74
  "@kubernetes/client-node": "^1.1.0",
75
75
  "@pulumi/command": "^1.0.2",
76
76
  "@pulumi/kubernetes": "^4.18.0",
@@ -84,9 +84,9 @@
84
84
  },
85
85
  "devDependencies": {
86
86
  "@biomejs/biome": "2.2.0",
87
- "@highstate/cli": "^0.9.25",
87
+ "@highstate/cli": "^0.9.26",
88
88
  "@typescript/native-preview": "^7.0.0-dev.20250920.1",
89
89
  "type-fest": "^4.41.0"
90
90
  },
91
- "gitHead": "ba8b272d02ecf63ec123daa18fa92e11a5258ce8"
91
+ "gitHead": "64e8a656a17dfcce88727c24969f9a3b73539ac9"
92
92
  }