@firebase/ai 2.6.1-20251215180848 → 2.6.1-canary.8bac8f0b2

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.6.1-20251215180848";
7
+ var version = "2.6.1-canary.8bac8f0b2";
8
8
 
9
9
  /**
10
10
  * @license
@@ -73,7 +73,7 @@ export interface ImagenResponseInternal {
73
73
  * The parameters to be sent in the request body of the HTTP call
74
74
  * to the Vertex AI backend.
75
75
  *
76
- * We need a seperate internal-only interface for this because the REST
76
+ * We need a separate internal-only interface for this because the REST
77
77
  * API expects different parameter names than what we show to our users.
78
78
  *
79
79
  * Sample request body JSON:
package/dist/index.cjs.js CHANGED
@@ -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.6.1-20251215180848";
11
+ var version = "2.6.1-canary.8bac8f0b2";
12
12
 
13
13
  /**
14
14
  * @license
@@ -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.6.1-20251215180848";
11
+ var version = "2.6.1-canary.8bac8f0b2";
12
12
 
13
13
  /**
14
14
  * @license
@@ -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.6.1-20251215180848";
7
+ var version = "2.6.1-canary.8bac8f0b2";
8
8
 
9
9
  /**
10
10
  * @license
@@ -73,7 +73,7 @@ export interface ImagenResponseInternal {
73
73
  * The parameters to be sent in the request body of the HTTP call
74
74
  * to the Vertex AI backend.
75
75
  *
76
- * We need a seperate internal-only interface for this because the REST
76
+ * We need a separate internal-only interface for this because the REST
77
77
  * API expects different parameter names than what we show to our users.
78
78
  *
79
79
  * Sample request body JSON:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/ai",
3
- "version": "2.6.1-20251215180848",
3
+ "version": "2.6.1-canary.8bac8f0b2",
4
4
  "description": "The Firebase AI SDK",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "engines": {
@@ -48,19 +48,19 @@
48
48
  "trusted-type-check": "tsec -p tsconfig.json --noEmit"
49
49
  },
50
50
  "peerDependencies": {
51
- "@firebase/app": "0.x",
52
- "@firebase/app-types": "0.x"
51
+ "@firebase/app": "0.14.6-canary.8bac8f0b2",
52
+ "@firebase/app-types": "0.9.3-canary.8bac8f0b2"
53
53
  },
54
54
  "dependencies": {
55
- "@firebase/app-check-interop-types": "0.3.3",
56
- "@firebase/component": "0.7.0",
57
- "@firebase/logger": "0.5.0",
58
- "@firebase/util": "1.13.0",
55
+ "@firebase/app-check-interop-types": "0.3.3-canary.8bac8f0b2",
56
+ "@firebase/component": "0.7.0-canary.8bac8f0b2",
57
+ "@firebase/logger": "0.5.0-canary.8bac8f0b2",
58
+ "@firebase/util": "1.13.0-canary.8bac8f0b2",
59
59
  "tslib": "^2.1.0"
60
60
  },
61
61
  "license": "Apache-2.0",
62
62
  "devDependencies": {
63
- "@firebase/app": "0.14.6",
63
+ "@firebase/app": "0.14.6-canary.8bac8f0b2",
64
64
  "@rollup/plugin-json": "6.1.0",
65
65
  "rollup": "2.79.2",
66
66
  "rollup-plugin-replace": "2.2.0",