gusage 1.2.1 → 1.3.0
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11,7 +11,7 @@ import { execSync, spawn } from "child_process";
|
|
|
11
11
|
// package.json
|
|
12
12
|
var package_default = {
|
|
13
13
|
name: "gusage",
|
|
14
|
-
version: "1.
|
|
14
|
+
version: "1.3.0",
|
|
15
15
|
description: "A standalone CLI to export Gemini CLI quota and usage statistics",
|
|
16
16
|
module: "index.ts",
|
|
17
17
|
type: "module",
|
|
@@ -66,7 +66,7 @@ var MAIN_ACCOUNT_KEY = "main-account";
|
|
|
66
66
|
var ENCRYPTED_FILE_NAME = "mcp-oauth-tokens-v2.json";
|
|
67
67
|
var LEGACY_OAUTH_FILE = "oauth_creds.json";
|
|
68
68
|
var VALID_GEMINI_MODELS = new Set([
|
|
69
|
-
"gemini-3-pro-preview",
|
|
69
|
+
"gemini-3.1-pro-preview",
|
|
70
70
|
"gemini-3-flash-preview",
|
|
71
71
|
"gemini-2.5-pro",
|
|
72
72
|
"gemini-2.5-flash",
|