File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 22
22
"." : {
23
23
"import" : " ./dist/index.mjs" ,
24
24
"require" : " ./dist/index.js"
25
+ },
26
+ "./worker" : {
27
+ "import" : " ./dist/worker.mjs" ,
28
+ "require" : " ./dist/worker.js"
25
29
}
26
30
},
27
31
"main" : " ./dist/index.js" ,
28
32
"module" : " ./dist/index.mjs" ,
33
+ "typesVersions" : {
34
+ "*" : {
35
+ "./worker" : [
36
+ " ./dist/index.d.ts"
37
+ ]
38
+ }
39
+ },
29
40
"files" : [
30
41
" dist"
31
42
],
Original file line number Diff line number Diff line change 21
21
"." : {
22
22
"import" : " ./dist/index.mjs" ,
23
23
"require" : " ./dist/index.js"
24
+ },
25
+ "./worker" : {
26
+ "import" : " ./dist/worker.mjs" ,
27
+ "require" : " ./dist/worker.js"
24
28
}
25
29
},
26
30
"main" : " ./dist/index.js" ,
27
31
"module" : " ./dist/index.mjs" ,
32
+ "typesVersions" : {
33
+ "*" : {
34
+ "./worker" : [
35
+ " ./dist/index.d.ts"
36
+ ]
37
+ }
38
+ },
28
39
"files" : [
29
40
" dist"
30
41
],
You can’t perform that action at this time.
0 commit comments