@askalf/dario 5.5.4 → 5.5.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.
@@ -354,7 +354,7 @@ export declare function detectDrift(t: TemplateData, installedOverride?: string
354
354
  */
355
355
  export declare const SUPPORTED_CC_RANGE: {
356
356
  readonly min: "1.0.0";
357
- readonly maxTested: "2.1.225";
357
+ readonly maxTested: "2.1.226";
358
358
  };
359
359
  /**
360
360
  * Compare two dotted-numeric version strings. Returns negative if `a<b`,
@@ -969,7 +969,7 @@ export function detectDrift(t, installedOverride) {
969
969
  */
970
970
  export const SUPPORTED_CC_RANGE = {
971
971
  min: '1.0.0',
972
- maxTested: '2.1.225',
972
+ maxTested: '2.1.226',
973
973
  };
974
974
  /**
975
975
  * 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.4",
3
+ "version": "5.5.5",
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": {