File tree Expand file tree Collapse file tree 5 files changed +11
-72
lines changed
repo-scripts/changelog-generator Expand file tree Collapse file tree 5 files changed +11
-72
lines changed Original file line number Diff line number Diff line change 5858 "devDependencies" : {
5959 "@firebase/app" : " 0.11.3" ,
6060 "@rollup/plugin-json" : " 6.1.0" ,
61+ "@types/dom-chromium-ai" : " 0.0.6" ,
6162 "rollup" : " 2.79.2" ,
6263 "rollup-plugin-replace" : " 2.2.0" ,
6364 "rollup-plugin-typescript2" : " 0.36.0" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1616 */
1717
1818import { TypedSchema } from '../requests/schema-builder' ;
19- import { AILanguageModelCreateOptionsWithSystemPrompt } from './ai' ;
2019import { Content , Part } from './content' ;
2120import {
2221 FunctionCallingMode ,
Original file line number Diff line number Diff line change 33 "strict" : true ,
44 "outDir" : " dist" ,
55 "lib" : [
6- " ESNext"
6+ " ESNext" ,
7+ " dom"
78 ],
89 "module" : " CommonJS" ,
910 "moduleResolution" : " node" ,
Original file line number Diff line number Diff line change 29382938 "@types/node" "*"
29392939
29402940"@types/cors@^2.8.12":
2941- version "2.8.17"
2942- resolved "https://registry.npmjs.org/@types/cors/-/cors-2.8.17.tgz#5d718a5e494a8166f569d986794e49c48b216b2b"
2943- integrity sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==
2944- dependencies:
2945- "@types/node" "*"
2941+ version "2.8.12"
2942+ resolved "https://registry.npmjs.org/@types/cors/-/cors-2.8.12.tgz"
2943+ integrity sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==
29462944
29472945"@types/deep-eql@*":
29482946 version "4.0.2"
29492947 resolved "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz#334311971d3a07121e7eb91b684a605e7eea9cbd"
29502948 integrity sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==
29512949
2950+ 2951+ version "0.0.6"
2952+ resolved "https://registry.npmjs.org/@types/dom-chromium-ai/-/dom-chromium-ai-0.0.6.tgz#0c9e5712d8db3d26586cd9f175001b509cd2e514"
2953+ integrity sha512-/jUGe9a3BLzsjjg18Olk/Ul64PZ0P4aw8uNxrXeXVTni5PSxyCfyhHb4UohsXNVByOnwYGzlqUcb3vYKVsG4mg==
2954+
29522955"@types/eslint-scope@^3.7.7":
29532956 version "3.7.7"
29542957 resolved "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz#3108bd5f18b0cdb277c867b3dd449c9ed7079ac5"
You can’t perform that action at this time.
0 commit comments