@wix/pathgrade 1.0.36 → 1.0.37
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.
|
@@ -2,7 +2,7 @@ const TOKEN_KEYS = [
|
|
|
2
2
|
'totalTokens', 'inputTokens', 'cachedInputTokens',
|
|
3
3
|
'cacheWriteInputTokens', 'outputTokens', 'reasoningOutputTokens',
|
|
4
4
|
];
|
|
5
|
-
|
|
5
|
+
const WIX_CODEX_USD_PER_CREDIT = 0.034;
|
|
6
6
|
const USAGE_READ_FALLBACK_TIMEOUT_MS = 5_000;
|
|
7
7
|
export class CodexTurnUsageAccounting {
|
|
8
8
|
baseline;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/pathgrade",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.37",
|
|
4
4
|
"packageManager": "yarn@4.12.0",
|
|
5
5
|
"description": "Evaluate whether AI agents discover and use your skills correctly",
|
|
6
6
|
"exports": {
|
|
@@ -141,5 +141,5 @@
|
|
|
141
141
|
"typescript": "^5.9.3",
|
|
142
142
|
"zod": "4.3.6"
|
|
143
143
|
},
|
|
144
|
-
"falconPackageHash": "
|
|
144
|
+
"falconPackageHash": "f09fc542f60a4327a1e66eed12cb32899949f10edc82ae397902743f"
|
|
145
145
|
}
|