b4n1-web 0.5.0 → 0.6.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.
package/README.md CHANGED
@@ -101,7 +101,7 @@ SDK: **0.4.0** | Binary: **0.4.0** (bundled)
101
101
  ## Links
102
102
 
103
103
  - [npm](https://www.npmjs.com/package/b4n1-web)
104
- - [GitHub](https://github.com/B4N1-com/b4n1web)
104
+ - [GitHub](https://github.com/B4N1-com/b4n1-web)
105
105
  - [Website](https://web.b4n1.com)
106
106
 
107
107
  ---
package/bin/b4n1web-linux CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "b4n1-web",
3
- "version": "0.5.0",
3
+ "version": "0.6.1",
4
4
  "description": "B4n1Web SDK for JavaScript/TypeScript - Agentic Browser Engine with bundled binary",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -31,7 +31,7 @@
31
31
  "homepage": "https://web.b4n1.com",
32
32
  "repository": {
33
33
  "type": "git",
34
- "url": "https://github.com/B4N1-com/b4n1web.git"
34
+ "url": "https://github.com/B4N1-com/b4n1-web.git"
35
35
  },
36
36
  "dependencies": {
37
37
  "undici": "^6.0.0"