@askalf/dario 3.30.4 → 3.30.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.
|
@@ -271,7 +271,7 @@ export declare function _resetInstalledVersionProbeForTest(): void;
|
|
|
271
271
|
*/
|
|
272
272
|
export declare const SUPPORTED_CC_RANGE: {
|
|
273
273
|
readonly min: "1.0.0";
|
|
274
|
-
readonly maxTested: "2.1.
|
|
274
|
+
readonly maxTested: "2.1.116";
|
|
275
275
|
};
|
|
276
276
|
/**
|
|
277
277
|
* Compare two dotted-numeric version strings. Returns negative if `a<b`,
|
package/dist/live-fingerprint.js
CHANGED
|
@@ -711,7 +711,7 @@ export function _resetInstalledVersionProbeForTest() {
|
|
|
711
711
|
*/
|
|
712
712
|
export const SUPPORTED_CC_RANGE = {
|
|
713
713
|
min: '1.0.0',
|
|
714
|
-
maxTested: '2.1.
|
|
714
|
+
maxTested: '2.1.116',
|
|
715
715
|
};
|
|
716
716
|
/**
|
|
717
717
|
* 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.30.
|
|
3
|
+
"version": "3.30.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": {
|