@saltcorn/mobile-builder 0.8.6-beta.14 → 0.8.6-beta.16
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/docker/Dockerfile +1 -1
- package/package.json +8 -8
package/docker/Dockerfile
CHANGED
|
@@ -16,7 +16,7 @@ RUN android_sdk/cmdline-tools/latest/bin/sdkmanager "build-tools;30.0.3"
|
|
|
16
16
|
RUN wget -q https://services.gradle.org/distributions/gradle-7.1.1-all.zip \
|
|
17
17
|
&& unzip gradle-7.1.1-all.zip -d /opt
|
|
18
18
|
|
|
19
|
-
RUN npm install -g cordova
|
|
19
|
+
RUN npm install -g cordova@11.1.0
|
|
20
20
|
|
|
21
21
|
# create an empty project, the first init seems to take longer
|
|
22
22
|
WORKDIR /init_project
|
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": "0.8.6-beta.
|
|
6
|
+
"version": "0.8.6-beta.16",
|
|
7
7
|
"author": "Christian Hugo",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"build": "webpack --mode development",
|
|
10
10
|
"postinstall": "node ./docker/post-installer.js"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@saltcorn/markup": "0.8.6-beta.
|
|
14
|
-
"@saltcorn/data": "0.8.6-beta.
|
|
15
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
16
|
-
"@saltcorn/server": "0.8.6-beta.
|
|
17
|
-
"@saltcorn/base-plugin": "0.8.6-beta.
|
|
18
|
-
"@saltcorn/sbadmin2": "0.8.6-beta.
|
|
19
|
-
"@saltcorn/mobile-app": "0.8.6-beta.
|
|
13
|
+
"@saltcorn/markup": "0.8.6-beta.16",
|
|
14
|
+
"@saltcorn/data": "0.8.6-beta.16",
|
|
15
|
+
"@saltcorn/db-common": "0.8.6-beta.16",
|
|
16
|
+
"@saltcorn/server": "0.8.6-beta.16",
|
|
17
|
+
"@saltcorn/base-plugin": "0.8.6-beta.16",
|
|
18
|
+
"@saltcorn/sbadmin2": "0.8.6-beta.16",
|
|
19
|
+
"@saltcorn/mobile-app": "0.8.6-beta.16",
|
|
20
20
|
"fs-extra": "^10.0.1",
|
|
21
21
|
"live-plugin-manager": "^0.17.1",
|
|
22
22
|
"webpack-merge": "^5.8.0",
|