File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 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 11{
22 "name" : " geofire-common" ,
33 "description" : " Location-based querying and filtering using Firebase" ,
4- "version" : " 5.2 .0" ,
4+ "version" : " 6.0 .0" ,
55 "scripts" : {
66 "build" : " rollup -c" ,
77 "coverage" : " nyc report --reporter=text-lcov > ./coverage/lcov.info" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " geofire" ,
33 "description" : " Location-based querying and filtering using Firebase" ,
4- "version" : " 5.2 .0" ,
4+ "version" : " 6.0 .0" ,
55 "scripts" : {
66 "build" : " rollup -c" ,
77 "coverage" : " nyc report --reporter=text-lcov > ./coverage/lcov.info" ,
3939 ],
4040 "dependencies" : {
4141 "@firebase/database-types" : " ^0.7.0" ,
42- "geofire-common" : " 5.2 .0"
42+ "geofire-common" : " 6.0 .0"
4343 },
4444 "peerDependencies" : {
4545 "firebase" : " 9.x.x"
You can’t perform that action at this time.
0 commit comments