We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cd718 commit c916945Copy full SHA for c916945
1 file changed
packages/secure-exec/package.json
@@ -16,16 +16,19 @@
16
},
17
"exports": {
18
".": {
19
+ "types": "./dist/index.d.ts",
20
"import": "./dist/index.js",
- "types": "./dist/index.d.ts"
21
+ "default": "./dist/index.js"
22
23
"./browser": {
24
+ "types": "./dist/browser-runtime.d.ts",
25
"import": "./dist/browser-runtime.js",
- "types": "./dist/browser-runtime.d.ts"
26
+ "default": "./dist/browser-runtime.js"
27
28
"./python": {
29
+ "types": "./dist/python-runtime.d.ts",
30
"import": "./dist/python-runtime.js",
- "types": "./dist/python-runtime.d.ts"
31
+ "default": "./dist/python-runtime.js"
32
}
33
34
"scripts": {
0 commit comments