Skip to content

Commit

Permalink
Realtime-api SDK: Fix types export for module NodeNext (#1024)
Browse files Browse the repository at this point in the history
* Fix types export for module NodeNext

* include changeset
  • Loading branch information
iAmmar7 authored Apr 22, 2024
1 parent 1ac1bd5 commit a0f8812
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/metal-seahorses-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@signalwire/realtime-api': patch
---

Fix types export for module NodeNext
1 change: 1 addition & 0 deletions packages/realtime-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"version": "4.0.0",
"main": "dist/index.node.js",
"exports": {
"types": "./dist/realtime-api/src/index.d.ts",
"require": "./dist/index.node.js",
"default": "./dist/index.node.mjs"
},
Expand Down

0 comments on commit a0f8812

Please sign in to comment.