firebase-tools 15.13.0 → 15.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "firebase-tools",
3
- "version": "15.13.0",
3
+ "version": "15.14.0",
4
4
  "description": "Command-Line Interface for Firebase",
5
5
  "main": "./lib/index.js",
6
6
  "mcpName": "io.github.firebase/firebase-mcp",
@@ -1412,6 +1412,9 @@
1412
1412
  "firestore": {
1413
1413
  "additionalProperties": false,
1414
1414
  "properties": {
1415
+ "edition": {
1416
+ "type": "string"
1417
+ },
1415
1418
  "host": {
1416
1419
  "type": "string"
1417
1420
  },