feat: 替换git地址

This commit is contained in:
陶林 2023-09-01 12:52:30 +08:00
parent 735354e8e3
commit 1250349b9d
3 changed files with 13 additions and 3625 deletions

10
package-lock.json generated
View File

@ -22,7 +22,7 @@
"cordova-plugin-device": "^2.1.0", "cordova-plugin-device": "^2.1.0",
"cordova-plugin-dialogs": "^2.0.2", "cordova-plugin-dialogs": "^2.0.2",
"cordova-plugin-file": "^6.0.2", "cordova-plugin-file": "^6.0.2",
"cordova-plugin-file-transfer": "github:Priyansu431/cordova-plugin-file-transfer", "cordova-plugin-file-transfer-jsg": "^2.0.0",
"cordova-plugin-geolocation": "^4.1.0", "cordova-plugin-geolocation": "^4.1.0",
"cordova-plugin-inappbrowser": "^5.0.0", "cordova-plugin-inappbrowser": "^5.0.0",
"cordova-plugin-media": "^5.0.4", "cordova-plugin-media": "^5.0.4",
@ -1344,11 +1344,11 @@
} }
} }
}, },
"node_modules/cordova-plugin-file-transfer": { "node_modules/cordova-plugin-file-transfer-jsg": {
"version": "2.0.0-dev", "version": "2.0.0",
"resolved": "git+ssh://git@github.com/Priyansu431/cordova-plugin-file-transfer.git#de6886bb2753bf775f2bb898ad6bc54c9ca5ca02", "resolved": "https://registry.npmjs.org/cordova-plugin-file-transfer-jsg/-/cordova-plugin-file-transfer-jsg-2.0.0.tgz",
"integrity": "sha512-BoUVD6CtRpGKTy2M+qESHM2Fd7QYSfjXWLkmR+BXkU/II/XsIE1sHzcv6QJNznSPiZ9FDGoke3Y+BRWTsh9m+A==",
"dev": true, "dev": true,
"license": "Apache-2.0",
"engines": { "engines": {
"cordovaDependencies": { "cordovaDependencies": {
"3.0.0": { "3.0.0": {

View File

@ -24,7 +24,7 @@
"cordova-plugin-device": "^2.1.0", "cordova-plugin-device": "^2.1.0",
"cordova-plugin-dialogs": "^2.0.2", "cordova-plugin-dialogs": "^2.0.2",
"cordova-plugin-file": "^6.0.2", "cordova-plugin-file": "^6.0.2",
"cordova-plugin-file-transfer": "github:Priyansu431/cordova-plugin-file-transfer", "cordova-plugin-file-transfer-jsg": "^2.0.0",
"cordova-plugin-geolocation": "^4.1.0", "cordova-plugin-geolocation": "^4.1.0",
"cordova-plugin-inappbrowser": "^5.0.0", "cordova-plugin-inappbrowser": "^5.0.0",
"cordova-plugin-media": "^5.0.4", "cordova-plugin-media": "^5.0.4",
@ -45,7 +45,9 @@
"browser" "browser"
], ],
"plugins": { "plugins": {
"cordova-plugin-camera": {}, "cordova-plugin-camera": {
"ANDROIDX_CORE_VERSION": "1.6.+"
},
"cordova-plugin-device": {}, "cordova-plugin-device": {},
"cordova-plugin-battery-status": {}, "cordova-plugin-battery-status": {},
"cordova-plugin-dialogs": {}, "cordova-plugin-dialogs": {},
@ -61,11 +63,13 @@
"cordova-plugin-statusbar": {}, "cordova-plugin-statusbar": {},
"cordova-plugin-vibration": {}, "cordova-plugin-vibration": {},
"phonegap-plugin-barcodescanner-jsg": {}, "phonegap-plugin-barcodescanner-jsg": {},
"phonegap-plugin-barcodescanner": {}, "phonegap-plugin-barcodescanner": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-printer-jsg": { "cordova-plugin-printer-jsg": {
"ANDROID_SUPPORT_V4_VERSION": "28.+" "ANDROID_SUPPORT_V4_VERSION": "28.+"
}, },
"cordova-plugin-file-transfer": {} "cordova-plugin-file-transfer-jsg": {}
} }
}, },
"dependencies": { "dependencies": {

3616
yarn.lock

File diff suppressed because it is too large Load Diff