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 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://web.b4n1.com/install | bash');
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.5** | Binary: **0.9.5** (bundled)
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://web.b4n1.com)
105
+ - [Website](https://b4n1.com)
106
106
 
107
107
  ---
108
108
  *Built by B4N1 with ❤️ · All rights reserved.*
package/dist/binary.js CHANGED
@@ -112,7 +112,7 @@ function getB4n1webVersion() {
112
112
  return null;
113
113
  }
114
114
  }
115
- const SDK_VERSION = '0.9.6';
115
+ const SDK_VERSION = '0.9.8';
116
116
  function checkVersionCompatibility() {
117
117
  const binaryVersion = getB4n1webVersion();
118
118
  if (!binaryVersion) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "b4n1-web",
3
- "version": "0.9.6",
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://web.b4n1.com",
36
+ "homepage": "https://b4n1.com",
37
37
  "repository": {
38
38
  "type": "git",
39
39
  "url": "https://github.com/B4N1-com/b4n1-web.git"