@cleocode/adapters 2026.4.25 → 2026.4.27

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.
package/dist/index.js CHANGED
@@ -387,7 +387,14 @@ var init_hooks = __esm({
387
387
  });
388
388
 
389
389
  // packages/adapters/src/providers/claude-code/install.ts
390
- import { copyFileSync, existsSync as existsSync2, mkdirSync, readFileSync as readFileSync2, readdirSync, writeFileSync as writeFileSync2 } from "node:fs";
390
+ import {
391
+ copyFileSync,
392
+ existsSync as existsSync2,
393
+ mkdirSync,
394
+ readdirSync,
395
+ readFileSync as readFileSync2,
396
+ writeFileSync as writeFileSync2
397
+ } from "node:fs";
391
398
  import { homedir as homedir3 } from "node:os";
392
399
  import { dirname as dirname2, join as join4 } from "node:path";
393
400
  import { fileURLToPath } from "node:url";