@highstate/library 0.9.29 → 0.9.30
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.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@highstate/library",
|
3
|
-
"version": "0.9.
|
3
|
+
"version": "0.9.30",
|
4
4
|
"type": "module",
|
5
5
|
"highstate": {
|
6
6
|
"type": "library"
|
@@ -25,14 +25,14 @@
|
|
25
25
|
"biome:check": "biome check --error-on-warnings"
|
26
26
|
},
|
27
27
|
"dependencies": {
|
28
|
-
"@highstate/contract": "^0.9.
|
28
|
+
"@highstate/contract": "^0.9.30",
|
29
29
|
"remeda": "^2.21.0"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
32
32
|
"@biomejs/biome": "2.2.0",
|
33
|
-
"@highstate/cli": "^0.9.
|
33
|
+
"@highstate/cli": "^0.9.30",
|
34
34
|
"@typescript/native-preview": "^7.0.0-dev.20250920.1",
|
35
35
|
"type-fest": "^4.41.0"
|
36
36
|
},
|
37
|
-
"gitHead": "
|
37
|
+
"gitHead": "8f5a4724814f573e2172bc0eaf09fcbdd9eb0a4c"
|
38
38
|
}
|
package/src/k8s/apps/workload.ts
CHANGED
@@ -19,7 +19,7 @@ const k8sVerbsSchema = z.enum([
|
|
19
19
|
* Creates a reduced access cluster with ServiceAccount-based authentication for specific Kubernetes resources.
|
20
20
|
*/
|
21
21
|
export const reducedAccessCluster = defineUnit({
|
22
|
-
type: "k8s.reduced-access-cluster.
|
22
|
+
type: "k8s.reduced-access-cluster.v0",
|
23
23
|
|
24
24
|
args: {
|
25
25
|
/**
|