@ogulcancelik/pi-web-browse 1.0.5 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # pi-web-browse
2
2
 
3
- Web search and content extraction skill for [pi](https://github.com/badlogic/pi-mono). Search the web and fetch pages via a real headless browser (CDP).
3
+ Web search and content extraction skill for [pi](https://github.com/earendil-works/pi). Search the web and fetch pages via a real headless browser (CDP).
4
4
 
5
5
  **Works on Linux, macOS, and Windows.**
6
6
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@ogulcancelik/pi-web-browse",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Web search and content extraction skill for pi-coding-agent. Search the web and fetch pages via a real headless browser (CDP). Works on Linux, macOS, and Windows.",
5
5
  "type": "module",
6
6
  "main": "web-browse.js",
7
7
  "bin": {
8
- "web-browse": "./web-browse.js"
8
+ "web-browse": "web-browse.js"
9
9
  },
10
10
  "scripts": {
11
11
  "test": "node --test"