@highstate/k8s 0.9.24 → 0.9.25

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": 3049723435,
11
- "./dist/impl/tls-certificate.js": 1287718025
10
+ "./dist/impl/gateway-route.js": 555725650,
11
+ "./dist/impl/tls-certificate.js": 2117872192
12
12
  }
13
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@highstate/k8s",
3
- "version": "0.9.24",
3
+ "version": "0.9.25",
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.24",
69
- "@highstate/common": "^0.9.24",
70
- "@highstate/contract": "^0.9.24",
71
- "@highstate/gateway-api": "^0.9.24",
72
- "@highstate/library": "^0.9.24",
73
- "@highstate/pulumi": "^0.9.24",
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",
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.24",
87
+ "@highstate/cli": "^0.9.25",
88
88
  "@typescript/native-preview": "^7.0.0-dev.20250920.1",
89
89
  "type-fest": "^4.41.0"
90
90
  },
91
- "gitHead": "63ed289a56f9d39075b7d92a45482c15cafd42f2"
91
+ "gitHead": "ba8b272d02ecf63ec123daa18fa92e11a5258ce8"
92
92
  }