agent-web-os 0.1.9 → 0.1.10
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/dist/index.cjs +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -6018,6 +6018,7 @@ var init_index_web = __esm({
|
|
|
6018
6018
|
// src/index.ts
|
|
6019
6019
|
var index_exports = {};
|
|
6020
6020
|
__export(index_exports, {
|
|
6021
|
+
AGENT_WEB_OS_VERSION: () => AGENT_WEB_OS_VERSION,
|
|
6021
6022
|
AlmostNodeSession: () => AlmostNodeSession,
|
|
6022
6023
|
Bash: () => Ju,
|
|
6023
6024
|
DEFAULT_BASH_SHELL_ENV: () => DEFAULT_BASH_SHELL_ENV,
|
|
@@ -62276,6 +62277,8 @@ async function executeBrowserBash(session, command, options2 = {}) {
|
|
|
62276
62277
|
}
|
|
62277
62278
|
|
|
62278
62279
|
// src/index.ts
|
|
62280
|
+
var AGENT_WEB_OS_VERSION = "0.1.10";
|
|
62281
|
+
console.log(`[agent-web-os] v${AGENT_WEB_OS_VERSION}`);
|
|
62279
62282
|
var getServerBridge2 = getServerBridge;
|
|
62280
62283
|
var resetServerBridge2 = resetServerBridge;
|
|
62281
62284
|
/*! Bundled license information:
|