@jarkkojs/goosedump 0.3.5 → 0.3.6
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 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
-
`goosedump` is a coding agent context data browser. It supports
|
|
6
|
-
Goose, OpenCode, and Pi. It builds on top of the ideas of
|
|
5
|
+
`goosedump` is a coding agent context data browser. It supports Claude, Codex,
|
|
6
|
+
Crush, Goose, OpenCode, and Pi. It builds on top of the ideas of
|
|
7
7
|
[`lllyasviel/VCC`](https://github.com/lllyasviel/VCC).
|
|
8
8
|
|
|
9
9
|
Features:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jarkkojs/goosedump",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.6",
|
|
4
4
|
"description": "Coding agent context data browser",
|
|
5
5
|
"license": "Apache-2.0 AND LGPL-2.1-or-later",
|
|
6
6
|
"homepage": "https://github.com/jarkkojs/goosedump#readme",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"LICENSE-LGPL-2.1"
|
|
22
22
|
],
|
|
23
23
|
"optionalDependencies": {
|
|
24
|
-
"@jarkkojs/goosedump-darwin-arm64": "0.3.
|
|
25
|
-
"@jarkkojs/goosedump-linux-x64": "0.3.
|
|
26
|
-
"@jarkkojs/goosedump-win32-x64": "0.3.
|
|
24
|
+
"@jarkkojs/goosedump-darwin-arm64": "0.3.6",
|
|
25
|
+
"@jarkkojs/goosedump-linux-x64": "0.3.6",
|
|
26
|
+
"@jarkkojs/goosedump-win32-x64": "0.3.6"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|