webstudio 0.175.0 → 0.179.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
@@ -1281,7 +1281,7 @@ import makeCLI from "yargs";
1281
1281
  // package.json
1282
1282
  var package_default = {
1283
1283
  name: "webstudio",
1284
- version: "0.175.0",
1284
+ version: "0.179.0",
1285
1285
  description: "Webstudio CLI",
1286
1286
  author: "Webstudio <github@webstudio.is>",
1287
1287
  homepage: "https://webstudio.is",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webstudio",
3
- "version": "0.175.0",
3
+ "version": "0.179.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
  "strip-indent": "^4.0.0",
38
38
  "yargs": "^17.7.2",
39
39
  "zod": "^3.22.4",
40
- "@webstudio-is/http-client": "0.175.0",
41
- "@webstudio-is/image": "0.175.0",
42
- "@webstudio-is/react-sdk": "0.175.0",
43
- "@webstudio-is/sdk": "0.175.0",
44
- "@webstudio-is/sdk-components-react-remix": "0.175.0",
45
- "@webstudio-is/sdk-components-react": "0.175.0",
46
- "@webstudio-is/sdk-components-react-radix": "0.175.0"
40
+ "@webstudio-is/http-client": "0.179.0",
41
+ "@webstudio-is/image": "0.179.0",
42
+ "@webstudio-is/sdk": "0.179.0",
43
+ "@webstudio-is/sdk-components-react": "0.179.0",
44
+ "@webstudio-is/react-sdk": "0.179.0",
45
+ "@webstudio-is/sdk-components-react-radix": "0.179.0",
46
+ "@webstudio-is/sdk-components-react-remix": "0.179.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@jest/globals": "^29.7.0",
@@ -11,12 +11,12 @@
11
11
  "@remix-run/node": "2.11.0",
12
12
  "@remix-run/react": "2.11.0",
13
13
  "@remix-run/server-runtime": "2.11.0",
14
- "@webstudio-is/react-sdk": "0.175.0",
15
- "@webstudio-is/sdk-components-react-radix": "0.175.0",
16
- "@webstudio-is/sdk-components-react-remix": "0.175.0",
17
- "@webstudio-is/sdk-components-react": "0.175.0",
18
- "@webstudio-is/image": "0.175.0",
19
- "@webstudio-is/sdk": "0.175.0",
14
+ "@webstudio-is/react-sdk": "0.179.0",
15
+ "@webstudio-is/sdk-components-react-radix": "0.179.0",
16
+ "@webstudio-is/sdk-components-react-remix": "0.179.0",
17
+ "@webstudio-is/sdk-components-react": "0.179.0",
18
+ "@webstudio-is/image": "0.179.0",
19
+ "@webstudio-is/sdk": "0.179.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.175.0",
12
- "@webstudio-is/sdk-components-react-radix": "0.175.0",
13
- "@webstudio-is/sdk-components-react": "0.175.0",
14
- "@webstudio-is/image": "0.175.0",
15
- "@webstudio-is/sdk": "0.175.0",
11
+ "@webstudio-is/react-sdk": "0.179.0",
12
+ "@webstudio-is/sdk-components-react-radix": "0.179.0",
13
+ "@webstudio-is/sdk-components-react": "0.179.0",
14
+ "@webstudio-is/image": "0.179.0",
15
+ "@webstudio-is/sdk": "0.179.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.182"