Skip to content

Commit

Permalink
Version 0.1.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Aug 11, 2023
1 parent b7ca2af commit 62f669f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wharfkit/wallet-plugin-scatter",
"description": "A WalletPlugin for the Scatter protocol wallets for use within the @wharfkit/session.",
"version": "0.1.0",
"version": "0.1.0-beta3",
"homepage": "https://github.com/wharfkit/wallet-plugin-scatter",
"license": "BSD-3-Clause",
"main": "lib/wallet-plugin-scatter.js",
Expand All @@ -16,12 +16,13 @@
"prepare": "make"
},
"dependencies": {
"@scatterjs/core": "^2.7.48",
"@scatterjs/eosjs2": "^1.5.30",
"tslib": "^2.1.0"
},
"peerDependencies": {
"@scatterjs/core": "^2.7.54",
"@scatterjs/eosjs2": "^1.5.36",
"@wharfkit/session": "^1.0.0"
"@wharfkit/session": "^1.0.0",
"device-uuid": "^1.0.4"
},
"devDependencies": {
"@babel/runtime": "^7.22.6",
Expand All @@ -32,15 +33,16 @@
"@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-typescript": "^10.0.1",
"@rollup/plugin-virtual": "^2.0.3",
"@scatterjs/core": "^2.7.54",
"@scatterjs/eosjs2": "^1.5.36",
"@scatterjs/core": "^2.7.48",
"@scatterjs/eosjs2": "^1.5.30",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.0.0",
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@wharfkit/session": "^1.0.0",
"chai": "^4.3.4",
"crypto-js": "^4.1.1",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^4.0.0",
Expand All @@ -51,6 +53,7 @@
"prettier": "^2.2.1",
"rollup": "^2.70.2",
"rollup-plugin-dts": "^4.2.1",
"rollup-plugin-polyfill-node": "^0.12.0",
"rollup-plugin-terser": "^7.0.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.1",
Expand Down

0 comments on commit 62f669f

Please sign in to comment.