@firebase/ai 2.0.0-canary.56fbe5207 → 2.0.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.
@@ -8,7 +8,7 @@ var util = require('@firebase/util');
8
8
  var logger$1 = require('@firebase/logger');
9
9
 
10
10
  var name = "@firebase/ai";
11
- var version = "2.0.0-canary.56fbe5207";
11
+ var version = "2.0.0";
12
12
 
13
13
  /**
14
14
  * @license
@@ -464,7 +464,7 @@ const ImagenPersonFilterLevel = {
464
464
  * To specify an aspect ratio for generated images, set the `aspectRatio` property in your
465
465
  * {@link ImagenGenerationConfig}.
466
466
  *
467
- * See the {@link http://firebase.google.com/docs/vertex-ai/generate-images | documentation }
467
+ * See the the {@link http://firebase.google.com/docs/vertex-ai/generate-images | documentation }
468
468
  * for more details and examples of the supported aspect ratios.
469
469
  *
470
470
  * @beta