commit
a4143226b3
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<widget android-versionCode="45002" id="com.moodle.moodlemobile" ios-CFBundleVersion="4.5.0.2" version="4.5.0" versionCode="45002" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||
<widget android-versionCode="50000" id="com.moodle.moodlemobile" ios-CFBundleVersion="5.0.0.0" version="5.0.0" versionCode="50000" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||
<name>Moodle</name>
|
||||
<description>Moodle official app</description>
|
||||
<author email="mobile@moodle.com" href="http://moodle.com">Moodle Mobile team</author>
|
||||
|
@ -28,7 +28,7 @@
|
|||
<preference name="UIWebViewBounce" value="false" />
|
||||
<preference name="DisallowOverscroll" value="true" />
|
||||
<preference name="prerendered-icon" value="true" />
|
||||
<preference name="AppendUserAgent" value="MoodleMobile 4.5.0 (45002)" />
|
||||
<preference name="AppendUserAgent" value="MoodleMobile 5.0.0 (50000)" />
|
||||
<preference name="BackupWebStorage" value="none" />
|
||||
<preference name="ScrollEnabled" value="false" />
|
||||
<preference name="KeyboardDisplayRequiresUserAction" value="false" />
|
||||
|
@ -91,7 +91,7 @@
|
|||
<true />
|
||||
</edit-config>
|
||||
<edit-config file="*-Info.plist" mode="merge" target="CFBundleShortVersionString">
|
||||
<string>4.5.0</string>
|
||||
<string>5.0.0</string>
|
||||
</edit-config>
|
||||
<edit-config file="*-Info.plist" mode="overwrite" target="CFBundleLocalizations">
|
||||
<array>
|
||||
|
|
|
@ -8,10 +8,10 @@
|
|||
"name": "cordova-plugin-moodleapp",
|
||||
"version": "0.0.0",
|
||||
"devDependencies": {
|
||||
"chokidar-cli": "3.0.0",
|
||||
"concurrently": "8.2.2",
|
||||
"esbuild": "0.18.20",
|
||||
"typescript": "5.5.3"
|
||||
"chokidar-cli": "^3.0.0",
|
||||
"concurrently": "^8.2.2",
|
||||
"esbuild": "^0.18.20",
|
||||
"typescript": "^5.5.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@babel/runtime": {
|
||||
|
|
|
@ -11,9 +11,9 @@
|
|||
"lint": "tsc --noEmit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chokidar-cli": "3.0.0",
|
||||
"concurrently": "8.2.2",
|
||||
"esbuild": "0.18.20",
|
||||
"typescript": "5.5.3"
|
||||
"chokidar-cli": "^3.0.0",
|
||||
"concurrently": "^8.2.2",
|
||||
"esbuild": "^0.18.20",
|
||||
"typescript": "^5.5.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"app_id": "com.moodle.moodlemobile",
|
||||
"appname": "Moodle Mobile",
|
||||
"versioncode": 45002,
|
||||
"versionname": "4.5.0",
|
||||
"versioncode": 50000,
|
||||
"versionname": "5.0.0",
|
||||
"cache_update_frequency_usually": 420000,
|
||||
"cache_update_frequency_often": 1200000,
|
||||
"cache_update_frequency_sometimes": 3600000,
|
||||
|
|
|
@ -1,45 +1,45 @@
|
|||
{
|
||||
"name": "moodlemobile",
|
||||
"version": "4.5.0",
|
||||
"version": "5.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "moodlemobile",
|
||||
"version": "4.5.0",
|
||||
"version": "5.0.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@angular/animations": "17.3.12",
|
||||
"@angular/common": "17.3.12",
|
||||
"@angular/compiler": "17.3.12",
|
||||
"@angular/core": "17.3.12",
|
||||
"@angular/forms": "17.3.12",
|
||||
"@angular/platform-browser": "17.3.12",
|
||||
"@angular/platform-browser-dynamic": "17.3.12",
|
||||
"@angular/router": "17.3.12",
|
||||
"@awesome-cordova-plugins/badge": "6.9.0",
|
||||
"@awesome-cordova-plugins/camera": "6.9.0",
|
||||
"@awesome-cordova-plugins/clipboard": "6.9.0",
|
||||
"@awesome-cordova-plugins/core": "6.9.0",
|
||||
"@awesome-cordova-plugins/device": "6.9.0",
|
||||
"@awesome-cordova-plugins/file": "6.9.0",
|
||||
"@awesome-cordova-plugins/file-opener": "6.9.0",
|
||||
"@awesome-cordova-plugins/geolocation": "6.9.0",
|
||||
"@awesome-cordova-plugins/http": "6.9.0",
|
||||
"@awesome-cordova-plugins/in-app-browser": "6.9.0",
|
||||
"@awesome-cordova-plugins/ionic-webview": "6.9.0",
|
||||
"@awesome-cordova-plugins/keyboard": "6.9.0",
|
||||
"@awesome-cordova-plugins/local-notifications": "6.9.0",
|
||||
"@awesome-cordova-plugins/media-capture": "6.9.0",
|
||||
"@awesome-cordova-plugins/network": "6.9.0",
|
||||
"@awesome-cordova-plugins/push": "6.9.0",
|
||||
"@awesome-cordova-plugins/splash-screen": "6.9.0",
|
||||
"@awesome-cordova-plugins/sqlite": "6.9.0",
|
||||
"@awesome-cordova-plugins/status-bar": "6.9.0",
|
||||
"@awesome-cordova-plugins/web-intent": "6.9.0",
|
||||
"@ionic/angular": "8.3.1",
|
||||
"@ionic/cordova-builders": "11.0.0",
|
||||
"@angular/animations": "^17.3.12",
|
||||
"@angular/common": "^17.3.12",
|
||||
"@angular/compiler": "^17.3.12",
|
||||
"@angular/core": "^17.3.12",
|
||||
"@angular/forms": "^17.3.12",
|
||||
"@angular/platform-browser": "^17.3.12",
|
||||
"@angular/platform-browser-dynamic": "^17.3.12",
|
||||
"@angular/router": "^17.3.12",
|
||||
"@awesome-cordova-plugins/badge": "^6.9.0",
|
||||
"@awesome-cordova-plugins/camera": "^6.9.0",
|
||||
"@awesome-cordova-plugins/clipboard": "^6.9.0",
|
||||
"@awesome-cordova-plugins/core": "^6.9.0",
|
||||
"@awesome-cordova-plugins/device": "^6.9.0",
|
||||
"@awesome-cordova-plugins/file": "^6.9.0",
|
||||
"@awesome-cordova-plugins/file-opener": "^6.9.0",
|
||||
"@awesome-cordova-plugins/geolocation": "^6.9.0",
|
||||
"@awesome-cordova-plugins/http": "^6.9.0",
|
||||
"@awesome-cordova-plugins/in-app-browser": "^6.9.0",
|
||||
"@awesome-cordova-plugins/ionic-webview": "^6.9.0",
|
||||
"@awesome-cordova-plugins/keyboard": "^6.9.0",
|
||||
"@awesome-cordova-plugins/local-notifications": "^6.9.0",
|
||||
"@awesome-cordova-plugins/media-capture": "^6.9.0",
|
||||
"@awesome-cordova-plugins/network": "^6.9.0",
|
||||
"@awesome-cordova-plugins/push": "^6.9.0",
|
||||
"@awesome-cordova-plugins/splash-screen": "^6.9.0",
|
||||
"@awesome-cordova-plugins/sqlite": "^6.9.0",
|
||||
"@awesome-cordova-plugins/status-bar": "^6.9.0",
|
||||
"@awesome-cordova-plugins/web-intent": "^6.9.0",
|
||||
"@ionic/angular": "^8.3.1",
|
||||
"@ionic/cordova-builders": "^11.0.0",
|
||||
"@moodlehq/cordova-plugin-advanced-http": "3.3.1-moodle.1",
|
||||
"@moodlehq/cordova-plugin-camera": "7.0.0-moodle.1",
|
||||
"@moodlehq/cordova-plugin-file-opener": "4.0.0-moodle.1",
|
||||
|
@ -51,101 +51,101 @@
|
|||
"@moodlehq/cordova-plugin-statusbar": "4.0.0-moodle.3",
|
||||
"@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1",
|
||||
"@moodlehq/phonegap-plugin-push": "4.0.0-moodle.10",
|
||||
"@ngx-translate/core": "15.0.0",
|
||||
"@ngx-translate/http-loader": "8.0.0",
|
||||
"@sqlite.org/sqlite-wasm": "3.45.0-build1",
|
||||
"@types/chart.js": "2.9.41",
|
||||
"@ngx-translate/core": "^15.0.0",
|
||||
"@ngx-translate/http-loader": "^8.0.0",
|
||||
"@sqlite.org/sqlite-wasm": "^3.45.0-build1",
|
||||
"@types/chart.js": "^2.9.41",
|
||||
"@types/cordova": "0.0.34",
|
||||
"@types/dom-mediacapture-record": "1.0.7",
|
||||
"chart.js": "2.9.4",
|
||||
"cordova": "12.0.0",
|
||||
"cordova-android": "12.0.1",
|
||||
"cordova-clipboard": "1.3.0",
|
||||
"cordova-ios": "7.1.1",
|
||||
"cordova-plugin-add-swift-support": "2.0.2",
|
||||
"cordova-plugin-androidx-adapter": "1.1.3",
|
||||
"cordova-plugin-badge": "0.8.9",
|
||||
"cordova-plugin-chooser": "1.3.2",
|
||||
"cordova-plugin-customurlscheme": "5.0.2",
|
||||
"cordova-plugin-device": "2.1.0",
|
||||
"cordova-plugin-file": "8.1.0",
|
||||
"cordova-plugin-geolocation": "5.0.0",
|
||||
"cordova-plugin-ionic-keyboard": "2.2.0",
|
||||
"chart.js": "^2.9.4",
|
||||
"cordova": "^12.0.0",
|
||||
"cordova-android": "^12.0.1",
|
||||
"cordova-clipboard": "^1.3.0",
|
||||
"cordova-ios": "^7.1.1",
|
||||
"cordova-plugin-add-swift-support": "^2.0.2",
|
||||
"cordova-plugin-androidx-adapter": "^1.1.3",
|
||||
"cordova-plugin-badge": "^0.8.9",
|
||||
"cordova-plugin-chooser": "^1.3.2",
|
||||
"cordova-plugin-customurlscheme": "^5.0.2",
|
||||
"cordova-plugin-device": "^2.1.0",
|
||||
"cordova-plugin-file": "^8.1.0",
|
||||
"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",
|
||||
"cordova-plugin-wkuserscript": "1.0.1",
|
||||
"cordova-plugin-wkwebview-cookies": "1.0.1",
|
||||
"cordova-sqlite-storage": "6.1.0",
|
||||
"core-js": "3.38.1",
|
||||
"es6-promise-plugin": "4.2.2",
|
||||
"ionicons": "7.4.0",
|
||||
"jszip": "3.10.1",
|
||||
"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",
|
||||
"cordova-plugin-wkuserscript": "^1.0.1",
|
||||
"cordova-plugin-wkwebview-cookies": "^1.0.1",
|
||||
"cordova-sqlite-storage": "^6.1.0",
|
||||
"core-js": "^3.38.1",
|
||||
"es6-promise-plugin": "^4.2.2",
|
||||
"ionicons": "^7.4.0",
|
||||
"jszip": "^3.10.1",
|
||||
"mathjax": "2.7.9",
|
||||
"moment": "2.30.1",
|
||||
"moment-timezone": "0.5.45",
|
||||
"moment": "^2.30.1",
|
||||
"moment-timezone": "^0.5.45",
|
||||
"mp3-mediarecorder": "4.0.5",
|
||||
"nl.kingsquare.cordova.background-audio": "1.0.1",
|
||||
"ogv": "1.9.0",
|
||||
"rxjs": "7.8.1",
|
||||
"swiper": "11.1.14",
|
||||
"ts-md5": "1.3.1",
|
||||
"tslib": "2.7.0",
|
||||
"video.js": "7.21.6",
|
||||
"zone.js": "0.14.10"
|
||||
"nl.kingsquare.cordova.background-audio": "^1.0.1",
|
||||
"ogv": "^1.9.0",
|
||||
"rxjs": "~7.8.1",
|
||||
"swiper": "^11.1.14",
|
||||
"ts-md5": "^1.3.1",
|
||||
"tslib": "^2.7.0",
|
||||
"video.js": "^7.21.6",
|
||||
"zone.js": "~0.14.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-builders/custom-webpack": "17.0.2",
|
||||
"@angular-devkit/build-angular": "17.3.10",
|
||||
"@angular-eslint/builder": "17.5.3",
|
||||
"@angular-eslint/eslint-plugin": "17.5.3",
|
||||
"@angular-eslint/eslint-plugin-template": "17.5.3",
|
||||
"@angular-eslint/schematics": "17.5.3",
|
||||
"@angular-eslint/template-parser": "17.5.3",
|
||||
"@angular/cli": "17.3.10",
|
||||
"@angular/compiler-cli": "17.3.12",
|
||||
"@angular/language-service": "17.3.12",
|
||||
"@ionic/angular-toolkit": "11.0.1",
|
||||
"@ionic/cli": "7.2.0",
|
||||
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
|
||||
"@types/faker": "5.5.9",
|
||||
"@types/jest": "26.0.24",
|
||||
"@types/node": "18.19.53",
|
||||
"@types/resize-observer-browser": "0.1.11",
|
||||
"@types/webpack-env": "1.18.5",
|
||||
"@typescript-eslint/eslint-plugin": "6.21.0",
|
||||
"@typescript-eslint/parser": "6.21.0",
|
||||
"check-es-compat": "3.2.1",
|
||||
"circular-dependency-plugin": "5.2.2",
|
||||
"concurrently": "8.2.2",
|
||||
"@angular-builders/custom-webpack": "^17.0.2",
|
||||
"@angular-devkit/build-angular": "^17.3.10",
|
||||
"@angular-eslint/builder": "^17.5.3",
|
||||
"@angular-eslint/eslint-plugin": "^17.5.3",
|
||||
"@angular-eslint/eslint-plugin-template": "^17.5.3",
|
||||
"@angular-eslint/schematics": "^17.5.3",
|
||||
"@angular-eslint/template-parser": "^17.5.3",
|
||||
"@angular/cli": "^17.3.10",
|
||||
"@angular/compiler-cli": "^17.3.12",
|
||||
"@angular/language-service": "^17.3.12",
|
||||
"@ionic/angular-toolkit": "^11.0.1",
|
||||
"@ionic/cli": "^7.2.0",
|
||||
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
|
||||
"@types/faker": "^5.5.9",
|
||||
"@types/jest": "^26.0.24",
|
||||
"@types/node": "^18.19.53",
|
||||
"@types/resize-observer-browser": "^0.1.11",
|
||||
"@types/webpack-env": "^1.18.5",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"@typescript-eslint/parser": "^6.21.0",
|
||||
"check-es-compat": "^3.2.1",
|
||||
"circular-dependency-plugin": "^5.2.2",
|
||||
"concurrently": "^8.2.2",
|
||||
"cordova-plugin-moodleapp": "file:cordova-plugin-moodleapp",
|
||||
"cross-env": "7.0.3",
|
||||
"eslint": "8.57.1",
|
||||
"eslint-plugin-deprecation": "2.0.0",
|
||||
"eslint-plugin-header": "3.1.1",
|
||||
"eslint-plugin-jest": "27.9.0",
|
||||
"eslint-plugin-jsdoc": "46.10.1",
|
||||
"eslint-plugin-prefer-arrow": "1.2.3",
|
||||
"eslint-plugin-promise": "6.6.0",
|
||||
"faker": "5.5.3",
|
||||
"fs-extra": "9.1.0",
|
||||
"gulp": "5.0.0",
|
||||
"gulp-clip-empty-files": "0.1.2",
|
||||
"gulp-slash": "1.1.3",
|
||||
"jest": "29.7.0",
|
||||
"jest-preset-angular": "13.1.6",
|
||||
"jsonc-parser": "2.3.1",
|
||||
"minimatch": "9.0.5",
|
||||
"native-run": "2.0.1",
|
||||
"nyc": "15.1.0",
|
||||
"patch-package": "6.5.1",
|
||||
"terser-webpack-plugin": "5.3.10",
|
||||
"ts-jest": "29.2.5",
|
||||
"ts-node": "8.10.2",
|
||||
"typescript": "5.3.3",
|
||||
"vinyl": "3.0.0"
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-plugin-deprecation": "^2.0.0",
|
||||
"eslint-plugin-header": "^3.1.1",
|
||||
"eslint-plugin-jest": "^27.9.0",
|
||||
"eslint-plugin-jsdoc": "^46.10.1",
|
||||
"eslint-plugin-prefer-arrow": "^1.2.3",
|
||||
"eslint-plugin-promise": "^6.6.0",
|
||||
"faker": "^5.5.3",
|
||||
"fs-extra": "^9.1.0",
|
||||
"gulp": "^5.0.0",
|
||||
"gulp-clip-empty-files": "^0.1.2",
|
||||
"gulp-slash": "^1.1.3",
|
||||
"jest": "^29.7.0",
|
||||
"jest-preset-angular": "^13.1.6",
|
||||
"jsonc-parser": "^2.3.1",
|
||||
"minimatch": "^9.0.5",
|
||||
"native-run": "^2.0.1",
|
||||
"nyc": "^15.1.0",
|
||||
"patch-package": "^6.5.1",
|
||||
"terser-webpack-plugin": "^5.3.10",
|
||||
"ts-jest": "^29.2.5",
|
||||
"ts-node": "^8.10.2",
|
||||
"typescript": "~5.3.3",
|
||||
"vinyl": "^3.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.18.2 <19"
|
||||
|
@ -155,10 +155,10 @@
|
|||
"version": "0.0.0",
|
||||
"dev": true,
|
||||
"devDependencies": {
|
||||
"chokidar-cli": "3.0.0",
|
||||
"concurrently": "8.2.2",
|
||||
"esbuild": "0.18.20",
|
||||
"typescript": "5.5.3"
|
||||
"chokidar-cli": "^3.0.0",
|
||||
"concurrently": "^8.2.2",
|
||||
"esbuild": "^0.18.20",
|
||||
"typescript": "^5.5.3"
|
||||
}
|
||||
},
|
||||
"cordova-plugin-moodleapp/node_modules/esbuild": {
|
||||
|
|
236
package.json
236
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "moodlemobile",
|
||||
"version": "4.5.0",
|
||||
"version": "5.0.0",
|
||||
"description": "The official app for Moodle.",
|
||||
"author": {
|
||||
"name": "Moodle Pty Ltd.",
|
||||
|
@ -44,36 +44,36 @@
|
|||
"lang:create-langindex": "./scripts/create_langindex.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "17.3.12",
|
||||
"@angular/common": "17.3.12",
|
||||
"@angular/compiler": "17.3.12",
|
||||
"@angular/core": "17.3.12",
|
||||
"@angular/forms": "17.3.12",
|
||||
"@angular/platform-browser": "17.3.12",
|
||||
"@angular/platform-browser-dynamic": "17.3.12",
|
||||
"@angular/router": "17.3.12",
|
||||
"@awesome-cordova-plugins/badge": "6.9.0",
|
||||
"@awesome-cordova-plugins/camera": "6.9.0",
|
||||
"@awesome-cordova-plugins/clipboard": "6.9.0",
|
||||
"@awesome-cordova-plugins/core": "6.9.0",
|
||||
"@awesome-cordova-plugins/device": "6.9.0",
|
||||
"@awesome-cordova-plugins/file": "6.9.0",
|
||||
"@awesome-cordova-plugins/file-opener": "6.9.0",
|
||||
"@awesome-cordova-plugins/geolocation": "6.9.0",
|
||||
"@awesome-cordova-plugins/http": "6.9.0",
|
||||
"@awesome-cordova-plugins/in-app-browser": "6.9.0",
|
||||
"@awesome-cordova-plugins/ionic-webview": "6.9.0",
|
||||
"@awesome-cordova-plugins/keyboard": "6.9.0",
|
||||
"@awesome-cordova-plugins/local-notifications": "6.9.0",
|
||||
"@awesome-cordova-plugins/media-capture": "6.9.0",
|
||||
"@awesome-cordova-plugins/network": "6.9.0",
|
||||
"@awesome-cordova-plugins/push": "6.9.0",
|
||||
"@awesome-cordova-plugins/splash-screen": "6.9.0",
|
||||
"@awesome-cordova-plugins/sqlite": "6.9.0",
|
||||
"@awesome-cordova-plugins/status-bar": "6.9.0",
|
||||
"@awesome-cordova-plugins/web-intent": "6.9.0",
|
||||
"@ionic/angular": "8.3.1",
|
||||
"@ionic/cordova-builders": "11.0.0",
|
||||
"@angular/animations": "^17.3.12",
|
||||
"@angular/common": "^17.3.12",
|
||||
"@angular/compiler": "^17.3.12",
|
||||
"@angular/core": "^17.3.12",
|
||||
"@angular/forms": "^17.3.12",
|
||||
"@angular/platform-browser": "^17.3.12",
|
||||
"@angular/platform-browser-dynamic": "^17.3.12",
|
||||
"@angular/router": "^17.3.12",
|
||||
"@awesome-cordova-plugins/badge": "^6.9.0",
|
||||
"@awesome-cordova-plugins/camera": "^6.9.0",
|
||||
"@awesome-cordova-plugins/clipboard": "^6.9.0",
|
||||
"@awesome-cordova-plugins/core": "^6.9.0",
|
||||
"@awesome-cordova-plugins/device": "^6.9.0",
|
||||
"@awesome-cordova-plugins/file": "^6.9.0",
|
||||
"@awesome-cordova-plugins/file-opener": "^6.9.0",
|
||||
"@awesome-cordova-plugins/geolocation": "^6.9.0",
|
||||
"@awesome-cordova-plugins/http": "^6.9.0",
|
||||
"@awesome-cordova-plugins/in-app-browser": "^6.9.0",
|
||||
"@awesome-cordova-plugins/ionic-webview": "^6.9.0",
|
||||
"@awesome-cordova-plugins/keyboard": "^6.9.0",
|
||||
"@awesome-cordova-plugins/local-notifications": "^6.9.0",
|
||||
"@awesome-cordova-plugins/media-capture": "^6.9.0",
|
||||
"@awesome-cordova-plugins/network": "^6.9.0",
|
||||
"@awesome-cordova-plugins/push": "^6.9.0",
|
||||
"@awesome-cordova-plugins/splash-screen": "^6.9.0",
|
||||
"@awesome-cordova-plugins/sqlite": "^6.9.0",
|
||||
"@awesome-cordova-plugins/status-bar": "^6.9.0",
|
||||
"@awesome-cordova-plugins/web-intent": "^6.9.0",
|
||||
"@ionic/angular": "^8.3.1",
|
||||
"@ionic/cordova-builders": "^11.0.0",
|
||||
"@moodlehq/cordova-plugin-advanced-http": "3.3.1-moodle.1",
|
||||
"@moodlehq/cordova-plugin-camera": "7.0.0-moodle.1",
|
||||
"@moodlehq/cordova-plugin-file-opener": "4.0.0-moodle.1",
|
||||
|
@ -85,101 +85,101 @@
|
|||
"@moodlehq/cordova-plugin-statusbar": "4.0.0-moodle.3",
|
||||
"@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1",
|
||||
"@moodlehq/phonegap-plugin-push": "4.0.0-moodle.10",
|
||||
"@ngx-translate/core": "15.0.0",
|
||||
"@ngx-translate/http-loader": "8.0.0",
|
||||
"@sqlite.org/sqlite-wasm": "3.45.0-build1",
|
||||
"@types/chart.js": "2.9.41",
|
||||
"@ngx-translate/core": "^15.0.0",
|
||||
"@ngx-translate/http-loader": "^8.0.0",
|
||||
"@sqlite.org/sqlite-wasm": "^3.45.0-build1",
|
||||
"@types/chart.js": "^2.9.41",
|
||||
"@types/cordova": "0.0.34",
|
||||
"@types/dom-mediacapture-record": "1.0.7",
|
||||
"chart.js": "2.9.4",
|
||||
"cordova": "12.0.0",
|
||||
"cordova-android": "12.0.1",
|
||||
"cordova-clipboard": "1.3.0",
|
||||
"cordova-ios": "7.1.1",
|
||||
"cordova-plugin-add-swift-support": "2.0.2",
|
||||
"cordova-plugin-androidx-adapter": "1.1.3",
|
||||
"cordova-plugin-badge": "0.8.9",
|
||||
"cordova-plugin-chooser": "1.3.2",
|
||||
"cordova-plugin-customurlscheme": "5.0.2",
|
||||
"cordova-plugin-device": "2.1.0",
|
||||
"cordova-plugin-file": "8.1.0",
|
||||
"cordova-plugin-geolocation": "5.0.0",
|
||||
"cordova-plugin-ionic-keyboard": "2.2.0",
|
||||
"chart.js": "^2.9.4",
|
||||
"cordova": "^12.0.0",
|
||||
"cordova-android": "^12.0.1",
|
||||
"cordova-clipboard": "^1.3.0",
|
||||
"cordova-ios": "^7.1.1",
|
||||
"cordova-plugin-add-swift-support": "^2.0.2",
|
||||
"cordova-plugin-androidx-adapter": "^1.1.3",
|
||||
"cordova-plugin-badge": "^0.8.9",
|
||||
"cordova-plugin-chooser": "^1.3.2",
|
||||
"cordova-plugin-customurlscheme": "^5.0.2",
|
||||
"cordova-plugin-device": "^2.1.0",
|
||||
"cordova-plugin-file": "^8.1.0",
|
||||
"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",
|
||||
"cordova-plugin-wkuserscript": "1.0.1",
|
||||
"cordova-plugin-wkwebview-cookies": "1.0.1",
|
||||
"cordova-sqlite-storage": "6.1.0",
|
||||
"core-js": "3.38.1",
|
||||
"es6-promise-plugin": "4.2.2",
|
||||
"ionicons": "7.4.0",
|
||||
"jszip": "3.10.1",
|
||||
"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",
|
||||
"cordova-plugin-wkuserscript": "^1.0.1",
|
||||
"cordova-plugin-wkwebview-cookies": "^1.0.1",
|
||||
"cordova-sqlite-storage": "^6.1.0",
|
||||
"core-js": "^3.38.1",
|
||||
"es6-promise-plugin": "^4.2.2",
|
||||
"ionicons": "^7.4.0",
|
||||
"jszip": "^3.10.1",
|
||||
"mathjax": "2.7.9",
|
||||
"moment": "2.30.1",
|
||||
"moment-timezone": "0.5.45",
|
||||
"moment": "^2.30.1",
|
||||
"moment-timezone": "^0.5.45",
|
||||
"mp3-mediarecorder": "4.0.5",
|
||||
"nl.kingsquare.cordova.background-audio": "1.0.1",
|
||||
"ogv": "1.9.0",
|
||||
"rxjs": "7.8.1",
|
||||
"swiper": "11.1.14",
|
||||
"ts-md5": "1.3.1",
|
||||
"tslib": "2.7.0",
|
||||
"video.js": "7.21.6",
|
||||
"zone.js": "0.14.10"
|
||||
"nl.kingsquare.cordova.background-audio": "^1.0.1",
|
||||
"ogv": "^1.9.0",
|
||||
"rxjs": "~7.8.1",
|
||||
"swiper": "^11.1.14",
|
||||
"ts-md5": "^1.3.1",
|
||||
"tslib": "^2.7.0",
|
||||
"video.js": "^7.21.6",
|
||||
"zone.js": "~0.14.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-builders/custom-webpack": "17.0.2",
|
||||
"@angular-devkit/build-angular": "17.3.10",
|
||||
"@angular-eslint/builder": "17.5.3",
|
||||
"@angular-eslint/eslint-plugin": "17.5.3",
|
||||
"@angular-eslint/eslint-plugin-template": "17.5.3",
|
||||
"@angular-eslint/schematics": "17.5.3",
|
||||
"@angular-eslint/template-parser": "17.5.3",
|
||||
"@angular/cli": "17.3.10",
|
||||
"@angular/compiler-cli": "17.3.12",
|
||||
"@angular/language-service": "17.3.12",
|
||||
"@ionic/angular-toolkit": "11.0.1",
|
||||
"@ionic/cli": "7.2.0",
|
||||
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
|
||||
"@types/faker": "5.5.9",
|
||||
"@types/jest": "26.0.24",
|
||||
"@types/node": "18.19.53",
|
||||
"@types/resize-observer-browser": "0.1.11",
|
||||
"@types/webpack-env": "1.18.5",
|
||||
"@typescript-eslint/eslint-plugin": "6.21.0",
|
||||
"@typescript-eslint/parser": "6.21.0",
|
||||
"check-es-compat": "3.2.1",
|
||||
"circular-dependency-plugin": "5.2.2",
|
||||
"concurrently": "8.2.2",
|
||||
"@angular-builders/custom-webpack": "^17.0.2",
|
||||
"@angular-devkit/build-angular": "^17.3.10",
|
||||
"@angular-eslint/builder": "^17.5.3",
|
||||
"@angular-eslint/eslint-plugin": "^17.5.3",
|
||||
"@angular-eslint/eslint-plugin-template": "^17.5.3",
|
||||
"@angular-eslint/schematics": "^17.5.3",
|
||||
"@angular-eslint/template-parser": "^17.5.3",
|
||||
"@angular/cli": "^17.3.10",
|
||||
"@angular/compiler-cli": "^17.3.12",
|
||||
"@angular/language-service": "^17.3.12",
|
||||
"@ionic/angular-toolkit": "^11.0.1",
|
||||
"@ionic/cli": "^7.2.0",
|
||||
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
|
||||
"@types/faker": "^5.5.9",
|
||||
"@types/jest": "^26.0.24",
|
||||
"@types/node": "^18.19.53",
|
||||
"@types/resize-observer-browser": "^0.1.11",
|
||||
"@types/webpack-env": "^1.18.5",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"@typescript-eslint/parser": "^6.21.0",
|
||||
"check-es-compat": "^3.2.1",
|
||||
"circular-dependency-plugin": "^5.2.2",
|
||||
"concurrently": "^8.2.2",
|
||||
"cordova-plugin-moodleapp": "file:cordova-plugin-moodleapp",
|
||||
"cross-env": "7.0.3",
|
||||
"eslint": "8.57.1",
|
||||
"eslint-plugin-deprecation": "2.0.0",
|
||||
"eslint-plugin-header": "3.1.1",
|
||||
"eslint-plugin-jest": "27.9.0",
|
||||
"eslint-plugin-jsdoc": "46.10.1",
|
||||
"eslint-plugin-prefer-arrow": "1.2.3",
|
||||
"eslint-plugin-promise": "6.6.0",
|
||||
"faker": "5.5.3",
|
||||
"fs-extra": "9.1.0",
|
||||
"gulp": "5.0.0",
|
||||
"gulp-clip-empty-files": "0.1.2",
|
||||
"gulp-slash": "1.1.3",
|
||||
"jest": "29.7.0",
|
||||
"jest-preset-angular": "13.1.6",
|
||||
"jsonc-parser": "2.3.1",
|
||||
"minimatch": "9.0.5",
|
||||
"native-run": "2.0.1",
|
||||
"nyc": "15.1.0",
|
||||
"patch-package": "6.5.1",
|
||||
"terser-webpack-plugin": "5.3.10",
|
||||
"ts-jest": "29.2.5",
|
||||
"ts-node": "8.10.2",
|
||||
"typescript": "5.3.3",
|
||||
"vinyl": "3.0.0"
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-plugin-deprecation": "^2.0.0",
|
||||
"eslint-plugin-header": "^3.1.1",
|
||||
"eslint-plugin-jest": "^27.9.0",
|
||||
"eslint-plugin-jsdoc": "^46.10.1",
|
||||
"eslint-plugin-prefer-arrow": "^1.2.3",
|
||||
"eslint-plugin-promise": "^6.6.0",
|
||||
"faker": "^5.5.3",
|
||||
"fs-extra": "^9.1.0",
|
||||
"gulp": "^5.0.0",
|
||||
"gulp-clip-empty-files": "^0.1.2",
|
||||
"gulp-slash": "^1.1.3",
|
||||
"jest": "^29.7.0",
|
||||
"jest-preset-angular": "^13.1.6",
|
||||
"jsonc-parser": "^2.3.1",
|
||||
"minimatch": "^9.0.5",
|
||||
"native-run": "^2.0.1",
|
||||
"nyc": "^15.1.0",
|
||||
"patch-package": "^6.5.1",
|
||||
"terser-webpack-plugin": "^5.3.10",
|
||||
"ts-jest": "^29.2.5",
|
||||
"ts-node": "^8.10.2",
|
||||
"typescript": "~5.3.3",
|
||||
"vinyl": "^3.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.18.2 <19"
|
||||
|
|
|
@ -74,6 +74,7 @@ export class CoreAuthenticatedSite extends CoreUnauthenticatedSite {
|
|||
'4.3': 2023100900,
|
||||
'4.4': 2024042200,
|
||||
'4.5': 2024100700,
|
||||
'5.0': 2024100800, // @todo [5.0] replace with right value when released. Using a tmp value to be able to test new things.
|
||||
};
|
||||
|
||||
// Possible cache update frequencies.
|
||||
|
|
Loading…
Reference in New Issue