@juicesharp/rpiv-web-tools 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +0 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,14 +33,6 @@ First match wins:
33
33
  1. `BRAVE_SEARCH_API_KEY` environment variable
34
34
  2. `apiKey` field in `~/.config/rpiv-web-tools/config.json`
35
35
 
36
- ## Migration from rpiv-pi ≤ 0.3.0
37
-
38
- If you configured a Brave API key while rpiv-pi bundled this tool, it lived
39
- at `~/.config/rpiv-pi/web-tools.json`. The new plugin reads
40
- `~/.config/rpiv-web-tools/config.json` only — run `/web-search-config` once
41
- to re-enter your key, or continue using the `BRAVE_SEARCH_API_KEY` env var
42
- (which takes precedence and keeps working unchanged).
43
-
44
36
  ## License
45
37
 
46
38
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juicesharp/rpiv-web-tools",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Pi extension: web_search + web_fetch via the Brave Search API",
5
5
  "keywords": ["pi-package", "pi-extension", "rpiv", "web-search", "brave"],
6
6
  "type": "module",