@firebase/ai 2.13.1-20260616175646 → 2.13.1-eap-crashlytics.659b578fb

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.
@@ -4,7 +4,7 @@ import { FirebaseError, Deferred, getModularInstance } from '@firebase/util';
4
4
  import { Logger } from '@firebase/logger';
5
5
 
6
6
  var name = "@firebase/ai";
7
- var version = "2.13.1-20260616175646";
7
+ var version = "2.13.1-eap-crashlytics.659b578fb";
8
8
 
9
9
  /**
10
10
  * @license
@@ -5255,6 +5255,22 @@ function getTemplateImagenModel(ai, requestOptions) {
5255
5255
  *
5256
5256
  * @packageDocumentation
5257
5257
  */
5258
+ /**
5259
+ * @license
5260
+ * Copyright 2025 Google LLC
5261
+ *
5262
+ * Licensed under the Apache License, Version 2.0 (the "License");
5263
+ * you may not use this file except in compliance with the License.
5264
+ * You may obtain a copy of the License at
5265
+ *
5266
+ * http://www.apache.org/licenses/LICENSE-2.0
5267
+ *
5268
+ * Unless required by applicable law or agreed to in writing, software
5269
+ * distributed under the License is distributed on an "AS IS" BASIS,
5270
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5271
+ * See the License for the specific language governing permissions and
5272
+ * limitations under the License.
5273
+ */
5258
5274
  function registerAI() {
5259
5275
  _registerComponent(new Component(AI_TYPE, factory, "PUBLIC" /* ComponentType.PUBLIC */).setMultipleInstances(true));
5260
5276
  registerVersion(name, version);