@firebase/ai 2.13.0 → 2.13.1-20260616165109

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.
@@ -512,6 +512,12 @@ export interface GoogleSearch {
512
512
  * @public
513
513
  */
514
514
  export interface GoogleMaps {
515
+ /**
516
+ * @deprecated The `enableWidget` feature has been deprecated by the Grounding for Google Maps
517
+ * service.
518
+ *
519
+ * If true, include the widget context token in the response.
520
+ */
515
521
  enableWidget?: boolean;
516
522
  }
517
523
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/ai",
3
- "version": "2.13.0",
3
+ "version": "2.13.1-20260616165109",
4
4
  "description": "The Firebase AI SDK",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "engines": {
@@ -48,7 +48,7 @@
48
48
  "trusted-type-check": "tsec -p tsconfig.json --noEmit"
49
49
  },
50
50
  "peerDependencies": {
51
- "@firebase/app": "0.x",
51
+ "@firebase/app": "0.15.0-20260616165109",
52
52
  "@firebase/app-types": "0.x"
53
53
  },
54
54
  "dependencies": {
@@ -60,7 +60,7 @@
60
60
  },
61
61
  "license": "Apache-2.0",
62
62
  "devDependencies": {
63
- "@firebase/app": "0.14.13",
63
+ "@firebase/app": "0.15.0-20260616165109",
64
64
  "@rollup/plugin-json": "6.1.0",
65
65
  "rollup": "2.79.2",
66
66
  "rollup-plugin-replace": "2.2.0",