@cloudbase/lowcode-builder 1.0.28 → 1.0.31
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.31",
|
|
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.12",
|
|
43
43
|
"axios": "^0.21.0",
|
|
44
44
|
"browserfs": "^1.4.3",
|
|
45
45
|
"browserify-zlib": "^0.2.0",
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
></script>
|
|
462
462
|
<script
|
|
463
463
|
crossorigin
|
|
464
|
-
src="https://qbase.cdn-go.cn/lcap/lcap-resource-cdngo/-/0.1.4/_files/static/weda-render/main.
|
|
464
|
+
src="https://qbase.cdn-go.cn/lcap/lcap-resource-cdngo/-/0.1.4/_files/static/weda-render/main.cc51b443e81a9f4a9c57.bundle.js"
|
|
465
465
|
></script>
|
|
466
466
|
</body>
|
|
467
467
|
</html>
|
package/template/mp/package.json
CHANGED
|
@@ -5,14 +5,15 @@
|
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@cloudbase/weda-client": "0.2.18-alpha.1",
|
|
7
7
|
"@cloudbase/weda-cloud-sdk": "1.0.15",
|
|
8
|
-
|
|
8
|
+
"@cloudbase/oauth": "0.1.1-alpha.5",
|
|
9
9
|
"mobx": "^5.15.4",
|
|
10
10
|
"lodash.get": "^4.4.2",
|
|
11
11
|
"lodash.set": "^4.3.2",
|
|
12
12
|
"miniprogram-gesture": "^1.0.6",
|
|
13
13
|
"miniprogram-api-promise": "^1.0.4"<% Object.keys(extraDeps).map(depName => {%>,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
"<%= depName%>": "<%= extraDeps[depName]%>"<%
|
|
15
|
+
})
|
|
16
|
+
%>
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
|
+
|