@elizaos/cli 1.6.2-alpha.3 → 1.6.2-alpha.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 +2 -2
- 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.js +2 -2
- 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 +6 -6
- package/templates/project-tee-starter/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -4727,7 +4727,7 @@ __export(exports_version, {
|
|
|
4727
4727
|
BUILD_TIME: () => BUILD_TIME,
|
|
4728
4728
|
BUILD_ENV: () => BUILD_ENV
|
|
4729
4729
|
});
|
|
4730
|
-
var CLI_VERSION = "1.6.2-alpha.
|
|
4730
|
+
var CLI_VERSION = "1.6.2-alpha.5", CLI_NAME = "@elizaos/cli", CLI_DESCRIPTION = "elizaOS CLI - Manage your AI agents and plugins", BUILD_TIME = "2025-10-07T06:16:20.358Z", BUILD_ENV = "production", version_default;
|
|
4731
4731
|
var init_version = __esm(() => {
|
|
4732
4732
|
version_default = {
|
|
4733
4733
|
version: CLI_VERSION,
|
|
@@ -309529,5 +309529,5 @@ main().catch((error47) => {
|
|
|
309529
309529
|
process.exit(1);
|
|
309530
309530
|
});
|
|
309531
309531
|
|
|
309532
|
-
//# debugId=
|
|
309532
|
+
//# debugId=3C2C326124E70DE164756E2164756E21
|
|
309533
309533
|
//# sourceMappingURL=index.js.map
|