pi-anycopy 0.2.6 → 0.2.7

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.
@@ -1,4 +1,4 @@
1
- import type { SessionEntry } from "@mariozechner/pi-coding-agent";
1
+ import type { SessionEntry } from "@earendil-works/pi-coding-agent";
2
2
 
3
3
  export const ANYCOPY_FOLD_STATE_CUSTOM_TYPE = "anycopy-fold-state";
4
4
  const FOLD_STATE_SCHEMA_VERSION = 1;
@@ -14,17 +14,17 @@
14
14
  * Esc - close
15
15
  */
16
16
 
17
- import type { ExtensionAPI, ExtensionCommandContext, SessionEntry } from "@mariozechner/pi-coding-agent";
17
+ import type { ExtensionAPI, ExtensionCommandContext, SessionEntry } from "@earendil-works/pi-coding-agent";
18
18
  import {
19
19
  copyToClipboard,
20
20
  getLanguageFromPath,
21
21
  getMarkdownTheme,
22
22
  highlightCode,
23
23
  TreeSelectorComponent,
24
- } from "@mariozechner/pi-coding-agent";
24
+ } from "@earendil-works/pi-coding-agent";
25
25
 
26
- import { getKeybindings, Markdown, matchesKey, truncateToWidth } from "@mariozechner/pi-tui";
27
- import type { Focusable } from "@mariozechner/pi-tui";
26
+ import { getKeybindings, Markdown, matchesKey, truncateToWidth } from "@earendil-works/pi-tui";
27
+ import type { Focusable } from "@earendil-works/pi-tui";
28
28
 
29
29
  import { existsSync, readFileSync } from "fs";
30
30
  import { homedir } from "os";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-anycopy",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Pi's /tree with a live syntax-highlighted preview, ability to copy any node(s) to the clipboard, and persistence of folded branches",
5
5
  "keywords": ["pi-package", "pi", "pi-coding-agent"],
6
6
  "license": "MIT",
@@ -18,8 +18,8 @@
18
18
  "image": "https://raw.githubusercontent.com/w-winter/dot314/main/assets/anycopy-demo.gif"
19
19
  },
20
20
  "peerDependencies": {
21
- "@mariozechner/pi-coding-agent": "^0.65.0",
22
- "@mariozechner/pi-tui": "*"
21
+ "@earendil-works/pi-coding-agent": "^0.74.0",
22
+ "@earendil-works/pi-tui": "*"
23
23
  },
24
24
  "scripts": {
25
25
  "prepack": "node ../../scripts/pi-package-prepack.mjs"