pi-updater 0.2.1 → 0.2.3

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 +3 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pi-updater",
3
- "version": "0.2.1",
4
- "description": "A /update command for pi check for new versions, install updates with npm, and resume with pi -c after restart",
3
+ "version": "0.2.3",
4
+ "description": "Codex-style auto-updater for pi. Checks for new versions on startup and prompts to install.",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "author": "Toms clanker",
@@ -11,6 +11,7 @@
11
11
  },
12
12
  "keywords": [
13
13
  "pi-package",
14
+ "pi-extension",
14
15
  "update"
15
16
  ],
16
17
  "pi": {