Skip to content

Commit 4a86f4e

Browse files
authored
Update compat typing for app (#7294)
* Update compat typing for app * Add changeset * Update changeset * Update changeset * Revert update to node-fetch
1 parent 4c492e0 commit 4a86f4e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/shaggy-donkeys-know.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'firebase': patch
3+
---
4+
5+
Fixed the types path for `compat/app`.

packages/firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
"default": "./compat/analytics/dist/esm/index.esm.js"
229229
},
230230
"./compat/app": {
231-
"types": "./compat/app/dist/compat/app/index.d.ts",
231+
"types": "./compat/index.d.ts",
232232
"node": {
233233
"require": "./compat/app/dist/index.cjs.js",
234234
"import": "./compat/app/dist/index.mjs"

0 commit comments

Comments
 (0)