b4n1-web 0.9.10 → 0.11.0

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.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/dist/binary.js CHANGED
@@ -116,7 +116,7 @@ function getB4n1webVersion() {
116
116
  return null;
117
117
  }
118
118
  }
119
- const SDK_VERSION = '0.9.10';
119
+ const SDK_VERSION = '0.11.0';
120
120
  function checkVersionCompatibility() {
121
121
  const binaryVersion = getB4n1webVersion();
122
122
  if (!binaryVersion) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "b4n1-web",
3
- "version": "0.9.10",
3
+ "version": "0.11.0",
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",