changes: for v1.2.2

This commit is contained in:
Andrei O 2023-02-18 00:42:32 +02:00
parent 389b5e292e
commit d632262531
No known key found for this signature in database
GPG Key ID: B961E5B68389457E
4 changed files with 830 additions and 806 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## Manifest Version 1.2.2
- updated dependencies
## Manifest Version 1.2.1 ## Manifest Version 1.2.1
- added support fro eth_getTransactionCount method - added support fro eth_getTransactionCount method

View File

@ -14,45 +14,45 @@
"pub": "yarn build && yarn release && ts-node ./release-scripts/create-release.ts" "pub": "yarn build && yarn release && ts-node ./release-scripts/create-release.ts"
}, },
"dependencies": { "dependencies": {
"@capacitor/app": "^4.1.0", "@capacitor/app": "^4.1.1",
"@capacitor/core": "^4.4.0", "@capacitor/core": "^4.6.2",
"@capacitor/haptics": "^4.0.1", "@capacitor/haptics": "^4.1.0",
"@capacitor/keyboard": "^4.0.1", "@capacitor/keyboard": "^4.1.1",
"@capacitor/status-bar": "^4.0.1", "@capacitor/status-bar": "^4.1.1",
"@ionic/vue": "^6.3.3", "@ionic/vue": "^6.5.2",
"@ionic/vue-router": "^6.3.3", "@ionic/vue-router": "^6.5.2",
"@types/chrome": "^0.0.200", "@types/chrome": "^0.0.211",
"core-js": "^3.26.0", "core-js": "^3.27.2",
"ethers": "^5.7.2", "ethers": "^5.7.2",
"vue": "^3.2.41", "vue": "^3.2.47",
"vue-router": "^4.1.6" "vue-router": "^4.1.6"
}, },
"devDependencies": { "devDependencies": {
"@capacitor/cli": "^4.4.0", "@capacitor/cli": "^4.6.2",
"@crxjs/vite-plugin": "^1.0.14", "@crxjs/vite-plugin": "^1.0.14",
"@types/archiver": "^5.3.1", "@types/archiver": "^5.3.1",
"@types/jest": "^29.2.0", "@types/jest": "^29.4.0",
"@types/node": "^18.11.7", "@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.41.0", "@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.41.0", "@typescript-eslint/parser": "^5.50.0",
"@vitejs/plugin-vue": "^3.2.0", "@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^11.0.2", "@vue/eslint-config-typescript": "^11.0.2",
"archiver": "^5.3.1", "archiver": "^5.3.1",
"eslint": "^8.26.0", "eslint": "^8.33.0",
"eslint-plugin-vue": "^9.6.0", "eslint-plugin-vue": "^9.9.0",
"http-browserify": "^1.7.0", "http-browserify": "^1.7.0",
"https-browserify": "^1.0.0", "https-browserify": "^1.0.0",
"jest": "^29.2.2", "jest": "^29.4.1",
"rollup-plugin-polyfill-node": "^0.11.0", "rollup-plugin-polyfill-node": "^0.12.0",
"sass": "^1.55.0", "sass": "^1.58.0",
"stream-browserify": "^3.0.0", "stream-browserify": "^3.0.0",
"ts-jest": "^29.0.3", "ts-jest": "^29.0.5",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^4.8.4", "typescript": "^4.9.5",
"util": "^0.12.5", "util": "^0.12.5",
"vite": "^3.2.0", "vite": "^4.1.1",
"vue-tsc": "^1.0.9", "vue-tsc": "^1.0.24",
"yarn-upgrade-all": "^0.7.1" "yarn-upgrade-all": "^0.7.2"
}, },
"description": "An Ionic project" "description": "An Ionic project"
} }

View File

@ -3,8 +3,8 @@
"name": "__MSG_appName__", "name": "__MSG_appName__",
"description": "__MSG_appDesc__", "description": "__MSG_appDesc__",
"default_locale": "en", "default_locale": "en",
"version": "1.2.1", "version": "1.2.2",
"version_name": "1.2.1", "version_name": "1.2.2",
"icons": { "icons": {
"16": "assets/extension-icon/wallet_16.png", "16": "assets/extension-icon/wallet_16.png",
"32": "assets/extension-icon/wallet_32.png", "32": "assets/extension-icon/wallet_32.png",

1576
yarn.lock

File diff suppressed because it is too large Load Diff