Skip to content

Commit fdedff7

Browse files
committed
Use native fetch instead of got
1 parent 9938ecb commit fdedff7

File tree

7 files changed

+755
-9321
lines changed

7 files changed

+755
-9321
lines changed

.changeset/dirty-coats-listen.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"homebridge-hatch-rest-bluetooth": major
3+
"homebridge-hatch-baby-rest": major
4+
---
5+
6+
Dropped support for Node 16. Please update to Node 18 or Node 20. This allows us to drop a dependency on `got` and use the native `fetch` from Node.js.

.ncurc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"reject": ["got", "chai"]
2+
"reject": ["chai"]
33
}

0 commit comments

Comments
 (0)