@cloudbase/framework-plugin-low-code 1.7.64 → 1.7.65
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/lib/index.d.ts +4 -4
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -7,10 +7,10 @@ export declare const DIST_PATH = "./dist";
|
|
|
7
7
|
declare const DEFAULT_INPUTS: {
|
|
8
8
|
_inputFile: string;
|
|
9
9
|
debug: boolean;
|
|
10
|
-
runtime:
|
|
10
|
+
runtime: RUNTIME;
|
|
11
11
|
appId: string;
|
|
12
|
-
buildTypeList:
|
|
13
|
-
generateMpType:
|
|
12
|
+
buildTypeList: BuildType[];
|
|
13
|
+
generateMpType: GenerateMpType;
|
|
14
14
|
generateMpPath: string;
|
|
15
15
|
subAppSerializeDataList: never[];
|
|
16
16
|
dependencies: never[];
|
|
@@ -23,7 +23,7 @@ declare const DEFAULT_INPUTS: {
|
|
|
23
23
|
mpAppId: string;
|
|
24
24
|
mpDeployPrivateKey: string;
|
|
25
25
|
deployOptions: {
|
|
26
|
-
mode:
|
|
26
|
+
mode: string;
|
|
27
27
|
};
|
|
28
28
|
calsVersion: string;
|
|
29
29
|
ignoreInstall: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudbase/framework-plugin-low-code",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.65",
|
|
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",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@cloudbase/framework-core": "1.9.7",
|
|
39
39
|
"@cloudbase/framework-plugin-auth": "1.9.7",
|
|
40
40
|
"@cloudbase/framework-plugin-website": "1.9.7",
|
|
41
|
-
"@cloudbase/lowcode-builder": "^1.10.
|
|
41
|
+
"@cloudbase/lowcode-builder": "^1.10.13",
|
|
42
42
|
"@cloudbase/lowcode-deployer": "^1.3.16",
|
|
43
43
|
"archiver": "^4.0.1",
|
|
44
44
|
"cos-nodejs-sdk-v5": "^2.14.3",
|