Skip to content

Commit

Permalink
feat: update crypto-db
Browse files Browse the repository at this point in the history
  • Loading branch information
nikashitsa committed May 6, 2024
1 parent 7664560 commit 4d0a313
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions server/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@coinspace:registry=https://npm.pkg.github.com
8 changes: 4 additions & 4 deletions server/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 server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lint:api": "spectral lint ./lib/v*/*.yaml"
},
"dependencies": {
"@coinspace/crypto-db": "^1.9.2",
"@coinspace/crypto-db": "^1.9.3",
"@ensdomains/address-encoder": "^0.2.9",
"@sentry/integrations": "^6.17.3",
"@sentry/node": "^6.17.3",
Expand Down
8 changes: 4 additions & 4 deletions web/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 web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lint:style": "stylelint '**/*.{vue,scss}'"
},
"dependencies": {
"@coinspace/crypto-db": "^1.9.2",
"@coinspace/crypto-db": "^1.9.3",
"@coinspace/cs-bitcoin-wallet": "^1.1.2",
"@coinspace/cs-cardano-wallet": "^2.0.0",
"@coinspace/cs-common": "^1.1.2",
Expand Down

0 comments on commit 4d0a313

Please sign in to comment.