Skip to content

Commit

Permalink
chore: remove unnecessary browser export condition (#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericallam authored Nov 1, 2024
1 parent 58def05 commit cc74cae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .changeset/weak-comics-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@trigger.dev/sdk": patch
---

Remove browser export condition - not necessary with the react-hooks package that uses core
11 changes: 0 additions & 11 deletions packages/trigger-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
},
"sourceDialects": [
"@triggerdotdev/source"
],
"esmDialects": [
"browser"
]
},
"typesVersions": {
Expand Down Expand Up @@ -83,10 +80,6 @@
"exports": {
"./package.json": "./package.json",
".": {
"browser": {
"types": "./dist/browser/index.d.ts",
"default": "./dist/browser/index.js"
},
"import": {
"@triggerdotdev/source": "./src/index.ts",
"types": "./dist/esm/index.d.ts",
Expand All @@ -98,10 +91,6 @@
}
},
"./v3": {
"browser": {
"types": "./dist/browser/v3/index.d.ts",
"default": "./dist/browser/v3/index.js"
},
"import": {
"@triggerdotdev/source": "./src/v3/index.ts",
"types": "./dist/esm/v3/index.d.ts",
Expand Down

0 comments on commit cc74cae

Please sign in to comment.