webstudio 0.201.0 → 0.202.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
|
@@ -2497,6 +2497,7 @@ const generateExpression = ({
|
|
|
2497
2497
|
usedDataSources == null ? void 0 : usedDataSources.set(dep.id, dep);
|
|
2498
2498
|
return scope.getName(dep.id, dep.name);
|
|
2499
2499
|
}
|
|
2500
|
+
return "undefined";
|
|
2500
2501
|
}
|
|
2501
2502
|
});
|
|
2502
2503
|
};
|
|
@@ -6471,7 +6472,7 @@ const getDeploymentInstructions = (deployTarget) => {
|
|
|
6471
6472
|
}
|
|
6472
6473
|
};
|
|
6473
6474
|
const name = "webstudio";
|
|
6474
|
-
const version = "0.
|
|
6475
|
+
const version = "0.202.0";
|
|
6475
6476
|
const description = "Webstudio CLI";
|
|
6476
6477
|
const author = "Webstudio <github@webstudio.is>";
|
|
6477
6478
|
const homepage = "https://webstudio.is";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webstudio",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.202.0",
|
|
4
4
|
"description": "Webstudio CLI",
|
|
5
5
|
"author": "Webstudio <github@webstudio.is>",
|
|
6
6
|
"homepage": "https://webstudio.is",
|
|
@@ -69,15 +69,15 @@
|
|
|
69
69
|
"vite": "^5.4.11",
|
|
70
70
|
"vitest": "^3.0.2",
|
|
71
71
|
"wrangler": "^3.63.2",
|
|
72
|
-
"@webstudio-is/http-client": "0.
|
|
73
|
-
"@webstudio-is/image": "0.
|
|
74
|
-
"@webstudio-is/react-sdk": "0.
|
|
75
|
-
"@webstudio-is/sdk": "0.
|
|
76
|
-
"@webstudio-is/sdk-components-animation": "0.
|
|
77
|
-
"@webstudio-is/sdk-components-react": "0.
|
|
78
|
-
"@webstudio-is/sdk-components-react
|
|
79
|
-
"@webstudio-is/sdk-components-react-remix": "0.
|
|
80
|
-
"@webstudio-is/sdk-components-react-router": "0.
|
|
72
|
+
"@webstudio-is/http-client": "0.202.0",
|
|
73
|
+
"@webstudio-is/image": "0.202.0",
|
|
74
|
+
"@webstudio-is/react-sdk": "0.202.0",
|
|
75
|
+
"@webstudio-is/sdk": "0.202.0",
|
|
76
|
+
"@webstudio-is/sdk-components-animation": "0.202.0",
|
|
77
|
+
"@webstudio-is/sdk-components-react-radix": "0.202.0",
|
|
78
|
+
"@webstudio-is/sdk-components-react": "0.202.0",
|
|
79
|
+
"@webstudio-is/sdk-components-react-remix": "0.202.0",
|
|
80
|
+
"@webstudio-is/sdk-components-react-router": "0.202.0",
|
|
81
81
|
"@webstudio-is/tsconfig": "1.0.7"
|
|
82
82
|
},
|
|
83
83
|
"scripts": {
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
"@remix-run/node": "2.15.2",
|
|
12
12
|
"@remix-run/react": "2.15.2",
|
|
13
13
|
"@remix-run/server-runtime": "2.15.2",
|
|
14
|
-
"@webstudio-is/image": "0.
|
|
15
|
-
"@webstudio-is/react-sdk": "0.
|
|
16
|
-
"@webstudio-is/sdk": "0.
|
|
17
|
-
"@webstudio-is/sdk-components-react": "0.
|
|
18
|
-
"@webstudio-is/sdk-components-animation": "0.
|
|
19
|
-
"@webstudio-is/sdk-components-react-radix": "0.
|
|
20
|
-
"@webstudio-is/sdk-components-react-remix": "0.
|
|
14
|
+
"@webstudio-is/image": "0.202.0",
|
|
15
|
+
"@webstudio-is/react-sdk": "0.202.0",
|
|
16
|
+
"@webstudio-is/sdk": "0.202.0",
|
|
17
|
+
"@webstudio-is/sdk-components-react": "0.202.0",
|
|
18
|
+
"@webstudio-is/sdk-components-animation": "0.202.0",
|
|
19
|
+
"@webstudio-is/sdk-components-react-radix": "0.202.0",
|
|
20
|
+
"@webstudio-is/sdk-components-react-remix": "0.202.0",
|
|
21
21
|
"isbot": "^5.1.21",
|
|
22
22
|
"react": "18.3.0-canary-14898b6a9-20240318",
|
|
23
23
|
"react-dom": "18.3.0-canary-14898b6a9-20240318"
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
"@react-router/fs-routes": "^7.1.3",
|
|
14
14
|
"@react-router/node": "^7.1.3",
|
|
15
15
|
"@react-router/serve": "^7.1.3",
|
|
16
|
-
"@webstudio-is/image": "0.
|
|
17
|
-
"@webstudio-is/react-sdk": "0.
|
|
18
|
-
"@webstudio-is/sdk": "0.
|
|
19
|
-
"@webstudio-is/sdk-components-animation": "0.
|
|
20
|
-
"@webstudio-is/sdk-components-react-radix": "0.
|
|
21
|
-
"@webstudio-is/sdk-components-react-router": "0.
|
|
22
|
-
"@webstudio-is/sdk-components-react": "0.
|
|
16
|
+
"@webstudio-is/image": "0.202.0",
|
|
17
|
+
"@webstudio-is/react-sdk": "0.202.0",
|
|
18
|
+
"@webstudio-is/sdk": "0.202.0",
|
|
19
|
+
"@webstudio-is/sdk-components-animation": "0.202.0",
|
|
20
|
+
"@webstudio-is/sdk-components-react-radix": "0.202.0",
|
|
21
|
+
"@webstudio-is/sdk-components-react-router": "0.202.0",
|
|
22
|
+
"@webstudio-is/sdk-components-react": "0.202.0",
|
|
23
23
|
"h3": "^1.14.0",
|
|
24
24
|
"ipx": "^3.0.1",
|
|
25
25
|
"isbot": "^5.1.21",
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"typecheck": "tsc"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@webstudio-is/image": "0.
|
|
12
|
-
"@webstudio-is/react-sdk": "0.
|
|
13
|
-
"@webstudio-is/sdk": "0.
|
|
14
|
-
"@webstudio-is/sdk-components-react": "0.
|
|
15
|
-
"@webstudio-is/sdk-components-animation": "0.
|
|
16
|
-
"@webstudio-is/sdk-components-react-radix": "0.
|
|
11
|
+
"@webstudio-is/image": "0.202.0",
|
|
12
|
+
"@webstudio-is/react-sdk": "0.202.0",
|
|
13
|
+
"@webstudio-is/sdk": "0.202.0",
|
|
14
|
+
"@webstudio-is/sdk-components-react": "0.202.0",
|
|
15
|
+
"@webstudio-is/sdk-components-animation": "0.202.0",
|
|
16
|
+
"@webstudio-is/sdk-components-react-radix": "0.202.0",
|
|
17
17
|
"react": "18.3.0-canary-14898b6a9-20240318",
|
|
18
18
|
"react-dom": "18.3.0-canary-14898b6a9-20240318",
|
|
19
19
|
"vike": "^0.4.219"
|