@highstate/library 0.9.28 → 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.28",
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",
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.28",
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": "6de09d98fa66e808c42aba7fe65e6e0762945b9b"
37
+ "gitHead": "8f5a4724814f573e2172bc0eaf09fcbdd9eb0a4c"
38
38
  }
@@ -38,7 +38,7 @@ export const environmentVariableSchema = z.union([
38
38
  * May reference known databases and other services.
39
39
  */
40
40
  export const workload = defineUnit({
41
- type: "k8s.apps.workload.v1",
41
+ type: "k8s.apps.workload.v0",
42
42
 
43
43
  args: {
44
44
  /**
@@ -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.v1",
22
+ type: "k8s.reduced-access-cluster.v0",
23
23
 
24
24
  args: {
25
25
  /**