Skip to content

Commit

Permalink
chore(deps): update @capawesome/capacitor-live-update to 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Aug 10, 2024
1 parent 4f17519 commit 9284f52
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 11 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ npm-debug.log*
/www

/.gradle

# Public and private keys
*.pem
*.crt
4 changes: 3 additions & 1 deletion android/app/src/main/assets/capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
},
"LiveUpdate": {
"appId": "259cba88-20ee-48e4-8dd2-5829d5471702",
"autoCleanup": true
"autoDeleteBundles": true,
"defaultChannel": "test",
"location": "eu"
},
"PrivacyScreen": {
"enable": false,
Expand Down
4 changes: 3 additions & 1 deletion capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
},
"LiveUpdate": {
"appId": "259cba88-20ee-48e4-8dd2-5829d5471702",
"autoCleanup": true
"autoDeleteBundles": true,
"defaultChannel": "test",
"location": "eu"
},
"PrivacyScreen": {
"enable": false,
Expand Down
4 changes: 3 additions & 1 deletion ios/App/App/capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
},
"LiveUpdate": {
"appId": "259cba88-20ee-48e4-8dd2-5829d5471702",
"autoCleanup": true
"autoDeleteBundles": true,
"defaultChannel": "test",
"location": "eu"
},
"PrivacyScreen": {
"enable": false,
Expand Down
4 changes: 2 additions & 2 deletions ios/App/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PODS:
- Cloudinary (= 5.0.0)
- CapawesomeCapacitorFilePicker (6.0.0):
- Capacitor
- CapawesomeCapacitorLiveUpdate (6.0.3):
- CapawesomeCapacitorLiveUpdate (6.3.0):
- Alamofire (~> 5.9.0)
- Capacitor
- SSZipArchive (~> 2.2)
Expand Down Expand Up @@ -171,7 +171,7 @@ SPEC CHECKSUMS:
CapawesomeCapacitorBadge: 3d0f281ad8e4a4f8db8c3d88b7622a7f4c413342
CapawesomeCapacitorCloudinary: 7a7103a57880d215985c242bfebe834b151c2db6
CapawesomeCapacitorFilePicker: 983e8d272d200897cf1c12cf9a62439fa2fb2c35
CapawesomeCapacitorLiveUpdate: 1ed043cd02ce81d545e4a5ab2c1bc7b001eb89ce
CapawesomeCapacitorLiveUpdate: 2dba42b57ad4cc6ef8a0e5911f4d32d1d2404654
CapawesomeCapacitorManagedConfigurations: e6dbcbcf45d7b1f7acfa9b54a02e15201604a803
CapawesomeCapacitorPhotoEditor: 231e03215f026e0c2eeb6de0910e095e4aa0c823
CapawesomeCapacitorScreenOrientation: 82675c41cb616a64630c834b06344515a2849ff3
Expand Down
43 changes: 38 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@capawesome/capacitor-badge": "6.0.0",
"@capawesome/capacitor-cloudinary": "6.0.0",
"@capawesome/capacitor-file-picker": "6.0.0",
"@capawesome/capacitor-live-update": "6.0.3",
"@capawesome/capacitor-live-update": "6.3.0",
"@capawesome/capacitor-managed-configurations": "6.0.0",
"@capawesome/capacitor-photo-editor": "6.0.0",
"@capawesome/capacitor-screen-orientation": "6.0.0",
Expand Down

0 comments on commit 9284f52

Please sign in to comment.