@askalf/dario 3.19.4 → 3.19.5
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.
|
@@ -259,7 +259,7 @@ export declare function _resetInstalledVersionProbeForTest(): void;
|
|
|
259
259
|
*/
|
|
260
260
|
export declare const SUPPORTED_CC_RANGE: {
|
|
261
261
|
readonly min: "1.0.0";
|
|
262
|
-
readonly maxTested: "2.1.
|
|
262
|
+
readonly maxTested: "2.1.112";
|
|
263
263
|
};
|
|
264
264
|
/**
|
|
265
265
|
* Compare two dotted-numeric version strings. Returns negative if `a<b`,
|
package/dist/live-fingerprint.js
CHANGED
|
@@ -695,7 +695,7 @@ export function _resetInstalledVersionProbeForTest() {
|
|
|
695
695
|
*/
|
|
696
696
|
export const SUPPORTED_CC_RANGE = {
|
|
697
697
|
min: '1.0.0',
|
|
698
|
-
maxTested: '2.1.
|
|
698
|
+
maxTested: '2.1.112',
|
|
699
699
|
};
|
|
700
700
|
/**
|
|
701
701
|
* Compare two dotted-numeric version strings. Returns negative if `a<b`,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@askalf/dario",
|
|
3
|
-
"version": "3.19.
|
|
3
|
+
"version": "3.19.5",
|
|
4
4
|
"description": "A local LLM router. One endpoint, every provider — Claude subscriptions, OpenAI, OpenRouter, Groq, local LiteLLM, any OpenAI-compat endpoint — your tools don't need to change.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|