webstudio 0.194.0 → 0.195.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/lib/cli.js CHANGED
@@ -1307,7 +1307,7 @@ import makeCLI from "yargs";
1307
1307
  // package.json
1308
1308
  var package_default = {
1309
1309
  name: "webstudio",
1310
- version: "0.194.0",
1310
+ version: "0.195.0",
1311
1311
  description: "Webstudio CLI",
1312
1312
  author: "Webstudio <github@webstudio.is>",
1313
1313
  homepage: "https://webstudio.is",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webstudio",
3
- "version": "0.194.0",
3
+ "version": "0.195.0",
4
4
  "description": "Webstudio CLI",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
@@ -37,13 +37,13 @@
37
37
  "tinyexec": "^0.3.1",
38
38
  "yargs": "^17.7.2",
39
39
  "zod": "^3.22.4",
40
- "@webstudio-is/http-client": "0.194.0",
41
- "@webstudio-is/image": "0.194.0",
42
- "@webstudio-is/react-sdk": "0.194.0",
43
- "@webstudio-is/sdk": "0.194.0",
44
- "@webstudio-is/sdk-components-react-radix": "0.194.0",
45
- "@webstudio-is/sdk-components-react-remix": "0.194.0",
46
- "@webstudio-is/sdk-components-react": "0.194.0"
40
+ "@webstudio-is/http-client": "0.195.0",
41
+ "@webstudio-is/react-sdk": "0.195.0",
42
+ "@webstudio-is/image": "0.195.0",
43
+ "@webstudio-is/sdk": "0.195.0",
44
+ "@webstudio-is/sdk-components-react": "0.195.0",
45
+ "@webstudio-is/sdk-components-react-radix": "0.195.0",
46
+ "@webstudio-is/sdk-components-react-remix": "0.195.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@netlify/remix-adapter": "^2.5.1",
@@ -11,12 +11,12 @@
11
11
  "@remix-run/node": "2.15.0",
12
12
  "@remix-run/react": "2.15.0",
13
13
  "@remix-run/server-runtime": "2.15.0",
14
- "@webstudio-is/react-sdk": "0.194.0",
15
- "@webstudio-is/sdk-components-react-radix": "0.194.0",
16
- "@webstudio-is/sdk-components-react-remix": "0.194.0",
17
- "@webstudio-is/sdk-components-react": "0.194.0",
18
- "@webstudio-is/image": "0.194.0",
19
- "@webstudio-is/sdk": "0.194.0",
14
+ "@webstudio-is/react-sdk": "0.195.0",
15
+ "@webstudio-is/sdk-components-react-radix": "0.195.0",
16
+ "@webstudio-is/sdk-components-react-remix": "0.195.0",
17
+ "@webstudio-is/sdk-components-react": "0.195.0",
18
+ "@webstudio-is/image": "0.195.0",
19
+ "@webstudio-is/sdk": "0.195.0",
20
20
  "isbot": "^5.1.17",
21
21
  "react": "18.3.0-canary-14898b6a9-20240318",
22
22
  "react-dom": "18.3.0-canary-14898b6a9-20240318"
@@ -8,11 +8,11 @@
8
8
  "typecheck": "tsc"
9
9
  },
10
10
  "dependencies": {
11
- "@webstudio-is/react-sdk": "0.194.0",
12
- "@webstudio-is/sdk-components-react-radix": "0.194.0",
13
- "@webstudio-is/sdk-components-react": "0.194.0",
14
- "@webstudio-is/image": "0.194.0",
15
- "@webstudio-is/sdk": "0.194.0",
11
+ "@webstudio-is/react-sdk": "0.195.0",
12
+ "@webstudio-is/sdk-components-react-radix": "0.195.0",
13
+ "@webstudio-is/sdk-components-react": "0.195.0",
14
+ "@webstudio-is/image": "0.195.0",
15
+ "@webstudio-is/sdk": "0.195.0",
16
16
  "react": "18.3.0-canary-14898b6a9-20240318",
17
17
  "react-dom": "18.3.0-canary-14898b6a9-20240318",
18
18
  "vike": "^0.4.206"