v16.ai 0.1.0 → 0.1.1
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/README.md +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -48,7 +48,7 @@ const ora_1 = __importDefault(require("ora"));
|
|
|
48
48
|
const puppeteer_1 = __importDefault(require("puppeteer"));
|
|
49
49
|
// Configuration
|
|
50
50
|
const DEFAULT_SERVER = process.env.V16_SERVER || 'https://api.v16.ai';
|
|
51
|
-
const VERSION = '0.1.
|
|
51
|
+
const VERSION = '0.1.1';
|
|
52
52
|
// State
|
|
53
53
|
let socket = null;
|
|
54
54
|
let browser = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "v16.ai",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "V16 - General AI Agent. Connect your machine and let AI run code, execute commands, automate browsers, and get real work done.",
|
|
5
5
|
"author": "V16 <support@v16.ai>",
|
|
6
6
|
"license": "MIT",
|