MOBILE-4331 app: Fork Statusbar plugin

main
Pau Ferrer Ocaña 2023-08-29 13:09:10 +02:00
parent db020f18fe
commit 7c97b6aedb
2 changed files with 7 additions and 7 deletions

10
package-lock.json generated
View File

@ -4801,6 +4801,10 @@
"webrtc-adapter": "^3.1.4" "webrtc-adapter": "^3.1.4"
} }
}, },
"@moodlehq/cordova-plugin-statusbar": {
"version": "4.0.0-moodle.1",
"resolved": "git+https://github.com/moodlemobile/cordova-plugin-statusbar.git#5dfcf11cd262da2da466fab740291b434e3abba4"
},
"@moodlehq/cordova-plugin-zip": { "@moodlehq/cordova-plugin-zip": {
"version": "3.1.0-moodle.1", "version": "3.1.0-moodle.1",
"resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-zip/-/cordova-plugin-zip-3.1.0-moodle.1.tgz", "resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-zip/-/cordova-plugin-zip-3.1.0-moodle.1.tgz",
@ -12175,6 +12179,7 @@
}, },
"cordova-plugin-moodleapp": { "cordova-plugin-moodleapp": {
"version": "file:cordova-plugin-moodleapp", "version": "file:cordova-plugin-moodleapp",
"dev": true,
"dependencies": { "dependencies": {
"chokidar-cli": { "chokidar-cli": {
"version": "3.0.0", "version": "3.0.0",
@ -12224,11 +12229,6 @@
"resolved": "https://registry.npmjs.org/cordova-plugin-screen-orientation/-/cordova-plugin-screen-orientation-3.0.3.tgz", "resolved": "https://registry.npmjs.org/cordova-plugin-screen-orientation/-/cordova-plugin-screen-orientation-3.0.3.tgz",
"integrity": "sha512-Dt8lO8BECZfE/pKbYQZ72Wr811fYMScxw7c9v/gJ3etOPCBrgl8xIHOOZu4nY2ehRyxFPtZi3VeGvIG+3DZoZQ==" "integrity": "sha512-Dt8lO8BECZfE/pKbYQZ72Wr811fYMScxw7c9v/gJ3etOPCBrgl8xIHOOZu4nY2ehRyxFPtZi3VeGvIG+3DZoZQ=="
}, },
"cordova-plugin-statusbar": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/cordova-plugin-statusbar/-/cordova-plugin-statusbar-3.0.0.tgz",
"integrity": "sha512-nzkeWeyLA6+1FryzO0aeB6NS8MZ45gnBYeq2VZqfdNbddZEgtpI4XPYdBVxvm9NhcVoJ3tdA1OBnQD9JryoV0Q=="
},
"cordova-plugin-wkuserscript": { "cordova-plugin-wkuserscript": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/cordova-plugin-wkuserscript/-/cordova-plugin-wkuserscript-1.0.1.tgz", "resolved": "https://registry.npmjs.org/cordova-plugin-wkuserscript/-/cordova-plugin-wkuserscript-1.0.1.tgz",

View File

@ -84,6 +84,7 @@
"@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.2", "@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.2",
"@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.11", "@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.11",
"@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5", "@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5",
"@moodlehq/cordova-plugin-statusbar": "4.0.0-moodle.1",
"@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1", "@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1",
"@moodlehq/ionic-native-push": "5.36.0-moodle.2", "@moodlehq/ionic-native-push": "5.36.0-moodle.2",
"@moodlehq/phonegap-plugin-push": "4.0.0-moodle.6", "@moodlehq/phonegap-plugin-push": "4.0.0-moodle.6",
@ -112,7 +113,6 @@
"cordova-plugin-network-information": "^3.0.0", "cordova-plugin-network-information": "^3.0.0",
"cordova-plugin-prevent-override": "^1.0.1", "cordova-plugin-prevent-override": "^1.0.1",
"cordova-plugin-screen-orientation": "^3.0.2", "cordova-plugin-screen-orientation": "^3.0.2",
"cordova-plugin-statusbar": "^3.0.0",
"cordova-plugin-wkuserscript": "^1.0.1", "cordova-plugin-wkuserscript": "^1.0.1",
"cordova-plugin-wkwebview-cookies": "^1.0.1", "cordova-plugin-wkwebview-cookies": "^1.0.1",
"cordova-sqlite-storage": "^6.1.0", "cordova-sqlite-storage": "^6.1.0",
@ -229,7 +229,7 @@
"cordova-plugin-media-capture": {}, "cordova-plugin-media-capture": {},
"cordova-plugin-network-information": {}, "cordova-plugin-network-information": {},
"@moodlehq/cordova-plugin-qrscanner": {}, "@moodlehq/cordova-plugin-qrscanner": {},
"cordova-plugin-statusbar": {}, "@moodlehq/cordova-plugin-statusbar": {},
"cordova-plugin-wkuserscript": {}, "cordova-plugin-wkuserscript": {},
"cordova-plugin-wkwebview-cookies": {}, "cordova-plugin-wkwebview-cookies": {},
"@moodlehq/cordova-plugin-zip": {}, "@moodlehq/cordova-plugin-zip": {},