@elizaos/cli 1.5.1 → 1.5.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 +7 -7
- package/dist/index.js.map +1 -1
- package/dist/templates/plugin-quick-starter/package.json +2 -2
- package/dist/templates/plugin-starter/package.json +2 -2
- package/dist/templates/project-starter/package.json +4 -4
- package/dist/templates/project-tee-starter/package.json +4 -4
- package/package.json +7 -7
- package/templates/plugin-quick-starter/package.json +2 -2
- package/templates/plugin-starter/package.json +2 -2
- package/templates/project-starter/package.json +4 -4
- package/templates/project-tee-starter/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -6534,7 +6534,7 @@ __export(exports_package, {
|
|
|
6534
6534
|
bin: () => bin,
|
|
6535
6535
|
author: () => author
|
|
6536
6536
|
});
|
|
6537
|
-
var name = "@elizaos/cli", version = "1.5.
|
|
6537
|
+
var name = "@elizaos/cli", version = "1.5.2", description = "elizaOS CLI - Manage your AI agents and plugins", publishConfig, license = "MIT", author, repository, files, keywords, type = "module", exports, bin, scripts, devDependencies, gitHead = "e2da2b5640a11e8b8dd7b4aef51d8d5cddf29895", dependencies, package_default;
|
|
6538
6538
|
var init_package = __esm(() => {
|
|
6539
6539
|
publishConfig = {
|
|
6540
6540
|
access: "public",
|
|
@@ -6611,11 +6611,11 @@ var init_package = __esm(() => {
|
|
|
6611
6611
|
"@anthropic-ai/claude-code": "^1.0.35",
|
|
6612
6612
|
"@anthropic-ai/sdk": "^0.54.0",
|
|
6613
6613
|
"@clack/prompts": "^0.11.0",
|
|
6614
|
-
"@elizaos/api-client": "1.5.
|
|
6615
|
-
"@elizaos/core": "1.5.
|
|
6616
|
-
"@elizaos/plugin-bootstrap": "1.5.
|
|
6617
|
-
"@elizaos/plugin-sql": "1.5.
|
|
6618
|
-
"@elizaos/server": "1.5.
|
|
6614
|
+
"@elizaos/api-client": "1.5.2",
|
|
6615
|
+
"@elizaos/core": "1.5.2",
|
|
6616
|
+
"@elizaos/plugin-bootstrap": "1.5.2",
|
|
6617
|
+
"@elizaos/plugin-sql": "1.5.2",
|
|
6618
|
+
"@elizaos/server": "1.5.2",
|
|
6619
6619
|
bun: "^1.2.17",
|
|
6620
6620
|
chalk: "^5.4.1",
|
|
6621
6621
|
chokidar: "^4.0.3",
|
|
@@ -297554,5 +297554,5 @@ main2().catch((error2) => {
|
|
|
297554
297554
|
process.exit(1);
|
|
297555
297555
|
});
|
|
297556
297556
|
|
|
297557
|
-
//# debugId=
|
|
297557
|
+
//# debugId=1F36A32CD23A08CE64756E2164756E21
|
|
297558
297558
|
//# sourceMappingURL=index.js.map
|