Merge pull request #3205 from NoelDeMartin/MOBILE-3833
MOBILE-3833 core: Update push notifications pluginmain
commit
caf2375dcd
|
@ -49,7 +49,7 @@
|
||||||
"@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.3",
|
"@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.3",
|
||||||
"@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.2",
|
"@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.2",
|
||||||
"@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1",
|
"@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1",
|
||||||
"@moodlehq/phonegap-plugin-push": "2.0.0-moodle.2",
|
"@moodlehq/phonegap-plugin-push": "2.0.0-moodle.3",
|
||||||
"@ngx-translate/core": "13.0.0",
|
"@ngx-translate/core": "13.0.0",
|
||||||
"@ngx-translate/http-loader": "6.0.0",
|
"@ngx-translate/http-loader": "6.0.0",
|
||||||
"@types/chart.js": "2.9.31",
|
"@types/chart.js": "2.9.31",
|
||||||
|
@ -5175,9 +5175,9 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"node_modules/@moodlehq/phonegap-plugin-push": {
|
"node_modules/@moodlehq/phonegap-plugin-push": {
|
||||||
"version": "2.0.0-moodle.2",
|
"version": "2.0.0-moodle.3",
|
||||||
"resolved": "https://registry.npmjs.org/@moodlehq/phonegap-plugin-push/-/phonegap-plugin-push-2.0.0-moodle.2.tgz",
|
"resolved": "https://registry.npmjs.org/@moodlehq/phonegap-plugin-push/-/phonegap-plugin-push-2.0.0-moodle.3.tgz",
|
||||||
"integrity": "sha512-a1ZR36vOy0Gu0yaX2T+PODlNSQcIUuHMNzPZ/kn4I+cV+hyPwAw1LmdGQDdxfABAGKWCvtzwUyYs1T/NCz2fRQ==",
|
"integrity": "sha512-J5V/uElS6DDCFXQKCpnwEBTi2JlfbOGFWOpOicOrua+fGupmh4uj65zxBajtNwZghDbvQ2HKtmT2++obJ+DKEg==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"cordovaDependencies": {
|
"cordovaDependencies": {
|
||||||
"1.0.0": {
|
"1.0.0": {
|
||||||
|
@ -35278,9 +35278,9 @@
|
||||||
"integrity": "sha512-QD5S6bsm6awJrNMb8YN/vkYghKAMfZMHccdimx6s1i5S9fgZUSf7L477NJqjFu62imVZYJIJuavBbw5fR/562w=="
|
"integrity": "sha512-QD5S6bsm6awJrNMb8YN/vkYghKAMfZMHccdimx6s1i5S9fgZUSf7L477NJqjFu62imVZYJIJuavBbw5fR/562w=="
|
||||||
},
|
},
|
||||||
"@moodlehq/phonegap-plugin-push": {
|
"@moodlehq/phonegap-plugin-push": {
|
||||||
"version": "2.0.0-moodle.2",
|
"version": "2.0.0-moodle.3",
|
||||||
"resolved": "https://registry.npmjs.org/@moodlehq/phonegap-plugin-push/-/phonegap-plugin-push-2.0.0-moodle.2.tgz",
|
"resolved": "https://registry.npmjs.org/@moodlehq/phonegap-plugin-push/-/phonegap-plugin-push-2.0.0-moodle.3.tgz",
|
||||||
"integrity": "sha512-a1ZR36vOy0Gu0yaX2T+PODlNSQcIUuHMNzPZ/kn4I+cV+hyPwAw1LmdGQDdxfABAGKWCvtzwUyYs1T/NCz2fRQ=="
|
"integrity": "sha512-J5V/uElS6DDCFXQKCpnwEBTi2JlfbOGFWOpOicOrua+fGupmh4uj65zxBajtNwZghDbvQ2HKtmT2++obJ+DKEg=="
|
||||||
},
|
},
|
||||||
"@netflix/nerror": {
|
"@netflix/nerror": {
|
||||||
"version": "1.1.3",
|
"version": "1.1.3",
|
||||||
|
|
|
@ -78,7 +78,7 @@
|
||||||
"@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.3",
|
"@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.3",
|
||||||
"@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.2",
|
"@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.2",
|
||||||
"@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1",
|
"@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1",
|
||||||
"@moodlehq/phonegap-plugin-push": "2.0.0-moodle.2",
|
"@moodlehq/phonegap-plugin-push": "2.0.0-moodle.3",
|
||||||
"@ngx-translate/core": "13.0.0",
|
"@ngx-translate/core": "13.0.0",
|
||||||
"@ngx-translate/http-loader": "6.0.0",
|
"@ngx-translate/http-loader": "6.0.0",
|
||||||
"@types/chart.js": "2.9.31",
|
"@types/chart.js": "2.9.31",
|
||||||
|
|
Loading…
Reference in New Issue