File tree 10 files changed +27
-21
lines changed
10 files changed +27
-21
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' firebase ' : major
3
+ ' @firebase/vertexai ' : major
4
+ ---
5
+
6
+ Release VertexAI in Firebase for general availability.
Original file line number Diff line number Diff line change 70
70
NPM_TOKEN_STORAGE : ${{secrets.NPM_TOKEN_STORAGE}}
71
71
NPM_TOKEN_STORAGE_TYPES : ${{secrets.NPM_TOKEN_STORAGE_TYPES}}
72
72
NPM_TOKEN_UTIL : ${{secrets.NPM_TOKEN_UTIL}}
73
- NPM_TOKEN_VERTEXAI_PREVIEW : ${{secrets.NPM_TOKEN_VERTEXAI_PREVIEW }}
73
+ NPM_TOKEN_VERTEXAI : ${{secrets.NPM_TOKEN_VERTEXAI }}
74
74
NPM_TOKEN_WEBCHANNEL_WRAPPER : ${{secrets.NPM_TOKEN_WEBCHANNEL_WRAPPER}}
75
75
NPM_TOKEN_FIREBASE : ${{secrets.NPM_TOKEN_FIREBASE}}
76
76
NPM_TOKEN_APP_COMPAT : ${{ secrets.NPM_TOKEN_APP_COMPAT }}
Original file line number Diff line number Diff line change 73
73
NPM_TOKEN_STORAGE : ${{secrets.NPM_TOKEN_STORAGE}}
74
74
NPM_TOKEN_STORAGE_TYPES : ${{secrets.NPM_TOKEN_STORAGE_TYPES}}
75
75
NPM_TOKEN_UTIL : ${{secrets.NPM_TOKEN_UTIL}}
76
- NPM_TOKEN_VERTEXAI_PREVIEW : ${{secrets.NPM_TOKEN_VERTEXAI_PREVIEW }}
76
+ NPM_TOKEN_VERTEXAI : ${{secrets.NPM_TOKEN_VERTEXAI }}
77
77
NPM_TOKEN_WEBCHANNEL_WRAPPER : ${{secrets.NPM_TOKEN_WEBCHANNEL_WRAPPER}}
78
78
NPM_TOKEN_FIREBASE : ${{secrets.NPM_TOKEN_FIREBASE}}
79
79
NPM_TOKEN_APP_COMPAT : ${{ secrets.NPM_TOKEN_APP_COMPAT }}
Original file line number Diff line number Diff line change 83
83
NPM_TOKEN_STORAGE : ${{secrets.NPM_TOKEN_STORAGE}}
84
84
NPM_TOKEN_STORAGE_TYPES : ${{secrets.NPM_TOKEN_STORAGE_TYPES}}
85
85
NPM_TOKEN_UTIL : ${{secrets.NPM_TOKEN_UTIL}}
86
- NPM_TOKEN_VERTEXAI_PREVIEW : ${{secrets.NPM_TOKEN_VERTEXAI_PREVIEW }}
86
+ NPM_TOKEN_VERTEXAI : ${{secrets.NPM_TOKEN_VERTEXAI }}
87
87
NPM_TOKEN_WEBCHANNEL_WRAPPER : ${{secrets.NPM_TOKEN_WEBCHANNEL_WRAPPER}}
88
88
NPM_TOKEN_FIREBASE : ${{secrets.NPM_TOKEN_FIREBASE}}
89
89
NPM_TOKEN_APP_COMPAT : ${{ secrets.NPM_TOKEN_APP_COMPAT }}
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
NPM_TOKEN_STORAGE : ${{secrets.NPM_TOKEN_STORAGE}}
110
110
NPM_TOKEN_STORAGE_TYPES : ${{secrets.NPM_TOKEN_STORAGE_TYPES}}
111
111
NPM_TOKEN_UTIL : ${{secrets.NPM_TOKEN_UTIL}}
112
- NPM_TOKEN_VERTEXAI_PREVIEW : ${{secrets.NPM_TOKEN_VERTEXAI_PREVIEW }}
112
+ NPM_TOKEN_VERTEXAI : ${{secrets.NPM_TOKEN_VERTEXAI }}
113
113
NPM_TOKEN_WEBCHANNEL_WRAPPER : ${{secrets.NPM_TOKEN_WEBCHANNEL_WRAPPER}}
114
114
NPM_TOKEN_FIREBASE : ${{secrets.NPM_TOKEN_FIREBASE}}
115
115
NPM_TOKEN_APP_COMPAT : ${{ secrets.NPM_TOKEN_APP_COMPAT }}
Original file line number Diff line number Diff line change 1
- ## API Report File for "@firebase/vertexai-preview "
1
+ ## API Report File for "@firebase/vertexai "
2
2
3
3
> Do not edit this file. It is a report generated by [ API Extractor] ( https://api-extractor.com/ ) .
4
4
Original file line number Diff line number Diff line change 215
215
},
216
216
"default" : " ./storage/dist/esm/index.esm.js"
217
217
},
218
- "./vertexai-preview " : {
219
- "types" : " ./vertexai-preview /dist/vertexai-preview /index.d.ts" ,
218
+ "./vertexai" : {
219
+ "types" : " ./vertexai/dist/vertexai/index.d.ts" ,
220
220
"node" : {
221
- "require" : " ./vertexai-preview /dist/index.cjs.js" ,
222
- "import" : " ./vertexai-preview /dist/index.mjs"
221
+ "require" : " ./vertexai/dist/index.cjs.js" ,
222
+ "import" : " ./vertexai/dist/index.mjs"
223
223
},
224
224
"browser" : {
225
- "require" : " ./vertexai-preview /dist/index.cjs.js" ,
226
- "import" : " ./vertexai-preview /dist/esm/index.esm.js"
225
+ "require" : " ./vertexai/dist/index.cjs.js" ,
226
+ "import" : " ./vertexai/dist/esm/index.esm.js"
227
227
},
228
- "default" : " ./vertexai-preview /dist/esm/index.esm.js"
228
+ "default" : " ./vertexai/dist/esm/index.esm.js"
229
229
},
230
230
"./compat/analytics" : {
231
231
"types" : " ./compat/analytics/dist/compat/analytics/index.d.ts" ,
413
413
"@firebase/app-check" : " 0.8.8" ,
414
414
"@firebase/app-check-compat" : " 0.3.15" ,
415
415
"@firebase/util" : " 1.10.0" ,
416
- "@firebase/vertexai-preview " : " 0.0.4"
416
+ "@firebase/vertexai" : " 0.0.4"
417
417
},
418
418
"devDependencies" : {
419
419
"rollup" : " 2.79.1" ,
446
446
" messaging" ,
447
447
" messaging/sw" ,
448
448
" database" ,
449
- " vertexai-preview "
449
+ " vertexai"
450
450
],
451
451
"typings" : " empty.d.ts"
452
452
}
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- export * from '@firebase/vertexai-preview ' ;
18
+ export * from '@firebase/vertexai' ;
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " firebase/vertexai-preview " ,
2
+ "name" : " firebase/vertexai" ,
3
3
"main" : " dist/index.cjs.js" ,
4
4
"browser" : " dist/esm/index.esm.js" ,
5
5
"module" : " dist/esm/index.esm.js" ,
6
- "typings" : " dist/vertexai-preview /index.d.ts"
6
+ "typings" : " dist/vertexai/index.d.ts"
7
7
}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @firebase/vertexai-preview " ,
2
+ "name" : " @firebase/vertexai" ,
3
3
"version" : " 0.0.4" ,
4
- "description" : " A Firebase SDK for VertexAI (preview) " ,
4
+ "description" : " A Firebase SDK for VertexAI" ,
5
5
"author" :
" Firebase <[email protected] > (https://firebase.google.com/)" ,
6
6
"engines" : {
7
7
"node" : " >=18.0.0"
11
11
"module" : " dist/esm/index.esm2017.js" ,
12
12
"exports" : {
13
13
"." : {
14
- "types" : " ./dist/vertexai-preview- public.d.ts" ,
14
+ "types" : " ./dist/vertexai-public.d.ts" ,
15
15
"node" : {
16
16
"require" : " ./dist/index.cjs.js" ,
17
17
"import" : " ./dist/esm/index.esm2017.js"
40
40
"test:skip-clone" : " karma start" ,
41
41
"test:browser" : " yarn testsetup && karma start" ,
42
42
"api-report" : " api-extractor run --local --verbose" ,
43
- "typings:public" : " node ../../scripts/build/use_typings.js ./dist/vertexai-preview- public.d.ts" ,
43
+ "typings:public" : " node ../../scripts/build/use_typings.js ./dist/vertexai-public.d.ts" ,
44
44
"trusted-type-check" : " tsec -p tsconfig.json --noEmit"
45
45
},
46
46
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments