Skip to content

csv-firestore_v2.0.0

Compare
Choose a tag to compare
@ciatph ciatph released this 09 Feb 09:39
· 5 commits to master since this release
5016437

Summary

February 9, 2025

Warning

  • This update introduces a breaking change to libraries using the previous versions.
  • Libraries using the latest version of this package (v2.0.0) will need:
    • At least Node v18, a requirement of firebase-admin v13.1.0
    • Test if methods usage from firebase-admin v10 - v11.0.1 need to sync with methods for firebase-admin v13.1.0

Updates

  • Fix: upgrade firebase-admin to v13.1.0, Fixes #25
  • Update package.json engines section - use "engines": ">=18"
  • Chore: ignore the /examples directory in npm publish

Dependency Updates

Package Old New
dotenv 16.0.1 16.4.7
firebase-admin 11.0.1 13.1.0
eslint-config-standard 17.0.0 17.1.0

What's Changed

Full Changelog: v1.1.1...v2.0.0