@highstate/library 0.9.32 → 0.9.33

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.32",
3
+ "version": "0.9.33",
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.32",
28
+ "@highstate/contract": "^0.9.33",
29
29
  "remeda": "^2.21.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@biomejs/biome": "2.2.0",
33
- "@highstate/cli": "^0.9.32",
33
+ "@highstate/cli": "^0.9.33",
34
34
  "@typescript/native-preview": "^7.0.0-dev.20250920.1",
35
35
  "type-fest": "^4.41.0"
36
36
  },
37
- "gitHead": "00a7c1c40e556daeecfa9e5f3f6a1e60d88911ee"
37
+ "gitHead": "0f78892741428415dcee1399a0133c2f006ff719"
38
38
  }
@@ -4,7 +4,7 @@ import { ipv4PrefixSchema, ipv46Schema } from "../network"
4
4
  import * as ssh from "../ssh"
5
5
 
6
6
  export const cloudEntity = defineEntity({
7
- type: "yandex.cloud.v1",
7
+ type: "yandex.cloud.v0",
8
8
 
9
9
  schema: z.object({
10
10
  token: z.string().optional(),
@@ -24,7 +24,7 @@ export const cloudEntity = defineEntity({
24
24
  * The connection to a Yandex Cloud account.
25
25
  */
26
26
  export const connection = defineUnit({
27
- type: "yandex.connection.v1",
27
+ type: "yandex.connection.v0",
28
28
 
29
29
  args: {
30
30
  /**
@@ -78,7 +78,7 @@ export const connection = defineUnit({
78
78
  * The virtual machine on Yandex Cloud.
79
79
  */
80
80
  export const virtualMachine = defineUnit({
81
- type: "yandex.virtual-machine.v1",
81
+ type: "yandex.virtual-machine.v0",
82
82
 
83
83
  args: {
84
84
  /**