diff --git a/.changeset/fiery-swans-happen.md b/.changeset/fiery-swans-happen.md deleted file mode 100644 index 73fa018e..00000000 --- a/.changeset/fiery-swans-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/rtc-node": patch ---- - -fix: avoid dual package hazard by building single CJS version with an ESM wrapper diff --git a/packages/livekit-rtc/CHANGELOG.md b/packages/livekit-rtc/CHANGELOG.md index ab1a9024..7e1724f7 100644 --- a/packages/livekit-rtc/CHANGELOG.md +++ b/packages/livekit-rtc/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/rtc-node +## 0.13.33 + +### Patch Changes + +- fix: avoid dual package hazard by building single CJS version with an ESM wrapper - [#700](https://github.com/livekit/node-sdks/pull/700) ([@lukasIO](https://github.com/lukasIO)) + ## 0.13.32 ### Patch Changes diff --git a/packages/livekit-rtc/package.json b/packages/livekit-rtc/package.json index bff67d35..22954794 100644 --- a/packages/livekit-rtc/package.json +++ b/packages/livekit-rtc/package.json @@ -3,7 +3,7 @@ "description": "LiveKit RTC Node", "license": "Apache-2.0", "author": "LiveKit", - "version": "0.13.32", + "version": "0.13.33", "main": "dist/index.cjs", "types": "dist/index.d.cts", "exports": {