@vtj/designer 0.9.0-alpha.1 → 0.9.0-alpha.2

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/dist/index.mjs CHANGED
@@ -14,10 +14,10 @@ import Uc from "mockjs";
14
14
  * Copyright (c) 2024, VTJ.PRO All rights reserved.
15
15
  * @name @vtj/designer
16
16
  * @author CHC chenhuachun1549@dingtalk.com
17
- * @version 0.9.0-alpha.1
17
+ * @version 0.9.0-alpha.2
18
18
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
19
19
  */
20
- const Fc = "0.9.0-alpha.1", xs = {
20
+ const Fc = "0.9.0-alpha.2", xs = {
21
21
  width: 390,
22
22
  height: 844
23
23
  }, _s = {
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@vtj/designer",
3
3
  "private": false,
4
- "version": "0.9.0-alpha.1",
4
+ "version": "0.9.0-alpha.2",
5
5
  "type": "module",
6
6
  "dependencies": {
7
7
  "html2canvas": "~1.4.1",
8
8
  "mockjs": "~1.1.0",
9
9
  "monaco-editor": "~0.52.0",
10
- "@vtj/core": "~0.9.0-alpha.1",
11
- "@vtj/ui": "~0.9.0-alpha.1",
12
- "@vtj/icons": "~0.9.0-alpha.1",
13
- "@vtj/renderer": "~0.9.0-alpha.1",
14
- "@vtj/utils": "~0.9.0-alpha.1"
10
+ "@vtj/utils": "~0.9.0-alpha.2",
11
+ "@vtj/icons": "~0.9.0-alpha.2",
12
+ "@vtj/core": "~0.9.0-alpha.2",
13
+ "@vtj/renderer": "~0.9.0-alpha.2",
14
+ "@vtj/ui": "~0.9.0-alpha.2"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@types/mockjs": "~1.0.10",
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) 2024, VTJ.PRO All rights reserved.
3
3
  * @name @vtj/designer
4
4
  * @author CHC chenhuachun1549@dingtalk.com
5
- * @version 0.9.0-alpha.0
5
+ * @version 0.9.0-alpha.1
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.9.0-alpha.0";
8
+ export declare const version = "0.9.0-alpha.1";