webstudio 0.124.0 → 0.125.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.
Files changed (2) hide show
  1. package/lib/cli.js +1 -1
  2. package/package.json +9 -9
package/lib/cli.js CHANGED
@@ -837,7 +837,7 @@ import makeCLI from "yargs";
837
837
  // package.json
838
838
  var package_default = {
839
839
  name: "webstudio",
840
- version: "0.124.0",
840
+ version: "0.125.0",
841
841
  description: "Webstudio CLI",
842
842
  author: "Webstudio <github@webstudio.is>",
843
843
  homepage: "https://webstudio.is",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webstudio",
3
- "version": "0.124.0",
3
+ "version": "0.125.0",
4
4
  "description": "Webstudio CLI",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
@@ -28,13 +28,13 @@
28
28
  "title-case": "^4.1.0",
29
29
  "yargs": "^17.7.2",
30
30
  "zod": "^3.21.4",
31
- "@webstudio-is/http-client": "0.124.0",
32
- "@webstudio-is/image": "0.124.0",
33
- "@webstudio-is/react-sdk": "0.124.0",
34
- "@webstudio-is/sdk": "0.124.0",
35
- "@webstudio-is/sdk-components-react-radix": "0.124.0",
36
- "@webstudio-is/sdk-components-react-remix": "0.124.0",
37
- "@webstudio-is/sdk-components-react": "0.124.0"
31
+ "@webstudio-is/http-client": "0.125.0",
32
+ "@webstudio-is/image": "0.125.0",
33
+ "@webstudio-is/sdk": "0.125.0",
34
+ "@webstudio-is/sdk-components-react": "0.125.0",
35
+ "@webstudio-is/sdk-components-react-radix": "0.125.0",
36
+ "@webstudio-is/react-sdk": "0.125.0",
37
+ "@webstudio-is/sdk-components-react-remix": "0.125.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/node": "^18.17.1",
@@ -42,7 +42,7 @@
42
42
  "tsx": "^3.12.8",
43
43
  "typescript": "5.2.2",
44
44
  "@webstudio-is/tsconfig": "1.0.7",
45
- "@webstudio-is/form-handlers": "0.124.0"
45
+ "@webstudio-is/form-handlers": "0.125.0"
46
46
  },
47
47
  "scripts": {
48
48
  "typecheck": "tsc",