@vtj/designer 0.11.4 → 0.11.5

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vtj/designer",
3
3
  "private": false,
4
- "version": "0.11.4",
4
+ "version": "0.11.5",
5
5
  "type": "module",
6
6
  "keywords": [
7
7
  "低代码引擎",
@@ -24,18 +24,18 @@
24
24
  "html2canvas": "~1.4.1",
25
25
  "mockjs": "~1.1.0",
26
26
  "monaco-editor": "~0.52.0",
27
- "@vtj/core": "~0.11.4",
28
- "@vtj/renderer": "~0.11.4",
29
- "@vtj/icons": "~0.11.4",
30
- "@vtj/ui": "~0.11.4",
31
- "@vtj/uni": "~0.11.4",
32
- "@vtj/utils": "~0.11.4"
27
+ "@vtj/core": "~0.11.5",
28
+ "@vtj/renderer": "~0.11.5",
29
+ "@vtj/icons": "~0.11.5",
30
+ "@vtj/uni": "~0.11.5",
31
+ "@vtj/ui": "~0.11.5",
32
+ "@vtj/utils": "~0.11.5"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/mockjs": "~1.0.10",
36
36
  "vue": "~3.5.5",
37
37
  "vue-router": "~4.5.0",
38
- "@vtj/cli": "~0.11.1"
38
+ "@vtj/cli": "~0.11.2"
39
39
  },
40
40
  "files": [
41
41
  "dist",
@@ -42,8 +42,8 @@ export declare const VUE_DEVTOOLS_PATH = "@id/virtual:vue-devtools-path:overlay.
42
42
  * vue-devtools overlay path
43
43
  */
44
44
  export declare const VUE_DEVTOOLS_OVERLAY_PATH = "@id/virtual:vue-devtools-path:overlay/devtools-overlay.mjs";
45
- export declare const NPM_REGISTRY_URL = "https://registry.npmmirror.com/@vtj/pro";
46
- export declare const REMOTE = "https://lcdp.vtj.pro";
45
+ export declare const NPM_REGISTRY_URL: string;
46
+ export declare const REMOTE: string;
47
47
  export declare const ACCESS: {
48
48
  auth: string;
49
49
  storageKey: string;
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) 2025, VTJ.PRO All rights reserved.
3
3
  * @name @vtj/designer
4
4
  * @author CHC chenhuachun1549@dingtalk.com
5
- * @version 0.11.3
5
+ * @version 0.11.4
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.11.3";
8
+ export declare const version = "0.11.4";