File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @trigger.dev/sdk " : patch
3
+ ---
4
+
5
+ Remove browser export condition - not necessary with the react-hooks package that uses core
Original file line number Diff line number Diff line change 27
27
},
28
28
"sourceDialects" : [
29
29
" @triggerdotdev/source"
30
- ],
31
- "esmDialects" : [
32
- " browser"
33
30
]
34
31
},
35
32
"typesVersions" : {
83
80
"exports" : {
84
81
"./package.json" : " ./package.json" ,
85
82
"." : {
86
- "browser" : {
87
- "types" : " ./dist/browser/index.d.ts" ,
88
- "default" : " ./dist/browser/index.js"
89
- },
90
83
"import" : {
91
84
"@triggerdotdev/source" : " ./src/index.ts" ,
92
85
"types" : " ./dist/esm/index.d.ts" ,
98
91
}
99
92
},
100
93
"./v3" : {
101
- "browser" : {
102
- "types" : " ./dist/browser/v3/index.d.ts" ,
103
- "default" : " ./dist/browser/v3/index.js"
104
- },
105
94
"import" : {
106
95
"@triggerdotdev/source" : " ./src/v3/index.ts" ,
107
96
"types" : " ./dist/esm/v3/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments