@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.
package/dist/esm/index.esm.js
CHANGED
|
@@ -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
|
|
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
package/dist/index.node.cjs.js
CHANGED
package/dist/index.node.mjs
CHANGED
|
@@ -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
|
|
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-
|
|
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.
|
|
52
|
-
"@firebase/app-types": "0.
|
|
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",
|