@ai2qa/local-agent 0.1.1 → 0.1.2
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.js +1 -1
- package/dist/server.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -24,7 +24,7 @@ exports.BrowserConnection = exports.Ai2qaMcpServer = exports.createMcpServer = v
|
|
|
24
24
|
const commander_1 = require("commander");
|
|
25
25
|
const server_js_1 = require("./server.js");
|
|
26
26
|
const config_js_1 = require("./config.js");
|
|
27
|
-
const VERSION = '0.1.
|
|
27
|
+
const VERSION = '0.1.2';
|
|
28
28
|
async function main() {
|
|
29
29
|
const program = new commander_1.Command();
|
|
30
30
|
program
|
package/dist/server.js
CHANGED
package/package.json
CHANGED