Skip to content

Commit

Permalink
Update compat typing for app (#7294)
Browse files Browse the repository at this point in the history
* Update compat typing for app

* Add changeset

* Update changeset

* Update changeset

* Revert update to node-fetch
  • Loading branch information
dwyfrequency authored May 25, 2023
1 parent 4c492e0 commit 4a86f4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/shaggy-donkeys-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'firebase': patch
---

Fixed the types path for `compat/app`.
2 changes: 1 addition & 1 deletion packages/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"default": "./compat/analytics/dist/esm/index.esm.js"
},
"./compat/app": {
"types": "./compat/app/dist/compat/app/index.d.ts",
"types": "./compat/index.d.ts",
"node": {
"require": "./compat/app/dist/index.cjs.js",
"import": "./compat/app/dist/index.mjs"
Expand Down

0 comments on commit 4a86f4e

Please sign in to comment.