Compare changes
Some changes are not shown.
For a faster browsing experience, only 45 of 46 files are shown. Download one of the files below to see all changes.
+12
−0
+23
−13
+2
−2
+12
−0
+81
−3
+1
−1
+22
−20
Original line number | Diff line number | Diff line |
---|---|---|
{
|
||
"name": "cesium",
|
||
"version": "1.7.13",
|
||
"version": "1.7.16.2",
|
||
"description": "Cesium Wallet for G1 libre currency",
|
||
"author": "Benoit Lavenier <benoit.lavenier@e-is.pro>",
|
||
"license": "AGPL-3.0",
|
||
@@ -12,19 +12,20 @@ | ||
"scripts": {
|
||
"clean": "gulp clean webClean webExtClean && rm -rf dist/web dist/android && rm -f desktop/**/cesium-*.deb desktop/**/cesium-*.exe platforms/android/**/*.apk",
|
||
"postinstall": "node scripts/node/postinstall.js",
|
||
"gulp": "gulp",
|
||
"lint": "gulp lint",
|
||
"gulp": "npx gulp",
|
||
"lint": "npx gulp lint",
|
||
"install-platforms": "ionic cordova prepare",
|
||
"start": "ionic serve",
|
||
"start:webExt": "gulp webExtCompile && web-ext run --source-dir ./dist/web/ext/ --devtools",
|
||
"start:webExt": "npx gulp webExtCompile && web-ext run --source-dir ./dist/web/ext/ --devtools",
|
||
"start:android": "ionic cordova run android --color",
|
||
"docker:build": "sudo docker build . -t cesium/release",
|
||
"docker:run": "sudo docker run -ti --rm -p 8100:8100 -p 35729:35729 -v .:/cesium:rw cesium/release",
|
||
"build": "gulp build",
|
||
"build:web": "gulp config --env default && gulp webBuild --release",
|
||
"build:webExt": "gulp config --env default && gulp webExtBuild --release",
|
||
"build": "npx gulp build",
|
||
"build:web": "npx gulp config --env default && npx gulp webBuild --release",
|
||
"build:webExt": "npx gulp config --env default && npx gulp webExtBuild --release",
|
||
"build:android": "ionic cordova build android --warning-mode=none --color --release -- -- --packageType=apk",
|
||
"build:ios": "ionic cordova build ios --warning-mode=none --color --release"
|
||
"build:ios": "ionic cordova build ios --warning-mode=none --color --release",
|
||
"build:chromeExt": "npx gulp config --env default && npx gulp chromeExtBuild --release"
|
||
},
|
||
"keywords": [
|
||
"duniter",
|
||
@@ -93,23 +94,24 @@ | ||
"@ionic/v1-toolkit": "^3.2.20",
|
||
"@prantlf/gulp-jsonlint": "^2.4.0",
|
||
"ansi-colors": "^4.1.1",
|
||
"cordova": "^11.1.0",
|
||
"cordova-android": "^10.1.2",
|
||
"cordova": "^12.0.0",
|
||
"cordova-android": "^13.0.0",
|
||
"cordova-clipboard": "^1.3.0",
|
||
"cordova-fetch": "^4.0.0",
|
||
"cordova-ios": "^6.3.0",
|
||
"cordova-fetch": "^5.0.0",
|
||
"cordova-ios": "^7.1.1",
|
||
"cordova-plugin-androidx-adapter": "^1.1.3",
|
||
"cordova-plugin-camera": "^5.0.3",
|
||
"cordova-plugin-inappbrowser": "^6.0.0",
|
||
"cordova-plugin-camera": "^8.0.0",
|
||
"cordova-plugin-customurlscheme": "^5.0.2",
|
||
"cordova-plugin-device": "^2.1.0",
|
||
"cordova-plugin-device": "^3.0.0",
|
||
"cordova-plugin-dialogs": "^2.0.2",
|
||
"cordova-plugin-file": "^8.0.0",
|
||
"cordova-plugin-file": "^8.1.3",
|
||
"cordova-plugin-ionic-keyboard": "^2.2.0",
|
||
"cordova-plugin-ionic-webview": "^5.0.0",
|
||
"cordova-plugin-ionic-webview": "^5.0.1",
|
||
"cordova-plugin-network-information": "~3.0.0",
|
||
"cordova-plugin-secure-storage-android10": "~6.0.7",
|
||
"cordova-plugin-splashscreen": "^6.0.2",
|
||
"cordova-plugin-statusbar": "^3.0.0",
|
||
"cordova-plugin-statusbar": "^4.0.0",
|
||
"cordova-plugin-vibration": "^3.1.1",
|
||
"cordova-plugin-websocket": "^0.12.2",
|
||
"cordova-plugin-x-toast": "^2.7.3",
|
||
@@ -157,10 +159,10 @@ | ||
"merge2": "^1.3.0",
|
||
"mv": "^2.1.1",
|
||
"node-sass": "^9.0.0",
|
||
"phonegap-plugin-barcodescanner": "^8.1.0",
|
||
"@red-mobile/cordova-plugin-barcodescanner": "^9.1.0",
|
||
"playup": "^1.1.0",
|
||
"vinyl-fs": "^3.0.3",
|
||
"web-ext": "^7.9.0",
|
||
"web-ext": "^8.9.0",
|
||
"yargs": "^5.0.0"
|
||
},
|
||
"peerDependencies": {
|
||
@@ -189,7 +191,7 @@ | ||
"cordova-plugin-websocket": {},
|
||
"cordova-plugin-x-toast": {},
|
||
"cordova-plugin-ionic-keyboard": {},
|
||
"phonegap-plugin-barcodescanner": {
|
||
"@red-mobile/cordova-plugin-barcodescanner": {
|
||
"CAMERA_USAGE_DESCRIPTION": "To scan QRCode",
|
||
"ANDROID_SUPPORT_V4_VERSION": "28.+"
|
||
},
|
||
+13
−13
File moved.
resources/android/build/gradle/wrapper/gradle-wrapper.properties
deleted100644 → 0
+0
−5
+279
−11
resources/web-ext/README.md
0 → 100644
+13
−0
+277
−11
+1
−1
+6
−4
+9
−10
+16
−0
+9
−1
web-ext-config.js
deleted100644 → 0
+0
−4
+2
−2
+14
−2
+1
−1
File changed.
Contains only whitespace changes.
+1546
−1519
File changed.
Preview size limit exceeded, changes collapsed.