b4n1-web 0.9.6 → 0.9.8
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 +3 -3
- package/dist/binary.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -65,7 +65,7 @@ try {
|
|
|
65
65
|
const browser = new AgentBrowser();
|
|
66
66
|
} catch (e) {
|
|
67
67
|
if (e instanceof BinaryNotFoundError) {
|
|
68
|
-
console.error('Install binary: curl -sL https://
|
|
68
|
+
console.error('Install binary: curl -sL https://b4n1.com/install | bash');
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
```
|
|
@@ -96,13 +96,13 @@ try {
|
|
|
96
96
|
|
|
97
97
|
## Version
|
|
98
98
|
|
|
99
|
-
SDK: **0.9.
|
|
99
|
+
SDK: **0.9.8** | Binary: **0.9.6** (bundled)
|
|
100
100
|
|
|
101
101
|
## Links
|
|
102
102
|
|
|
103
103
|
- [npm](https://www.npmjs.com/package/b4n1-web)
|
|
104
104
|
- [GitHub](https://github.com/B4N1-com/b4n1-web)
|
|
105
|
-
- [Website](https://
|
|
105
|
+
- [Website](https://b4n1.com)
|
|
106
106
|
|
|
107
107
|
---
|
|
108
108
|
*Built by B4N1 with ❤️ · All rights reserved.*
|
package/dist/binary.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "b4n1-web",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.8",
|
|
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",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"bugs": {
|
|
34
34
|
"url": "https://github.com/B4N1-com/b4n1-web/issues"
|
|
35
35
|
},
|
|
36
|
-
"homepage": "https://
|
|
36
|
+
"homepage": "https://b4n1.com",
|
|
37
37
|
"repository": {
|
|
38
38
|
"type": "git",
|
|
39
39
|
"url": "https://github.com/B4N1-com/b4n1-web.git"
|