Skip to content

Commit 0f5cf3e

Browse files
authored
Merge 01b4174 into 75d4a9a
2 parents 75d4a9a + 01b4174 commit 0f5cf3e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/perfect-colts-scream.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@firebase/database-compat": patch
3+
---
4+
5+
Solve @firebase/database-compat/standalone resolution issues with astrojs

packages/database-compat/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
},
3131
"./standalone": {
3232
"types": "./dist/database-compat/src/index.standalone.d.ts",
33-
"node": "./dist/index.standalone.js"
33+
"node": "./dist/index.standalone.js",
34+
"default": "./dist/index.standalone.js"
3435
},
3536
"./package.json": "./package.json"
3637
},

0 commit comments

Comments
 (0)