@askalf/dario 5.5.23 → 5.5.24
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.
|
@@ -390,7 +390,7 @@ export declare function detectDrift(t: TemplateData, installedOverride?: string
|
|
|
390
390
|
*/
|
|
391
391
|
export declare const SUPPORTED_CC_RANGE: {
|
|
392
392
|
readonly min: "1.0.0";
|
|
393
|
-
readonly maxTested: "2.1.
|
|
393
|
+
readonly maxTested: "2.1.236";
|
|
394
394
|
};
|
|
395
395
|
/**
|
|
396
396
|
* Compare two dotted-numeric version strings. Returns negative if `a<b`,
|
package/dist/live-fingerprint.js
CHANGED
|
@@ -1009,7 +1009,7 @@ export function detectDrift(t, installedOverride) {
|
|
|
1009
1009
|
*/
|
|
1010
1010
|
export const SUPPORTED_CC_RANGE = {
|
|
1011
1011
|
min: '1.0.0',
|
|
1012
|
-
maxTested: '2.1.
|
|
1012
|
+
maxTested: '2.1.236',
|
|
1013
1013
|
};
|
|
1014
1014
|
/**
|
|
1015
1015
|
* 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": "5.5.
|
|
3
|
+
"version": "5.5.24",
|
|
4
4
|
"description": "Use your Claude Pro/Max subscription in any tool — Cursor, Cline, Aider, the Agent SDK, your scripts — at subscription pricing, not per-token API bills. One local Anthropic + OpenAI-compatible endpoint.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|