webstudio 0.199.0 → 0.200.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
|
@@ -6473,7 +6473,7 @@ const getDeploymentInstructions = (deployTarget) => {
|
|
|
6473
6473
|
}
|
|
6474
6474
|
};
|
|
6475
6475
|
const name = "webstudio";
|
|
6476
|
-
const version = "0.
|
|
6476
|
+
const version = "0.200.0";
|
|
6477
6477
|
const description = "Webstudio CLI";
|
|
6478
6478
|
const author = "Webstudio <github@webstudio.is>";
|
|
6479
6479
|
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.200.0",
|
|
4
4
|
"description": "Webstudio CLI",
|
|
5
5
|
"author": "Webstudio <github@webstudio.is>",
|
|
6
6
|
"homepage": "https://webstudio.is",
|
|
@@ -68,16 +68,16 @@
|
|
|
68
68
|
"vite": "^5.4.11",
|
|
69
69
|
"vitest": "^3.0.2",
|
|
70
70
|
"wrangler": "^3.63.2",
|
|
71
|
-
"@webstudio-is/http-client": "0.
|
|
72
|
-
"@webstudio-is/sdk": "0.
|
|
73
|
-
"@webstudio-is/image": "0.
|
|
74
|
-
"@webstudio-is/sdk
|
|
75
|
-
"@webstudio-is/
|
|
76
|
-
"@webstudio-is/sdk-components-react": "0.
|
|
77
|
-
"@webstudio-is/sdk-components-react-radix": "0.
|
|
78
|
-
"@webstudio-is/
|
|
79
|
-
"@webstudio-is/sdk-components-react-router": "0.
|
|
80
|
-
"@webstudio-is/
|
|
71
|
+
"@webstudio-is/http-client": "0.200.0",
|
|
72
|
+
"@webstudio-is/react-sdk": "0.200.0",
|
|
73
|
+
"@webstudio-is/image": "0.200.0",
|
|
74
|
+
"@webstudio-is/sdk": "0.200.0",
|
|
75
|
+
"@webstudio-is/sdk-components-animation": "0.200.0",
|
|
76
|
+
"@webstudio-is/sdk-components-react": "0.200.0",
|
|
77
|
+
"@webstudio-is/sdk-components-react-radix": "0.200.0",
|
|
78
|
+
"@webstudio-is/sdk-components-react-remix": "0.200.0",
|
|
79
|
+
"@webstudio-is/sdk-components-react-router": "0.200.0",
|
|
80
|
+
"@webstudio-is/tsconfig": "1.0.7"
|
|
81
81
|
},
|
|
82
82
|
"scripts": {
|
|
83
83
|
"typecheck": "tsc",
|
|
@@ -20,6 +20,7 @@ import {
|
|
|
20
20
|
ReactSdkContext,
|
|
21
21
|
PageSettingsMeta,
|
|
22
22
|
PageSettingsTitle,
|
|
23
|
+
PageSettingsCanonicalLink,
|
|
23
24
|
} from "@webstudio-is/react-sdk/runtime";
|
|
24
25
|
import {
|
|
25
26
|
Page,
|
|
@@ -288,6 +289,7 @@ const Outlet = () => {
|
|
|
288
289
|
imageLoader={imageLoader}
|
|
289
290
|
/>
|
|
290
291
|
<PageSettingsTitle>{pageMeta.title}</PageSettingsTitle>
|
|
292
|
+
<PageSettingsCanonicalLink href={url} />
|
|
291
293
|
</ReactSdkContext.Provider>
|
|
292
294
|
);
|
|
293
295
|
};
|
|
@@ -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.200.0",
|
|
15
|
+
"@webstudio-is/react-sdk": "0.200.0",
|
|
16
|
+
"@webstudio-is/sdk": "0.200.0",
|
|
17
|
+
"@webstudio-is/sdk-components-react": "0.200.0",
|
|
18
|
+
"@webstudio-is/sdk-components-animation": "0.200.0",
|
|
19
|
+
"@webstudio-is/sdk-components-react-radix": "0.200.0",
|
|
20
|
+
"@webstudio-is/sdk-components-react-remix": "0.200.0",
|
|
21
21
|
"isbot": "^5.1.19",
|
|
22
22
|
"react": "18.3.0-canary-14898b6a9-20240318",
|
|
23
23
|
"react-dom": "18.3.0-canary-14898b6a9-20240318"
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
"@react-router/dev": "^7.1.1",
|
|
12
12
|
"@react-router/fs-routes": "^7.1.1",
|
|
13
13
|
"@react-router/node": "^7.1.1",
|
|
14
|
-
"@webstudio-is/image": "0.
|
|
15
|
-
"@webstudio-is/react-sdk": "0.
|
|
16
|
-
"@webstudio-is/sdk": "0.
|
|
17
|
-
"@webstudio-is/sdk-components-animation": "0.
|
|
18
|
-
"@webstudio-is/sdk-components-react-radix": "0.
|
|
19
|
-
"@webstudio-is/sdk-components-react-router": "0.
|
|
20
|
-
"@webstudio-is/sdk-components-react": "0.
|
|
14
|
+
"@webstudio-is/image": "0.200.0",
|
|
15
|
+
"@webstudio-is/react-sdk": "0.200.0",
|
|
16
|
+
"@webstudio-is/sdk": "0.200.0",
|
|
17
|
+
"@webstudio-is/sdk-components-animation": "0.200.0",
|
|
18
|
+
"@webstudio-is/sdk-components-react-radix": "0.200.0",
|
|
19
|
+
"@webstudio-is/sdk-components-react-router": "0.200.0",
|
|
20
|
+
"@webstudio-is/sdk-components-react": "0.200.0",
|
|
21
21
|
"h3": "^1.13.1",
|
|
22
22
|
"ipx": "^3.0.1",
|
|
23
23
|
"isbot": "^5.1.19",
|
|
@@ -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.200.0",
|
|
12
|
+
"@webstudio-is/react-sdk": "0.200.0",
|
|
13
|
+
"@webstudio-is/sdk": "0.200.0",
|
|
14
|
+
"@webstudio-is/sdk-components-react": "0.200.0",
|
|
15
|
+
"@webstudio-is/sdk-components-animation": "0.200.0",
|
|
16
|
+
"@webstudio-is/sdk-components-react-radix": "0.200.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.210"
|