Skip to content

Commit

Permalink
Merge pull request #63 from BitGo/BG-69698-bip174-bump
Browse files Browse the repository at this point in the history
feat: bump bip174
  • Loading branch information
saravanan7mani authored Mar 6, 2023
2 parents 97088d6 + 67e5045 commit d5acf52
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
registry-url: https://registry.npmjs.org/
cache: 'npm'
- run: npm ci
- run: npm run audit
- run: npm run audit --production
coverage:
runs-on: ubuntu-latest
steps:
Expand Down
17 changes: 10 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
],
"dependencies": {
"bech32": "^2.0.0",
"bip174": "npm:@bitgo-forks/bip174@3.0.0-rc.1",
"bip174": "npm:@bitgo-forks/bip174@3.1.0-master.3",
"bs58check": "^2.1.2",
"create-hash": "^1.1.0",
"fastpriorityqueue": "^0.7.1",
Expand Down

0 comments on commit d5acf52

Please sign in to comment.