@cloudbase/lowcode-builder 1.0.30 → 1.0.33
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.
|
@@ -301,7 +301,7 @@ async function generateCompositeComponent(compositedComp, ctx, compLibCommonReso
|
|
|
301
301
|
content: wxml,
|
|
302
302
|
},
|
|
303
303
|
'index.wxss': {
|
|
304
|
-
importStyles: importor.styles.map((mod) => path.join(LOWCODE_DIR_NAME, (0, weapps_core_1.getCodeModuleFilePath)('global', mod, { style: '.wxss' }))),
|
|
304
|
+
importStyles: importor.styles.map((mod) => path.posix.join(LOWCODE_DIR_NAME, (0, weapps_core_1.getCodeModuleFilePath)('global', mod, { style: '.wxss' }))),
|
|
305
305
|
},
|
|
306
306
|
};
|
|
307
307
|
// Generating file by template and data
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudbase/lowcode-builder",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.33",
|
|
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",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@cloudbase/cals": "^0.4.7",
|
|
42
|
-
"@cloudbase/lowcode-generator": "^1.0.
|
|
42
|
+
"@cloudbase/lowcode-generator": "^1.0.14",
|
|
43
43
|
"axios": "^0.21.0",
|
|
44
44
|
"browserfs": "^1.4.3",
|
|
45
45
|
"browserify-zlib": "^0.2.0",
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
<script type="module" src="/src/index.jsx"></script>
|
|
388
388
|
<% } %> <% if(!isAdminPortal){ %>
|
|
389
389
|
<script src="/weda-config/weda-private.js"></script>
|
|
390
|
-
<script src="//static.cloudbase.net/cloudbase-js-sdk/2.4.
|
|
390
|
+
<script src="//static.cloudbase.net/cloudbase-js-sdk/2.4.7-beta.0/cloudbase.full.js?v=1"></script>
|
|
391
391
|
<% }%>
|
|
392
392
|
<script>
|
|
393
393
|
if (window.cloudbase) {
|
|
@@ -443,7 +443,7 @@
|
|
|
443
443
|
></script>
|
|
444
444
|
<script
|
|
445
445
|
crossorigin="anonymous"
|
|
446
|
-
src="https://qbase.cdn-go.cn/lcap/lcap-resource-cdngo/-/release/_npm/@cloudbase/weda-cloud-sdk@1.0.
|
|
446
|
+
src="https://qbase.cdn-go.cn/lcap/lcap-resource-cdngo/-/release/_npm/@cloudbase/weda-cloud-sdk@1.0.17/dist/h5.browser.js"
|
|
447
447
|
></script>
|
|
448
448
|
<script>
|
|
449
449
|
// zxing polifill
|
package/template/mp/package.json
CHANGED