@saltcorn/mobile-builder 1.6.0-alpha.3 → 1.6.0-alpha.4
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/dist/mobile-builder.d.ts +1 -1
- package/package.json +8 -8
package/dist/mobile-builder.d.ts
CHANGED
|
@@ -104,7 +104,7 @@ export declare class MobileBuilder {
|
|
|
104
104
|
*
|
|
105
105
|
*/
|
|
106
106
|
fullBuild(): Promise<number | null>;
|
|
107
|
-
prepareStep(): Promise<
|
|
107
|
+
prepareStep(): Promise<1 | 0>;
|
|
108
108
|
finishStep(): Promise<number | null>;
|
|
109
109
|
private handleIosPlatform;
|
|
110
110
|
private handleAndroidPlatform;
|
package/package.json
CHANGED
|
@@ -3,20 +3,20 @@
|
|
|
3
3
|
"description": "plugin to to build a mobile app from a tenant application",
|
|
4
4
|
"homepage": "https://saltcorn.com",
|
|
5
5
|
"repository": "github:saltcorn/saltcorn",
|
|
6
|
-
"version": "1.6.0-alpha.
|
|
6
|
+
"version": "1.6.0-alpha.4",
|
|
7
7
|
"author": "Christian Hugo",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"test": "jest ./tests/ --runInBand",
|
|
10
10
|
"build": "webpack --mode development"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@saltcorn/markup": "1.6.0-alpha.
|
|
14
|
-
"@saltcorn/data": "1.6.0-alpha.
|
|
15
|
-
"@saltcorn/db-common": "1.6.0-alpha.
|
|
16
|
-
"@saltcorn/server": "1.6.0-alpha.
|
|
17
|
-
"@saltcorn/base-plugin": "1.6.0-alpha.
|
|
18
|
-
"@saltcorn/sbadmin2": "1.6.0-alpha.
|
|
19
|
-
"@saltcorn/mobile-app": "1.6.0-alpha.
|
|
13
|
+
"@saltcorn/markup": "1.6.0-alpha.4",
|
|
14
|
+
"@saltcorn/data": "1.6.0-alpha.4",
|
|
15
|
+
"@saltcorn/db-common": "1.6.0-alpha.4",
|
|
16
|
+
"@saltcorn/server": "1.6.0-alpha.4",
|
|
17
|
+
"@saltcorn/base-plugin": "1.6.0-alpha.4",
|
|
18
|
+
"@saltcorn/sbadmin2": "1.6.0-alpha.4",
|
|
19
|
+
"@saltcorn/mobile-app": "1.6.0-alpha.4",
|
|
20
20
|
"fs-extra": "^11.3.3",
|
|
21
21
|
"live-plugin-manager": "^1.0.0",
|
|
22
22
|
"resize-with-sharp-or-jimp": "0.1.8",
|