agent-web-os 0.1.12 → 0.1.13
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 +1 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -61327,11 +61327,6 @@ exports.LRUCache = LRUCache;
|
|
|
61327
61327
|
}
|
|
61328
61328
|
};
|
|
61329
61329
|
walkNodeModules(nodeModulesDir);
|
|
61330
|
-
if (patchCount === 0) {
|
|
61331
|
-
console.warn(`[agent-web-os] lru-cache patch: no lru-cache found in ${nodeModulesDir}`);
|
|
61332
|
-
} else {
|
|
61333
|
-
console.log(`[agent-web-os] lru-cache patch: patched ${patchCount} installation(s) in ${nodeModulesDir}`);
|
|
61334
|
-
}
|
|
61335
61330
|
}
|
|
61336
61331
|
async registerGlobalBinCommands(packageName) {
|
|
61337
61332
|
if (!this.binCommandRegistrar) return;
|
|
@@ -62453,8 +62448,7 @@ async function executeBrowserBash(session, command, options2 = {}) {
|
|
|
62453
62448
|
}
|
|
62454
62449
|
|
|
62455
62450
|
// src/index.ts
|
|
62456
|
-
var AGENT_WEB_OS_VERSION = "0.1.
|
|
62457
|
-
console.log(`[agent-web-os] v${AGENT_WEB_OS_VERSION}`);
|
|
62451
|
+
var AGENT_WEB_OS_VERSION = "0.1.13";
|
|
62458
62452
|
var getServerBridge2 = getServerBridge;
|
|
62459
62453
|
var resetServerBridge2 = resetServerBridge;
|
|
62460
62454
|
/*! Bundled license information:
|