b4n1-web 0.9.7 → 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
@@ -96,7 +96,7 @@ try {
96
96
 
97
97
  ## Version
98
98
 
99
- SDK: **0.9.7** | Binary: **0.9.6** (bundled)
99
+ SDK: **0.9.8** | Binary: **0.9.6** (bundled)
100
100
 
101
101
  ## Links
102
102
 
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.7';
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.7",
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",