Skip to content

Commit

Permalink
Use node fetch instead of got
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreif committed Jun 22, 2024
1 parent 187056a commit 6bb8df2
Show file tree
Hide file tree
Showing 7 changed files with 366 additions and 532 deletions.
6 changes: 6 additions & 0 deletions .changeset/two-shoes-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'homebridge-ring': patch
'ring-client-api': patch
---

Switched to using the native version of `fetch` from Node.js. This allows us to remove `got` as a dependency. This will break any users on Node 16 or older, though those versions have not been officially supported for some time.
2 changes: 1 addition & 1 deletion .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"reject": ["socket.io-client", "got"]
"reject": ["socket.io-client"]
}
Loading

0 comments on commit 6bb8df2

Please sign in to comment.