@8monkey/pi-session-gzip 0.1.0 → 0.1.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 (2) hide show
  1. package/README.md +0 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,18 +17,6 @@ Zero runtime dependencies. Pi loads the TypeScript directly, so there's no build
17
17
  pi install npm:@8monkey/pi-session-gzip
18
18
  ```
19
19
 
20
- That's it — the extension loads on the next `pi` launch. Update with `pi update`.
21
-
22
- For development against a local clone, point pi at the file directly in `~/.pi/agent/settings.json`:
23
-
24
- ```json
25
- {
26
- "extensions": [
27
- "~/pi-session-gzip/src/index.ts"
28
- ]
29
- }
30
- ```
31
-
32
20
  ## Command
33
21
 
34
22
  | Command | Description |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@8monkey/pi-session-gzip",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Pi extension that gzips session files on shutdown and restores them on demand.",
5
5
  "license": "MIT",
6
6
  "type": "module",