@ogulcancelik/pi-web-browse 1.0.0 → 1.0.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/SKILL.md +1 -1
  2. package/package.json +4 -2
package/SKILL.md CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: web-browse
2
+ name: pi-web-browse
3
3
  description: "Search the web and fetch/read pages via a real headless browser (CDP). Use this instead of curl when sites are JS-heavy or bot-protected. Works on Linux, macOS, and Windows."
4
4
  ---
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ogulcancelik/pi-web-browse",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
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",
@@ -40,7 +40,9 @@
40
40
  "win32"
41
41
  ],
42
42
  "pi": {
43
- "skills": ["./SKILL.md"]
43
+ "skills": [
44
+ "./SKILL.md"
45
+ ]
44
46
  },
45
47
  "files": [
46
48
  "web-browse.js",