@jsonstudio/rcc 0.90.247 → 0.90.248
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/build-info.js
CHANGED
|
@@ -4,12 +4,11 @@
|
|
|
4
4
|
* Resolves runtime configuration from environment variables.
|
|
5
5
|
*/
|
|
6
6
|
import { resolveBoolFromEnv } from './utils.js';
|
|
7
|
-
import { buildInfo } from '../../../../build-info.js';
|
|
8
7
|
/**
|
|
9
8
|
* Check if usage logging is enabled
|
|
10
9
|
*/
|
|
11
10
|
export function isUsageLoggingEnabled() {
|
|
12
|
-
return resolveBoolFromEnv(process.env.ROUTECODEX_USAGE_LOG ?? process.env.RCC_USAGE_LOG,
|
|
11
|
+
return resolveBoolFromEnv(process.env.ROUTECODEX_USAGE_LOG ?? process.env.RCC_USAGE_LOG, true);
|
|
13
12
|
}
|
|
14
13
|
/**
|
|
15
14
|
* Check if verbose error logging is enabled
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"env-config.js","sourceRoot":"","sources":["../../../../../src/server/runtime/http-server/executor/env-config.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"env-config.js","sourceRoot":"","sources":["../../../../../src/server/runtime/http-server/executor/env-config.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAEhD;;GAEG;AACH,MAAM,UAAU,qBAAqB;IACnC,OAAO,kBAAkB,CACvB,OAAO,CAAC,GAAG,CAAC,oBAAoB,IAAI,OAAO,CAAC,GAAG,CAAC,aAAa,EAC7D,IAAI,CACL,CAAC;AACJ,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,4BAA4B;IAC1C,OAAO,kBAAkB,CACvB,OAAO,CAAC,GAAG,CAAC,wBAAwB,IAAI,OAAO,CAAC,GAAG,CAAC,iBAAiB,EACrE,KAAK,CACN,CAAC;AACJ,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsonstudio/rcc",
|
|
3
|
-
"version": "0.90.
|
|
3
|
+
"version": "0.90.248",
|
|
4
4
|
"description": "Multi-provider OpenAI proxy server with anthropic/responses/chat support (release)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"@ai-sdk/anthropic": "^3.0.58",
|
|
160
160
|
"@ai-sdk/openai": "^3.0.41",
|
|
161
161
|
"@anthropic-ai/sdk": "^0.65.0",
|
|
162
|
-
"@jsonstudio/llms": "0.6.
|
|
162
|
+
"@jsonstudio/llms": "0.6.3689",
|
|
163
163
|
"@lmstudio/sdk": "^1.5.0",
|
|
164
164
|
"@radix-ui/react-switch": "^1.2.6",
|
|
165
165
|
"@types/socket.io": "^3.0.1",
|