@askalf/dario 5.5.39 → 5.5.40
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.
|
@@ -456,7 +456,7 @@ export declare function detectDrift(t: TemplateData, installedOverride?: string
|
|
|
456
456
|
*/
|
|
457
457
|
export declare const SUPPORTED_CC_RANGE: {
|
|
458
458
|
readonly min: "1.0.0";
|
|
459
|
-
readonly maxTested: "2.1.
|
|
459
|
+
readonly maxTested: "2.1.238";
|
|
460
460
|
};
|
|
461
461
|
/**
|
|
462
462
|
* Compare two dotted-numeric version strings. Returns negative if `a<b`,
|
package/dist/live-fingerprint.js
CHANGED
|
@@ -1145,7 +1145,7 @@ export function detectDrift(t, installedOverride) {
|
|
|
1145
1145
|
*/
|
|
1146
1146
|
export const SUPPORTED_CC_RANGE = {
|
|
1147
1147
|
min: '1.0.0',
|
|
1148
|
-
maxTested: '2.1.
|
|
1148
|
+
maxTested: '2.1.238',
|
|
1149
1149
|
};
|
|
1150
1150
|
/**
|
|
1151
1151
|
* 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.40",
|
|
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": {
|