Skip to content

Commit

Permalink
Merge pull request #342 from ardriveapp/PE-4879_fix_gen_keypair_from_…
Browse files Browse the repository at this point in the history
…seed_phrase

fix(seed phrase): update core version with updated seed phrase dependencies PE-4879
  • Loading branch information
fedellen authored Oct 27, 2023
2 parents 59d9d06 + 41b6de7 commit 9369b85
Show file tree
Hide file tree
Showing 17 changed files with 33 additions and 267 deletions.
145 changes: 13 additions & 132 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/nan-npm-2.15.0-505c98ef4d-33e1bb4dfc.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "ardrive-cli",
"version": "2.0.0",
"version": "2.0.1",
"description": "The ArDrive Command Line Interface (CLI is a Node.js application for terminal-based ArDrive workflows. It also offers utility operations for securely interacting with Arweave wallets and inspecting various Arweave blockchain conditions.",
"main": "./lib/index.js",
"bin": {
"ardrive": "./lib/index.js"
},
"types": "./lib/index.d.ts",
"dependencies": {
"ardrive-core-js": "2.0.0",
"ardrive-core-js": "2.0.1",
"arweave": "1.11.4",
"axios": "^0.21.1",
"bn.js": "^5.2.1",
Expand Down
Loading

0 comments on commit 9369b85

Please sign in to comment.