We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afa37e commit 2dc16b1Copy full SHA for 2dc16b1
.changeset/nasty-rabbits-ring.md
@@ -0,0 +1,5 @@
1
+---
2
+"@substrate/ws-provider": patch
3
4
+
5
+fix(ws-provider): exports
packages/ws-provider/package.json
@@ -17,13 +17,13 @@
17
"default": "./dist/esm/index.js"
18
},
19
"require": {
20
- "types": "./dist/commonjs/index.d.ts",
21
- "default": "./dist/commonjs/index.js"
+ "types": "./dist/commonjs/index.d.cts",
+ "default": "./dist/commonjs/index.cjs"
22
}
23
24
25
- "main": "./dist/commonjs/index.js",
26
+ "main": "./dist/commonjs/index.cjs",
27
"module": "./dist/esm/index.js",
28
"files": [
29
"dist"
0 commit comments