@saltcorn/mobile-builder 1.5.0-beta.3 → 1.5.0-beta.5

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.
@@ -195,9 +195,9 @@ class CapacitorHelper {
195
195
  buildType: this.buildType,
196
196
  appVersion: this.appVersion,
197
197
  serverDomain: (0, common_build_utils_1.extractDomain)(this.serverURL),
198
- keyStoreFile: this.keyStoreFile,
199
- keyStoreAlias: this.keyStoreAlias,
200
- keyStorePassword: this.keyStorePassword,
198
+ keystoreFile: this.keyStoreFile,
199
+ keystoreAlias: this.keyStoreAlias,
200
+ keystorePassword: this.keyStorePassword,
201
201
  permissions: (0, common_build_utils_1.androidPermissions)(),
202
202
  features: (0, common_build_utils_1.androidFeatures)(),
203
203
  };
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.5.0-beta.3",
6
+ "version": "1.5.0-beta.5",
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.5.0-beta.3",
14
- "@saltcorn/data": "1.5.0-beta.3",
15
- "@saltcorn/db-common": "1.5.0-beta.3",
16
- "@saltcorn/server": "1.5.0-beta.3",
17
- "@saltcorn/base-plugin": "1.5.0-beta.3",
18
- "@saltcorn/sbadmin2": "1.5.0-beta.3",
19
- "@saltcorn/mobile-app": "1.5.0-beta.3",
13
+ "@saltcorn/markup": "1.5.0-beta.5",
14
+ "@saltcorn/data": "1.5.0-beta.5",
15
+ "@saltcorn/db-common": "1.5.0-beta.5",
16
+ "@saltcorn/server": "1.5.0-beta.5",
17
+ "@saltcorn/base-plugin": "1.5.0-beta.5",
18
+ "@saltcorn/sbadmin2": "1.5.0-beta.5",
19
+ "@saltcorn/mobile-app": "1.5.0-beta.5",
20
20
  "fs-extra": "^11.3.0",
21
21
  "live-plugin-manager": "^1.0.0",
22
22
  "resize-with-sharp-or-jimp": "0.1.8",