pi-goosedump 0.9.1 → 0.9.2
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.
- package/README.md +2 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -11,10 +11,9 @@ summaries.
|
|
|
11
11
|
pi install npm:pi-goosedump
|
|
12
12
|
```
|
|
13
13
|
|
|
14
|
-
This installs `pi-goosedump` and its `@jarkkojs/goosedump
|
|
14
|
+
This installs `pi-goosedump` and its main dependency `@jarkkojs/goosedump`,
|
|
15
15
|
which includes platform-specific native binaries for Linux, macOS, and Windows.
|
|
16
|
-
If the goosedump binary cannot be resolved, the extension disables itself
|
|
17
|
-
the footer status goes dark.
|
|
16
|
+
If the goosedump binary cannot be resolved, the extension disables itself.
|
|
18
17
|
|
|
19
18
|
## Tools
|
|
20
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-goosedump",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.2",
|
|
4
4
|
"description": "Pi extension for goosedump-backed session-history search, entry expansion, and compaction",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"compaction",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@earendil-works/pi-tui": "^0.78.0",
|
|
34
|
-
"@jarkkojs/goosedump": "^0.9.
|
|
34
|
+
"@jarkkojs/goosedump": "^0.9.3",
|
|
35
35
|
"@sinclair/typebox": "^0.34.49"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|