Skip to content

Commit

Permalink
Merge pull request #104 from vansergen/deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
vansergen committed May 15, 2022
2 parents 523f373 + b5c99f0 commit 45a919e
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ const result = await client.addBank({
});
```

- [`getPaymentMethods`](https://docs.gemini.com/rest-api/#add-bank)
- [`getPaymentMethods`](https://docs.gemini.com/rest-api/#payment-methods)

```typescript
const account = "primary";
Expand Down
78 changes: 39 additions & 39 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 @@ -13,7 +13,7 @@
"npm": ">=8.1.0"
},
"dependencies": {
"rpc-request": "^6.0.0",
"rpc-request": "^6.0.1",
"ws": "^8.6.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 45a919e

Please sign in to comment.