webstudio 0.191.0 → 0.191.5

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
@@ -1304,7 +1304,7 @@ import makeCLI from "yargs";
1304
1304
  // package.json
1305
1305
  var package_default = {
1306
1306
  name: "webstudio",
1307
- version: "0.191.0",
1307
+ version: "0.191.5",
1308
1308
  description: "Webstudio CLI",
1309
1309
  author: "Webstudio <github@webstudio.is>",
1310
1310
  homepage: "https://webstudio.is",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webstudio",
3
- "version": "0.191.0",
3
+ "version": "0.191.5",
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.191.0",
41
- "@webstudio-is/image": "0.191.0",
42
- "@webstudio-is/sdk": "0.191.0",
43
- "@webstudio-is/sdk-components-react": "0.191.0",
44
- "@webstudio-is/react-sdk": "0.191.0",
45
- "@webstudio-is/sdk-components-react-remix": "0.191.0",
46
- "@webstudio-is/sdk-components-react-radix": "0.191.0"
40
+ "@webstudio-is/http-client": "0.191.5",
41
+ "@webstudio-is/image": "0.191.5",
42
+ "@webstudio-is/react-sdk": "0.191.5",
43
+ "@webstudio-is/sdk": "0.191.5",
44
+ "@webstudio-is/sdk-components-react": "0.191.5",
45
+ "@webstudio-is/sdk-components-react-radix": "0.191.5",
46
+ "@webstudio-is/sdk-components-react-remix": "0.191.5"
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.191.0",
15
- "@webstudio-is/sdk-components-react-radix": "0.191.0",
16
- "@webstudio-is/sdk-components-react-remix": "0.191.0",
17
- "@webstudio-is/sdk-components-react": "0.191.0",
18
- "@webstudio-is/image": "0.191.0",
19
- "@webstudio-is/sdk": "0.191.0",
14
+ "@webstudio-is/react-sdk": "0.191.5",
15
+ "@webstudio-is/sdk-components-react-radix": "0.191.5",
16
+ "@webstudio-is/sdk-components-react-remix": "0.191.5",
17
+ "@webstudio-is/sdk-components-react": "0.191.5",
18
+ "@webstudio-is/image": "0.191.5",
19
+ "@webstudio-is/sdk": "0.191.5",
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.191.0",
12
- "@webstudio-is/sdk-components-react-radix": "0.191.0",
13
- "@webstudio-is/sdk-components-react": "0.191.0",
14
- "@webstudio-is/image": "0.191.0",
15
- "@webstudio-is/sdk": "0.191.0",
11
+ "@webstudio-is/react-sdk": "0.191.5",
12
+ "@webstudio-is/sdk-components-react-radix": "0.191.5",
13
+ "@webstudio-is/sdk-components-react": "0.191.5",
14
+ "@webstudio-is/image": "0.191.5",
15
+ "@webstudio-is/sdk": "0.191.5",
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"