File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- - [ Breaking change] Upgraded GeoFire to use the Firebase JS SDK v9. GeoFire no longer supports Firebase SDK below version 9.0.0
2
- - [ Internal] Replace the ` uglify ` plugin with ` terser `
3
- - See the migration guide (https://github.com/firebase/geofire-js/tree/master/migration#upgrading-from-geofire-3xx-to-4xx ) for upgrade instructions
1
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " geofire-common" ,
3
3
"description" : " Location-based querying and filtering using Firebase" ,
4
- "version" : " 5.2 .0" ,
4
+ "version" : " 6.0 .0" ,
5
5
"scripts" : {
6
6
"build" : " rollup -c" ,
7
7
"coverage" : " nyc report --reporter=text-lcov > ./coverage/lcov.info" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " geofire" ,
3
3
"description" : " Location-based querying and filtering using Firebase" ,
4
- "version" : " 5.2 .0" ,
4
+ "version" : " 6.0 .0" ,
5
5
"scripts" : {
6
6
"build" : " rollup -c" ,
7
7
"coverage" : " nyc report --reporter=text-lcov > ./coverage/lcov.info" ,
39
39
],
40
40
"dependencies" : {
41
41
"@firebase/database-types" : " ^0.7.0" ,
42
- "geofire-common" : " 5.2 .0"
42
+ "geofire-common" : " 6.0 .0"
43
43
},
44
44
"peerDependencies" : {
45
45
"firebase" : " 9.x.x"
You can’t perform that action at this time.
0 commit comments