@ryan_nookpi/pi-extension-clipboard 0.1.3 → 0.2.0

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.
Files changed (2) hide show
  1. package/index.ts +1 -1
  2. package/package.json +2 -2
package/index.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  * Ask the LLM: "write me a draft reply and put it into clipboard!"
10
10
  */
11
11
 
12
- import type { ExtensionAPI } from "@mariozechner/pi-coding-agent";
12
+ import type { ExtensionAPI } from "@earendil-works/pi-coding-agent";
13
13
  import { Type } from "@sinclair/typebox";
14
14
 
15
15
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryan_nookpi/pi-extension-clipboard",
3
- "version": "0.1.3",
3
+ "version": "0.2.0",
4
4
  "description": "Clipboard copy tool extension for pi using OSC52 escape sequences.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -26,7 +26,7 @@
26
26
  ]
27
27
  },
28
28
  "peerDependencies": {
29
- "@mariozechner/pi-coding-agent": "*",
29
+ "@earendil-works/pi-coding-agent": "*",
30
30
  "@sinclair/typebox": "*"
31
31
  },
32
32
  "publishConfig": {