diff --git a/package.json b/package.json index 56cac85..adc825b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@wharfkit/wallet-plugin-metamask", "description": "A MetaMask plugin for use with @wharfkit/session.", - "version": "1.0.0-rc3", + "version": "1.0.0-rc4", "homepage": "https://github.com/wharfkit/wallet-plugin-metamask", "license": "BSD-3-Clause", "main": "lib/wallet-plugin-metamask.js", @@ -16,11 +16,12 @@ "prepare": "make" }, "dependencies": { + "@greymass/create-account": "^1.0.2", "@metamask/providers": "^17.0.0", "tslib": "^2.1.0" }, "peerDependencies": { - "@wharfkit/session": "^1.1.0" + "@wharfkit/session": "^1.2.7" }, "devDependencies": { "@rollup/plugin-alias": "^3.1.4", @@ -36,7 +37,7 @@ "@typescript-eslint/eslint-plugin": "^5.20.0", "@typescript-eslint/parser": "^5.20.0", "@wharfkit/mock-data": "^1.2.0", - "@wharfkit/session": "^1.4.0-rc3", + "@wharfkit/session": "^1.2.7", "chai": "^4.3.4", "eslint": "^8.13.0", "eslint-config-prettier": "^8.1.0", diff --git a/yarn.lock b/yarn.lock index bedd47a..f564cbd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -244,6 +244,23 @@ ethereum-cryptography "^2.0.0" micro-ftch "^0.3.1" +"@greymass/create-account@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@greymass/create-account/-/create-account-1.0.2.tgz#f2c3711018c9b8544e12695e1d9afb0e595170a1" + integrity sha512-YDtdQTEsMEaQHu5QJx+UzEsag/2yjHxHGPUVaGuNY5tL4p918VJMc0IskjwL4WCSWoRyWeWa4ZUGDz/KTE/Q9Q== + dependencies: + "@greymass/return-path" "^0.0.1" + "@wharfkit/antelope" "^0.7.3" + "@wharfkit/signing-request" "^3.0.0" + tslib "^2.1.0" + +"@greymass/return-path@^0.0.1": + version "0.0.1" + resolved "https://registry.yarnpkg.com/@greymass/return-path/-/return-path-0.0.1.tgz#bcf4e74671af06d22ecd95dcdadb94efaa5adf78" + integrity sha512-PMPgSJYSHeaYXbURj4JfsEeReWkJqlTKFMn2iTPhvb+6ICR5GhVPDJKewqZPqpZumcD13M1c701YYWKHZlMsxw== + dependencies: + tslib "^2.1.0" + "@humanwhocodes/config-array@^0.11.8": version "0.11.8" resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9" @@ -727,6 +744,17 @@ "@wharfkit/token" "^1.1.2" tslib "^2.1.0" +"@wharfkit/antelope@^0.7.3": + version "0.7.3" + resolved "https://registry.yarnpkg.com/@wharfkit/antelope/-/antelope-0.7.3.tgz#408f6c587f4f5990d4b55596c10be2e976798641" + integrity sha512-pyUmuXUpLQh1RVpJVIcbVUHTwV/DQ+MI0nlfWDBHIICdYf6XidZtQmaHB7JEXiFzlS8T7S9Xc5VOTOQU8dnl3Q== + dependencies: + bn.js "^4.11.9" + brorand "^1.1.0" + elliptic "^6.5.4" + hash.js "^1.0.0" + tslib "^2.0.3" + "@wharfkit/antelope@^1.0.0": version "1.0.0" resolved "https://registry.yarnpkg.com/@wharfkit/antelope/-/antelope-1.0.0.tgz#c3057b70575991be5de3aea19e0c474614783c80" @@ -739,6 +767,18 @@ pako "^2.1.0" tslib "^2.0.3" +"@wharfkit/antelope@^1.0.11": + version "1.0.11" + resolved "https://registry.yarnpkg.com/@wharfkit/antelope/-/antelope-1.0.11.tgz#a830b3726b33d4faf4867add244013bf5e51fea3" + integrity sha512-4oSM5b9IzQxP6hC5H6QGBCylTYKs+cZ8fg6piM8qjj/g4Ok3YmYwx6sbIQwwQmdCUK9sBweKXrOHjNwpyafPBQ== + dependencies: + bn.js "^4.11.9" + brorand "^1.1.0" + elliptic "^6.5.4" + hash.js "^1.0.0" + pako "^2.1.0" + tslib "^2.0.3" + "@wharfkit/antelope@^1.0.2", "@wharfkit/antelope@^1.0.4", "@wharfkit/antelope@^1.0.7": version "1.0.7" resolved "https://registry.yarnpkg.com/@wharfkit/antelope/-/antelope-1.0.7.tgz#5ca010db963e061b2e8c47c14e55f86817718c2e" @@ -801,19 +841,27 @@ pako "^2.0.4" tslib "^2.1.0" -"@wharfkit/session@^1.4.0-rc3": - version "1.4.0-rc3" - resolved "https://registry.yarnpkg.com/@wharfkit/session/-/session-1.4.0-rc3.tgz#1d1594c4ee3b81186773e996e24f41f4cc2821ff" - integrity sha512-3pWgNehl4auJz8MJ7NpdzndeTfZ95KLBngAMK2rwrFpaiiinywExiL6m+HTPEY95mXqNiWuMHyUW1Xrgn8/U9w== +"@wharfkit/session@^1.2.7": + version "1.4.0" + resolved "https://registry.yarnpkg.com/@wharfkit/session/-/session-1.4.0.tgz#13a44a0d23d5ee689755985580f943f869352987" + integrity sha512-U+K9eWbYzFeDshYwgrhyNoF47kYToKFpTe6xFAwaJO+2w0kIkP0vtJFl7ygd06muh7Hu3K1BqrZ3j6+FyyuIyA== dependencies: "@wharfkit/abicache" "^1.2.1" "@wharfkit/account" "^1.0.0" - "@wharfkit/antelope" "^1.0.2" + "@wharfkit/antelope" "^1.0.11" "@wharfkit/common" "^1.2.0" "@wharfkit/signing-request" "^3.1.0" pako "^2.0.4" tslib "^2.1.0" +"@wharfkit/signing-request@^3.0.0": + version "3.2.0" + resolved "https://registry.yarnpkg.com/@wharfkit/signing-request/-/signing-request-3.2.0.tgz#94cab97e27d1001973771056cfb9d54c02e45354" + integrity sha512-rIMzqwAKA5vb09+1BI+9fUXbj73JIkYcD1XT/Tom+k/+bqi51JcmC0trjCOjTUOK9UYDabpxYFixrf1ZvQymKw== + dependencies: + "@wharfkit/antelope" "^1.0.7" + tslib "^2.0.3" + "@wharfkit/signing-request@^3.1.0": version "3.1.0" resolved "https://registry.yarnpkg.com/@wharfkit/signing-request/-/signing-request-3.1.0.tgz#7883f0b2350c6fe3446d2b8733dd7d0004f01911"