diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-08-23 14:08:03 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-08-23 14:08:03 -0400 |
| commit | e9e73b9791d5b4c28d5bac4072c6823436ecb3b1 (patch) | |
| tree | dbb7e73a53d665f2ace4c7b871ea8b818813609a /package.json | |
| parent | 973224528e4ff94c6187bc94792b53fb8bb1a6e6 (diff) | |
https://youtu.be/9MVziVfYz2w?t=12. I did rm -rf dist ** npm run dist-all instead of rm -rf dist && npm run dist-all
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/package.json b/package.json index a67229ec..f73b90e4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zmninjapro", "description": "Home security mobile app for ZoneMinder", - "version": "1.3.076", + "version": "1.3.078", "displayName": "zmNinja", "author": "Pliable Pixels", "license": "custom see LICENSE.md", @@ -11,7 +11,6 @@ "android" ], "plugins": { - "cordova-plugin-add-swift-support": {}, "cordova-plugin-android-permissions": {}, "cordova-plugin-app-version": {}, "cordova-plugin-customurlscheme": { @@ -42,7 +41,9 @@ "ANDROID_BACKUP_SERVICE_KEY": "AEdPqrEAAAAIqF-OaHdwIzZhx2L1WOfAGTagBxm5a1R4wBW_Uw" }, "cordova-plugin-ionic-keyboard": {}, - "cordova-plugin-advanced-http": {}, + "cordova-plugin-advanced-http": { + "OKHTTP_VERSION": "3.10.0" + }, "cordova-plugin-x-socialsharing": { "ANDROID_SUPPORT_V4_VERSION": "24.1.1+" }, @@ -52,14 +53,15 @@ }, "cordova-custom-config": {}, "cordova-plugin-advanced-websocket": {}, + "cordova-plugin-splashscreen": {}, + "cordova-plugin-media-pp-fork": {}, + "cordova-plugin-add-swift-support": {}, "cordova-plugin-photo-library": { - "PHOTO_LIBRARY_USAGE_DESCRIPTION": "Save monitor photos to albums " + "PHOTO_LIBRARY_USAGE_DESCRIPTION": " " }, - "cordova-plugin-splashscreen": {}, "cordova-plugin-ionic-webview": { "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" - }, - "cordova-plugin-media-pp-fork": {} + } } }, "dependencies": { @@ -68,7 +70,7 @@ "cordova-custom-config": "^5.1.0", "cordova-ios": "4.5.5", "cordova-library-helper-pp-fork": "^1.0.1", - "cordova-plugin-add-swift-support": "^1.7.2", + "cordova-plugin-add-swift-support": "1.7.2", "cordova-plugin-advanced-http": "git+https://github.com/silkimen/cordova-plugin-advanced-http.git", "cordova-plugin-advanced-websocket": "^1.1.5", "cordova-plugin-android-fingerprint-auth": "^1.5.0", @@ -76,8 +78,8 @@ "cordova-plugin-app-version": "^0.1.9", "cordova-plugin-cloud-settings": "^1.0.4", "cordova-plugin-customurlscheme": "^4.4.0", - "cordova-plugin-device": "^2.0.2", - "cordova-plugin-file": "^6.0.1", + "cordova-plugin-device": "^2.0.3", + "cordova-plugin-file": "6.0.2", "cordova-plugin-file-transfer": "^1.7.1", "cordova-plugin-globalization": "^1.11.0", "cordova-plugin-ignore-lint-translation": "0.0.1", @@ -87,14 +89,14 @@ "cordova-plugin-ionic-webview": "git+https://github.com/pliablepixels/cordova-plugin-ionic-webview.git", "cordova-plugin-media-pp-fork": "^1.0.2-dev", "cordova-plugin-multi-window": "0.0.3", - "cordova-plugin-network-information": "^2.0.1", - "cordova-plugin-photo-library": "git+https://github.com/nilebma/cordova-plugin-photo-library.git", + "cordova-plugin-network-information": "^2.0.2", + "cordova-plugin-photo-library": "git+https://github.com/pliablepixels/cordova-plugin-photo-library.git", "cordova-plugin-pin-dialog": "^0.1.3", "cordova-plugin-splashscreen": "git+https://github.com/prageeth/cordova-plugin-splashscreen.git", - "cordova-plugin-statusbar": "^2.4.2", + "cordova-plugin-statusbar": "^2.4.3", "cordova-plugin-touch-id": "^3.4.0", - "cordova-plugin-whitelist": "^1.3.3", - "cordova-plugin-x-socialsharing": "^5.4.4", + "cordova-plugin-whitelist": "^1.3.4", + "cordova-plugin-x-socialsharing": "^5.4.7", "cordova-sqlite-storage": "^1.5.3", "cordova-support-google-services": "^1.1.0", "deep-equal": "^1.0.1", |
