Skip to content

Commit

Permalink
fix(ws-provider): exports (#2584)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleecode authored Nov 29, 2024
1 parent 7afa37e commit 2dc16b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/nasty-rabbits-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@substrate/ws-provider": patch
---

fix(ws-provider): exports
8 changes: 4 additions & 4 deletions packages/ws-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/commonjs/index.d.ts",
"default": "./dist/commonjs/index.js"
"types": "./dist/commonjs/index.d.cts",
"default": "./dist/commonjs/index.cjs"
}
}
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"main": "./dist/commonjs/index.cjs",
"types": "./dist/commonjs/index.d.cts",
"module": "./dist/esm/index.js",
"files": [
"dist"
Expand Down

0 comments on commit 2dc16b1

Please sign in to comment.