We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed741b6 commit 0862288Copy full SHA for 0862288
.changeset/seven-goats-call.md
@@ -0,0 +1,5 @@
1
+---
2
+"@webnect/driver": patch
3
4
+
5
+fix publish exports
driver/package.json
@@ -23,12 +23,12 @@
23
"access": "public",
24
"exports": {
25
".": {
26
- "default": "./src/index.js",
27
- "type": "./src/index.d.ts"
+ "default": "./dist/index.js",
+ "type": "./dist/index.d.ts"
28
},
29
"./deraw": {
30
- "default": "./src/camera/deraw/index.js",
31
- "type": "./src/camera/deraw/index.d.ts"
+ "default": "./dist/camera/deraw/index.js",
+ "type": "./dist/camera/deraw/index.d.ts"
32
}
33
34
0 commit comments