@elizaos/cli 1.6.5-beta.0 → 1.6.5
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 +2 -2
- package/dist/index.js.map +3 -3
- 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 +6 -6
- package/dist/templates/project-tee-starter/package.json +4 -4
- package/dist/version.d.ts +2 -2
- package/dist/version.d.ts.map +1 -1
- package/dist/version.js +2 -2
- package/package.json +8 -8
- package/templates/plugin-quick-starter/package.json +2 -2
- package/templates/plugin-starter/package.json +2 -2
- package/templates/project-starter/package.json +6 -6
- package/templates/project-tee-starter/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -4670,7 +4670,7 @@ __export(exports_version, {
|
|
|
4670
4670
|
BUILD_TIME: () => BUILD_TIME,
|
|
4671
4671
|
BUILD_ENV: () => BUILD_ENV
|
|
4672
4672
|
});
|
|
4673
|
-
var CLI_VERSION = "1.6.5
|
|
4673
|
+
var CLI_VERSION = "1.6.5", CLI_NAME = "@elizaos/cli", CLI_DESCRIPTION = "elizaOS CLI - Manage your AI agents and plugins", BUILD_TIME = "2025-12-08T03:27:27.365Z", BUILD_ENV = "production", version_default;
|
|
4674
4674
|
var init_version = __esm(() => {
|
|
4675
4675
|
version_default = {
|
|
4676
4676
|
version: CLI_VERSION,
|
|
@@ -314712,5 +314712,5 @@ main().catch((error47) => {
|
|
|
314712
314712
|
process.exit(1);
|
|
314713
314713
|
});
|
|
314714
314714
|
|
|
314715
|
-
//# debugId=
|
|
314715
|
+
//# debugId=E144D1A35CCEADCC64756E2164756E21
|
|
314716
314716
|
//# sourceMappingURL=index.js.map
|