@vtj/designer 0.8.155 → 0.8.156

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/dist/index.mjs +2 -2
  2. package/package.json +6 -6
package/dist/index.mjs CHANGED
@@ -14,10 +14,10 @@ import Ba 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.8.155
17
+ * @version 0.8.156
18
18
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
19
19
  */
20
- const Ra = "0.8.155", Gt = {
20
+ const Ra = "0.8.156", Gt = {
21
21
  width: 390,
22
22
  height: 844
23
23
  }, Xt = {
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@vtj/designer",
3
3
  "private": false,
4
- "version": "0.8.155",
4
+ "version": "0.8.156",
5
5
  "type": "module",
6
6
  "dependencies": {
7
7
  "mockjs": "~1.1.0",
8
8
  "monaco-editor": "~0.51.0",
9
- "@vtj/icons": "~0.8.155",
10
- "@vtj/core": "~0.8.155",
11
- "@vtj/renderer": "~0.8.155",
12
- "@vtj/ui": "~0.8.155",
13
- "@vtj/utils": "~0.8.155"
9
+ "@vtj/icons": "~0.8.156",
10
+ "@vtj/core": "~0.8.156",
11
+ "@vtj/ui": "~0.8.156",
12
+ "@vtj/renderer": "~0.8.156",
13
+ "@vtj/utils": "~0.8.156"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@types/mockjs": "~1.0.10",