Skip to content

Commit d5acf52

Browse files
Merge pull request #63 from BitGo/BG-69698-bip174-bump
feat: bump bip174
2 parents 97088d6 + 67e5045 commit d5acf52

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

.github/workflows/main_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
registry-url: https://registry.npmjs.org/
7070
cache: 'npm'
7171
- run: npm ci
72-
- run: npm run audit
72+
- run: npm run audit --production
7373
coverage:
7474
runs-on: ubuntu-latest
7575
steps:

package-lock.json

Lines changed: 10 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
],
5454
"dependencies": {
5555
"bech32": "^2.0.0",
56-
"bip174": "npm:@bitgo-forks/bip174@3.0.0-rc.1",
56+
"bip174": "npm:@bitgo-forks/bip174@3.1.0-master.3",
5757
"bs58check": "^2.1.2",
5858
"create-hash": "^1.1.0",
5959
"fastpriorityqueue": "^0.7.1",

0 commit comments

Comments
 (0)