Merge pull request #4284 from dpalou/MOBILE-4732

MOBILE-4732 cordova: Use fork of media-capture plugin
main
Pau Ferrer Ocaña 2025-01-14 15:22:50 +01:00 committed by GitHub
commit 1069e2f45c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 27 additions and 27 deletions

50
package-lock.json generated
View File

@ -47,6 +47,7 @@
"@moodlehq/cordova-plugin-inappbrowser": "6.0.0-moodle.1",
"@moodlehq/cordova-plugin-intent": "2.2.0-moodle.3",
"@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.5",
"@moodlehq/cordova-plugin-media-capture": "5.0.0-moodle.1",
"@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5",
"@moodlehq/cordova-plugin-statusbar": "4.0.0-moodle.3",
"@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1",
@ -72,7 +73,6 @@
"cordova-plugin-geolocation": "^5.0.0",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-local-notification": "1.0.0",
"cordova-plugin-media-capture": "^5.0.0",
"cordova-plugin-network-information": "^3.0.0",
"cordova-plugin-prevent-override": "^1.0.1",
"cordova-plugin-screen-orientation": "^3.0.4",
@ -5403,6 +5403,30 @@
}
}
},
"node_modules/@moodlehq/cordova-plugin-media-capture": {
"version": "5.0.0-moodle.1",
"resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-media-capture/-/cordova-plugin-media-capture-5.0.0-moodle.1.tgz",
"integrity": "sha512-+XtTYLxyxp+wg2GPY1s/ww0im6x4fc2F2zBsdnXLJh84ps4x35x59/uyaCz3l3gjC850P77mQpnpemH2NmdXQw==",
"engines": {
"cordovaDependencies": {
"1.4.4": {
"cordova-ios": ">=4.0.0"
},
"2.0.0": {
"cordova-android": ">=6.3.0"
},
"4.0.0": {
"cordova-android": ">=10.0.0"
},
"5.0.0": {
"cordova-android": ">=12.0.0"
},
"6.0.0": {
"cordova": ">100"
}
}
}
},
"node_modules/@moodlehq/cordova-plugin-qrscanner": {
"version": "3.0.1-moodle.5",
"resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-qrscanner/-/cordova-plugin-qrscanner-3.0.1-moodle.5.tgz",
@ -10988,30 +11012,6 @@
}
}
},
"node_modules/cordova-plugin-media-capture": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/cordova-plugin-media-capture/-/cordova-plugin-media-capture-5.0.0.tgz",
"integrity": "sha512-eI8BNH3lHnWzdcpb+4Gy7mwHbN5fOKyoZfwRC1o7L/9kXiVF7S5aG5gvaga+CUSnrgsbrg4b8pSIfq70lRFrlw==",
"engines": {
"cordovaDependencies": {
"1.4.4": {
"cordova-ios": ">=4.0.0"
},
"2.0.0": {
"cordova-android": ">=6.3.0"
},
"4.0.0": {
"cordova-android": ">=10.0.0"
},
"5.0.0": {
"cordova-android": ">=12.0.0"
},
"6.0.0": {
"cordova": ">100"
}
}
}
},
"node_modules/cordova-plugin-moodleapp": {
"resolved": "cordova-plugin-moodleapp",
"link": true

View File

@ -81,6 +81,7 @@
"@moodlehq/cordova-plugin-inappbrowser": "6.0.0-moodle.1",
"@moodlehq/cordova-plugin-intent": "2.2.0-moodle.3",
"@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.5",
"@moodlehq/cordova-plugin-media-capture": "5.0.0-moodle.1",
"@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5",
"@moodlehq/cordova-plugin-statusbar": "4.0.0-moodle.3",
"@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1",
@ -106,7 +107,6 @@
"cordova-plugin-geolocation": "^5.0.0",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-local-notification": "1.0.0",
"cordova-plugin-media-capture": "^5.0.0",
"cordova-plugin-network-information": "^3.0.0",
"cordova-plugin-prevent-override": "^1.0.1",
"cordova-plugin-screen-orientation": "^3.0.4",
@ -201,6 +201,7 @@
"@moodlehq/cordova-plugin-inappbrowser": {},
"@moodlehq/cordova-plugin-intent": {},
"@moodlehq/cordova-plugin-ionic-webview": {},
"@moodlehq/cordova-plugin-media-capture": {},
"@moodlehq/cordova-plugin-qrscanner": {},
"@moodlehq/cordova-plugin-statusbar": {},
"@moodlehq/cordova-plugin-zip": {},
@ -227,7 +228,6 @@
"cordova-plugin-local-notification": {
"ANDROID_SUPPORT_V4_VERSION": "26.+"
},
"cordova-plugin-media-capture": {},
"cordova-plugin-moodleapp": {},
"cordova-plugin-network-information": {},
"cordova-plugin-prevent-override": {},