@pablovitasso/szkrabok 1.0.13 → 1.0.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pablovitasso/szkrabok",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "Production-grade MCP browser automation layer with persistent sessions and stealth capabilities",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@szkrabok/runtime",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "szkrabok — browser bootstrap, stealth, session pool, MCP client.",
5
5
  "type": "module",
6
6
  "main": "index.js",
package/scripts/setup.js CHANGED
@@ -11,7 +11,7 @@ const setup = async () => {
11
11
  }
12
12
  }
13
13
 
14
- console.log('szkrabok installed. To install the Chromium browser, run: szkrabok --setup')
14
+ console.log('szkrabok installed. No browser found? Run: szkrabok install-browser')
15
15
  }
16
16
 
17
17
  setup().catch(console.error)