@angular/fire 17.0.0-canary.6604db7 → 17.0.0-canary.73b40da

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,7 +1,7 @@
1
1
  {
2
2
  "$schema": "../node_modules/ng-packagr/package.schema.json",
3
3
  "name": "@angular/fire",
4
- "version": "17.0.0-canary.6604db7",
4
+ "version": "17.0.0-canary.73b40da",
5
5
  "description": "Angular + Firebase = ❤️",
6
6
  "schematics": "./schematics/collection.json",
7
7
  "builders": "./schematics/builders.json",
@@ -28,7 +28,7 @@
28
28
  "@angular/platform-browser": "^17.0.0",
29
29
  "@angular/platform-browser-dynamic": "^17.0.0",
30
30
  "rxjs": "~7.8.0",
31
- "firebase-tools": "^12.0.0"
31
+ "firebase-tools": "^13.0.0"
32
32
  },
33
33
  "peerDependenciesMeta": {
34
34
  "firebase-tools": {
@@ -144,7 +144,7 @@ const setupFirebase = (config) => {
144
144
  serveTarget: (_d = options.serveTarget) === null || _d === void 0 ? void 0 : _d[1],
145
145
  }
146
146
  },
147
- defaultConfiguration: 'development',
147
+ defaultConfiguration: 'production',
148
148
  };
149
149
  tree.overwrite(workspacePath, JSON.stringify(workspace, null, 2));
150
150
  generateFirebaseJson(tree, 'firebase.json', options.project, options.ssrRegion);