@zhubangyun/lowcode-core 1.1.22 → 5.1.13
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.
|
@@ -83,7 +83,6 @@ function _assetsParse() {
|
|
|
83
83
|
}
|
|
84
84
|
});
|
|
85
85
|
newComponents = [].concat(componentDescriptions);
|
|
86
|
-
|
|
87
86
|
// 如果有远程组件描述协议,则自动加载并补充到资产包中,同时出发 designer.incrementalAssetsReady 通知组件面板更新数据
|
|
88
87
|
if (!(remoteComponentDescriptions && remoteComponentDescriptions.length)) {
|
|
89
88
|
_context2.next = 18;
|
|
@@ -90,7 +90,6 @@ function _assetsParse() {
|
|
|
90
90
|
}
|
|
91
91
|
});
|
|
92
92
|
newComponents = [].concat(componentDescriptions);
|
|
93
|
-
|
|
94
93
|
// 如果有远程组件描述协议,则自动加载并补充到资产包中,同时出发 designer.incrementalAssetsReady 通知组件面板更新数据
|
|
95
94
|
if (!(remoteComponentDescriptions && remoteComponentDescriptions.length)) {
|
|
96
95
|
_context2.next = 18;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zhubangyun/lowcode-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.1.13",
|
|
4
4
|
"description": "低代码核心",
|
|
5
5
|
"files": [
|
|
6
6
|
"lib",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@alilc/lowcode-datasource-fetch-handler": "^1.1.4",
|
|
21
|
-
"@zhubangyun/lowcode-
|
|
21
|
+
"@zhubangyun/lowcode-render-core": "^5.1.13",
|
|
22
22
|
"axios": "^1.7.9",
|
|
23
23
|
"case": "^1.6.3",
|
|
24
24
|
"uuid": "^8.3.2"
|