@vtj/designer 0.8.0 → 0.8.1

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
@@ -12,10 +12,10 @@ import ps from "mockjs";
12
12
  * Copyright (c) 2024, VTJ.PRO All rights reserved.
13
13
  * @name @vtj/designer
14
14
  * @author CHC chenhuachun1549@dingtalk.com
15
- * @version 0.8.0
15
+ * @version 0.8.1
16
16
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
17
17
  */
18
- const ms = "0.8.0", Rt = {
18
+ const ms = "0.8.1", Rt = {
19
19
  width: 390,
20
20
  height: 844
21
21
  }, Tt = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vtj/designer",
3
3
  "private": false,
4
- "version": "0.8.0",
4
+ "version": "0.8.1",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "vue-tsc && vite build",
@@ -10,17 +10,17 @@
10
10
  "coverage": "vitest run --coverage"
11
11
  },
12
12
  "dependencies": {
13
- "@vtj/core": "^0.8.0",
14
- "@vtj/icons": "^0.8.0",
15
- "@vtj/renderer": "^0.8.0",
16
- "@vtj/ui": "^0.8.0",
17
- "@vtj/utils": "^0.8.0",
13
+ "@vtj/core": "^0.8.1",
14
+ "@vtj/icons": "^0.8.1",
15
+ "@vtj/renderer": "^0.8.1",
16
+ "@vtj/ui": "^0.8.1",
17
+ "@vtj/utils": "^0.8.1",
18
18
  "mockjs": "~1.1.0",
19
19
  "monaco-editor": "~0.47.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/mockjs": "~1.0.10",
23
- "@vtj/cli": "^0.8.0",
23
+ "@vtj/cli": "^0.8.1",
24
24
  "vue": "~3.4.15",
25
25
  "vue-router": "~4.3.0"
26
26
  },
@@ -42,5 +42,5 @@
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "911c3a0e2bb60548affe5dcf5a496577809d63b8"
45
+ "gitHead": "56000d79e6dc07c9d86fda6ee8b746dca7bdcd93"
46
46
  }
@@ -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.7.34
5
+ * @version 0.8.0
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.7.34";
8
+ export declare const version = "0.8.0";