@ryan_nookpi/pi-extension-until 0.1.1 → 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 +2 -2
  2. package/package.json +13 -3
package/index.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { type ExtensionAPI, type ExtensionContext, getMarkdownTheme } from "@mariozechner/pi-coding-agent";
2
- import { Box, Markdown, Spacer, Text } from "@mariozechner/pi-tui";
1
+ import { type ExtensionAPI, type ExtensionContext, getMarkdownTheme } from "@earendil-works/pi-coding-agent";
2
+ import { Box, Markdown, Spacer, Text } from "@earendil-works/pi-tui";
3
3
  import { Type } from "@sinclair/typebox";
4
4
 
5
5
  const CUSTOM_TYPE = "until";
package/package.json CHANGED
@@ -1,7 +1,17 @@
1
1
  {
2
2
  "name": "@ryan_nookpi/pi-extension-until",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "description": "Until loop extension for pi.",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/Jonghakseo/pi-extension.git",
9
+ "directory": "packages/until"
10
+ },
11
+ "bugs": {
12
+ "url": "https://github.com/Jonghakseo/pi-extension/issues"
13
+ },
14
+ "homepage": "https://github.com/Jonghakseo/pi-extension/tree/main/packages/until#readme",
5
15
  "type": "module",
6
16
  "keywords": [
7
17
  "pi-package"
@@ -16,8 +26,8 @@
16
26
  ]
17
27
  },
18
28
  "peerDependencies": {
19
- "@mariozechner/pi-coding-agent": "*",
20
- "@mariozechner/pi-tui": "*",
29
+ "@earendil-works/pi-coding-agent": "*",
30
+ "@earendil-works/pi-tui": "*",
21
31
  "@sinclair/typebox": "*"
22
32
  },
23
33
  "publishConfig": {