@cloudbase/lowcode-builder 1.10.21 → 1.10.22
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudbase/lowcode-builder",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.22",
|
|
4
4
|
"description": "云开发 Tencent CloudBase Framework Low Code Plugin,将低码配置生成完整项目并一键部署云开发资源。",
|
|
5
5
|
"author": "yhsunshining@gmail.com",
|
|
6
6
|
"homepage": "https://github.com/TencentCloudBase/cloudbase-framework#readme",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@babel/core": "7.21.4",
|
|
51
51
|
"@babel/preset-env": "7.21.4",
|
|
52
52
|
"@cloudbase/cals": "^1.2.15",
|
|
53
|
-
"@cloudbase/lowcode-generator": "^1.8.
|
|
53
|
+
"@cloudbase/lowcode-generator": "^1.8.42",
|
|
54
54
|
"axios": "^0.21.0",
|
|
55
55
|
"chalk": "^2.4.2",
|
|
56
56
|
"compare-versions": "^3.6.0",
|
|
@@ -232,8 +232,7 @@ module.exports = function (options) {
|
|
|
232
232
|
},
|
|
233
233
|
// 函数
|
|
234
234
|
function (context, request, callback) {
|
|
235
|
-
if (/lowcode
|
|
236
|
-
['@/components/ui', 'lucide-react'].includes(request);
|
|
235
|
+
if (/lowcode\//.test(context)) {
|
|
237
236
|
switch (request) {
|
|
238
237
|
case '@/components/ui': {
|
|
239
238
|
callback(null, 'window.SHADN.components');
|