webstudio 0.275.0 → 0.276.0

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": "webstudio",
3
- "version": "0.275.0",
3
+ "version": "0.276.0",
4
4
  "description": "Webstudio CLI",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
@@ -31,6 +31,7 @@
31
31
  "deepmerge": "^4.3.1",
32
32
  "decode-named-character-reference": "^1.0.2",
33
33
  "env-paths": "^3.0.0",
34
+ "esbuild": "^0.25.3",
34
35
  "fast-deep-equal": "^3.1.3",
35
36
  "immer": "^10.1.1",
36
37
  "nanoid": "^5.1.5",
@@ -43,11 +44,11 @@
43
44
  "warn-once": "^0.1.1",
44
45
  "yargs": "^17.7.2",
45
46
  "zod": "^4.4.3",
46
- "@webstudio-is/http-client": "0.275.0",
47
- "@webstudio-is/protocol": "0.275.0",
48
- "@webstudio-is/sdk-components-registry": "0.275.0",
49
- "@webstudio-is/sync-client": "0.0.0",
50
- "@webstudio-is/project-migrations": "0.275.0"
47
+ "@webstudio-is/http-client": "0.276.0",
48
+ "@webstudio-is/project-migrations": "0.276.0",
49
+ "@webstudio-is/protocol": "0.276.0",
50
+ "@webstudio-is/sdk-components-registry": "0.276.0",
51
+ "@webstudio-is/sync-client": "0.0.0"
51
52
  },
52
53
  "devDependencies": {
53
54
  "@cloudflare/vite-plugin": "^1.1.0",
@@ -80,27 +81,27 @@
80
81
  "react-dom": "18.3.0-canary-14898b6a9-20240318",
81
82
  "react-router": "^7.5.3",
82
83
  "ts-expect": "^1.3.0",
83
- "typescript": "5.8.2",
84
+ "typescript": "7.0.2",
84
85
  "vike": "^0.4.229",
85
86
  "vite": "^6.3.4",
86
87
  "vitest": "^3.1.2",
87
88
  "wrangler": "^3.63.2",
88
- "@webstudio-is/image": "0.275.0",
89
+ "@webstudio-is/react-sdk": "0.276.0",
90
+ "@webstudio-is/image": "0.276.0",
91
+ "@webstudio-is/sdk-components-animation": "0.276.0",
89
92
  "@webstudio-is/project-build": "0.0.0",
90
- "@webstudio-is/react-sdk": "0.275.0",
91
- "@webstudio-is/sdk": "0.275.0",
92
- "@webstudio-is/sdk-components-react": "0.275.0",
93
- "@webstudio-is/sdk-components-animation": "0.275.0",
94
- "@webstudio-is/sdk-components-react-radix": "0.275.0",
95
- "@webstudio-is/css-engine": "0.275.0",
96
- "@webstudio-is/sdk-components-react-remix": "0.275.0",
97
- "@webstudio-is/sdk-components-react-router": "0.275.0",
93
+ "@webstudio-is/css-engine": "0.276.0",
94
+ "@webstudio-is/sdk-components-react": "0.276.0",
95
+ "@webstudio-is/sdk-components-react-radix": "0.276.0",
96
+ "@webstudio-is/sdk-components-react-remix": "0.276.0",
97
+ "@webstudio-is/sdk-components-react-router": "0.276.0",
98
+ "@webstudio-is/wsauth": "0.276.0",
98
99
  "@webstudio-is/tsconfig": "1.0.7",
99
- "@webstudio-is/wsauth": "0.275.0"
100
+ "@webstudio-is/sdk": "0.276.0"
100
101
  },
101
102
  "scripts": {
102
- "typecheck": "tsgo --noEmit",
103
- "generate-docs": "tsx scripts/generate-docs.ts",
103
+ "typecheck": "tsc --noEmit",
104
+ "generate-docs": "tsx scripts/generate-docs.ts && oxfmt src/docs.generated.ts",
104
105
  "build": "pnpm generate-docs && rm -rf lib && vite build",
105
106
  "test": "vitest run"
106
107
  }
@@ -12,7 +12,7 @@
12
12
  "build-cf-types": "wrangler types"
13
13
  },
14
14
  "dependencies": {
15
- "@webstudio-is/wsauth": "0.275.0",
15
+ "@webstudio-is/wsauth": "0.276.0",
16
16
  "@remix-run/cloudflare": "2.16.5",
17
17
  "@remix-run/cloudflare-pages": "2.16.5"
18
18
  },
@@ -5,20 +5,20 @@
5
5
  "scripts": {
6
6
  "build": "remix vite:build",
7
7
  "dev": "remix vite:dev",
8
- "typecheck": "tsgo --noEmit"
8
+ "typecheck": "tsc --noEmit"
9
9
  },
10
10
  "dependencies": {
11
11
  "@remix-run/node": "2.16.5",
12
12
  "@remix-run/react": "2.16.5",
13
13
  "@remix-run/server-runtime": "2.16.5",
14
- "@webstudio-is/image": "0.275.0",
15
- "@webstudio-is/react-sdk": "0.275.0",
16
- "@webstudio-is/sdk": "0.275.0",
17
- "@webstudio-is/sdk-components-react": "0.275.0",
18
- "@webstudio-is/sdk-components-animation": "0.275.0",
19
- "@webstudio-is/sdk-components-react-radix": "0.275.0",
20
- "@webstudio-is/sdk-components-react-remix": "0.275.0",
21
- "@webstudio-is/wsauth": "0.275.0",
14
+ "@webstudio-is/image": "0.276.0",
15
+ "@webstudio-is/react-sdk": "0.276.0",
16
+ "@webstudio-is/sdk": "0.276.0",
17
+ "@webstudio-is/sdk-components-react": "0.276.0",
18
+ "@webstudio-is/sdk-components-animation": "0.276.0",
19
+ "@webstudio-is/sdk-components-react-radix": "0.276.0",
20
+ "@webstudio-is/sdk-components-react-remix": "0.276.0",
21
+ "@webstudio-is/wsauth": "0.276.0",
22
22
  "isbot": "^5.1.25",
23
23
  "react": "18.3.0-canary-14898b6a9-20240318",
24
24
  "react-dom": "18.3.0-canary-14898b6a9-20240318"
@@ -6,21 +6,21 @@
6
6
  "build": "react-router build",
7
7
  "dev": "react-router dev",
8
8
  "start": "react-router-serve ./build/server/index.js",
9
- "typecheck": "tsgo --noEmit"
9
+ "typecheck": "tsc --noEmit"
10
10
  },
11
11
  "dependencies": {
12
12
  "@react-router/dev": "^7.5.3",
13
13
  "@react-router/fs-routes": "^7.5.3",
14
14
  "@react-router/node": "^7.5.3",
15
15
  "@react-router/serve": "^7.5.3",
16
- "@webstudio-is/image": "0.275.0",
17
- "@webstudio-is/react-sdk": "0.275.0",
18
- "@webstudio-is/sdk": "0.275.0",
19
- "@webstudio-is/sdk-components-animation": "0.275.0",
20
- "@webstudio-is/sdk-components-react-radix": "0.275.0",
21
- "@webstudio-is/sdk-components-react-router": "0.275.0",
22
- "@webstudio-is/sdk-components-react": "0.275.0",
23
- "@webstudio-is/wsauth": "0.275.0",
16
+ "@webstudio-is/image": "0.276.0",
17
+ "@webstudio-is/react-sdk": "0.276.0",
18
+ "@webstudio-is/sdk": "0.276.0",
19
+ "@webstudio-is/sdk-components-animation": "0.276.0",
20
+ "@webstudio-is/sdk-components-react-radix": "0.276.0",
21
+ "@webstudio-is/sdk-components-react-router": "0.276.0",
22
+ "@webstudio-is/sdk-components-react": "0.276.0",
23
+ "@webstudio-is/wsauth": "0.276.0",
24
24
  "isbot": "^5.1.25",
25
25
  "react": "18.3.0-canary-14898b6a9-20240318",
26
26
  "react-dom": "18.3.0-canary-14898b6a9-20240318",
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "scripts": {
3
- "typecheck": "wrangler types && tsgo",
3
+ "typecheck": "wrangler types && tsc",
4
4
  "typegen": "wrangler types",
5
5
  "preview": "react-router build && vite preview",
6
6
  "deploy": "react-router build && wrangler deploy"
7
7
  },
8
8
  "dependencies": {
9
9
  "@cloudflare/vite-plugin": "^1.1.0",
10
- "@webstudio-is/wsauth": "0.275.0",
10
+ "@webstudio-is/wsauth": "0.276.0",
11
11
  "wrangler": "^4.14.1"
12
12
  }
13
13
  }
@@ -6,15 +6,15 @@
6
6
  "build": "vite build && vike prerender",
7
7
  "dev": "vite dev",
8
8
  "start": "vite preview",
9
- "typecheck": "tsgo --noEmit"
9
+ "typecheck": "tsc --noEmit"
10
10
  },
11
11
  "dependencies": {
12
- "@webstudio-is/image": "0.275.0",
13
- "@webstudio-is/react-sdk": "0.275.0",
14
- "@webstudio-is/sdk": "0.275.0",
15
- "@webstudio-is/sdk-components-react": "0.275.0",
16
- "@webstudio-is/sdk-components-animation": "0.275.0",
17
- "@webstudio-is/sdk-components-react-radix": "0.275.0",
12
+ "@webstudio-is/image": "0.276.0",
13
+ "@webstudio-is/react-sdk": "0.276.0",
14
+ "@webstudio-is/sdk": "0.276.0",
15
+ "@webstudio-is/sdk-components-react": "0.276.0",
16
+ "@webstudio-is/sdk-components-animation": "0.276.0",
17
+ "@webstudio-is/sdk-components-react-radix": "0.276.0",
18
18
  "react": "18.3.0-canary-14898b6a9-20240318",
19
19
  "react-dom": "18.3.0-canary-14898b6a9-20240318",
20
20
  "vike": "^0.4.229"