@rivet-dev/agentos-browser 0.0.0-nathan-binding-workspace.dd41c31 → 0.0.0-nathan-binding-workspace.806210d

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.
Files changed (2) hide show
  1. package/dist/driver.js +1 -1
  2. package/package.json +1 -1
package/dist/driver.js CHANGED
@@ -11,7 +11,7 @@ const S_IFDIR = 0o040000;
11
11
  * `this` for the platform fetch implementation.
12
12
  */
13
13
  const platformFetch = typeof fetch === "function" ? fetch.bind(globalThis) : undefined;
14
- const BROWSER_SYSTEM_DRIVER_OPTIONS = Symbol.for("agentos.browserSystemDriverOptions");
14
+ const BROWSER_SYSTEM_DRIVER_OPTIONS = Symbol.for("agent-os.browserSystemDriverOptions");
15
15
  function normalizePath(path) {
16
16
  if (!path)
17
17
  return "/";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivet-dev/agentos-browser",
3
- "version": "0.0.0-nathan-binding-workspace.dd41c31",
3
+ "version": "0.0.0-nathan-binding-workspace.806210d",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./dist/index.js",