- Align google-gemini-cli-provider's @google/gemini-cli-core dep from 0.40.1 → 0.41.2 to match root; npm deduplicates to a single module instance, so diag.setLogger is called only once (no 'overwritten' warn) - Add logtape.meta logger config at 'warning' level to suppress LogTape's own 'loggers are configured' info message on every startup Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
23 lines
477 B
JSON
23 lines
477 B
JSON
{
|
|
"name": "@singularity-forge/google-gemini-cli-provider",
|
|
"version": "2.75.3",
|
|
"description": "Gemini CLI Core transport helper for SF providers",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@google/gemini-cli-core": "0.41.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=26.1.0"
|
|
}
|
|
}
|