Skip to content

Commit

Permalink
chore: add data-connect to exports map
Browse files Browse the repository at this point in the history
  • Loading branch information
HassanBahati committed Dec 16, 2024
1 parent a33dcf7 commit 2007da9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"./firestore": {
"import": "./dist/firestore.js",
"types": "./dist/firestore.d.ts"
},
"./data-connect": {
"import": "./dist/dataconnect.js",
"types": "./dist/dataconnect.d.ts"
}
},
"author": {
Expand Down
1 change: 1 addition & 0 deletions packages/react/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default defineConfig({
index: "src/index.ts",
auth: "src/auth/index.ts",
firestore: "src/firestore/index.ts",
dataconnect: "src/data-connect/index.ts",
},
format: ["esm"],
dts: true, // generates .d.ts files
Expand Down

0 comments on commit 2007da9

Please sign in to comment.