webstudio 0.195.0 → 0.196.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.
|
|
1310
|
+
version: "0.196.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.
|
|
3
|
+
"version": "0.196.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.
|
|
41
|
-
"@webstudio-is/
|
|
42
|
-
"@webstudio-is/
|
|
43
|
-
"@webstudio-is/sdk": "0.
|
|
44
|
-
"@webstudio-is/sdk-components-react": "0.
|
|
45
|
-
"@webstudio-is/sdk-components-react-
|
|
46
|
-
"@webstudio-is/sdk
|
|
40
|
+
"@webstudio-is/http-client": "0.196.0",
|
|
41
|
+
"@webstudio-is/image": "0.196.0",
|
|
42
|
+
"@webstudio-is/react-sdk": "0.196.0",
|
|
43
|
+
"@webstudio-is/sdk-components-react": "0.196.0",
|
|
44
|
+
"@webstudio-is/sdk-components-react-radix": "0.196.0",
|
|
45
|
+
"@webstudio-is/sdk-components-react-remix": "0.196.0",
|
|
46
|
+
"@webstudio-is/sdk": "0.196.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.
|
|
15
|
-
"@webstudio-is/sdk-components-react-radix": "0.
|
|
16
|
-
"@webstudio-is/sdk-components-react-remix": "0.
|
|
17
|
-
"@webstudio-is/sdk-components-react": "0.
|
|
18
|
-
"@webstudio-is/image": "0.
|
|
19
|
-
"@webstudio-is/sdk": "0.
|
|
14
|
+
"@webstudio-is/react-sdk": "0.196.0",
|
|
15
|
+
"@webstudio-is/sdk-components-react-radix": "0.196.0",
|
|
16
|
+
"@webstudio-is/sdk-components-react-remix": "0.196.0",
|
|
17
|
+
"@webstudio-is/sdk-components-react": "0.196.0",
|
|
18
|
+
"@webstudio-is/image": "0.196.0",
|
|
19
|
+
"@webstudio-is/sdk": "0.196.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.
|
|
12
|
-
"@webstudio-is/sdk-components-react-radix": "0.
|
|
13
|
-
"@webstudio-is/sdk-components-react": "0.
|
|
14
|
-
"@webstudio-is/image": "0.
|
|
15
|
-
"@webstudio-is/sdk": "0.
|
|
11
|
+
"@webstudio-is/react-sdk": "0.196.0",
|
|
12
|
+
"@webstudio-is/sdk-components-react-radix": "0.196.0",
|
|
13
|
+
"@webstudio-is/sdk-components-react": "0.196.0",
|
|
14
|
+
"@webstudio-is/image": "0.196.0",
|
|
15
|
+
"@webstudio-is/sdk": "0.196.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"
|