@graedenn/pi-loader 1.0.0 → 1.0.1

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 (1) hide show
  1. package/package.json +14 -4
package/package.json CHANGED
@@ -1,8 +1,17 @@
1
1
  {
2
2
  "name": "@graedenn/pi-loader",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Braille-dot working indicator for pi coding agent — replaces the default spinner with 54+ configurable animations",
5
- "keywords": ["pi-package", "pi", "coding-agent", "extension", "loader", "spinner", "braille", "dot-matrix"],
5
+ "keywords": [
6
+ "pi-package",
7
+ "pi",
8
+ "coding-agent",
9
+ "extension",
10
+ "loader",
11
+ "spinner",
12
+ "braille",
13
+ "dot-matrix"
14
+ ],
6
15
  "license": "MIT",
7
16
  "author": "Graeden",
8
17
  "repository": {
@@ -18,7 +27,8 @@
18
27
  "@earendil-works/pi-tui": "*"
19
28
  },
20
29
  "pi": {
21
- "extensions": ["./index.ts"],
22
- "video": "https://github.com/graedenn/pi-loader/raw/main/demo/pi-loader-demo.mp4"
30
+ "extensions": [
31
+ "./index.ts"
32
+ ]
23
33
  }
24
34
  }