Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/fresh-bobcats-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'homebridge-ring': major
'ring-client-api': major
---

Converted project to ESM. This should not impact homebridge-ring, but will require any other projects using ring-client-api to also use ESM in order to use the latest version.
6 changes: 1 addition & 5 deletions .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"reject": [
"socket.io-client",
"@types/socket.io-client",
"@homebridge/camera-utils"
]
"reject": ["socket.io-client", "@types/socket.io-client"]
}
Loading