@elizaos/cli 1.6.4-alpha.5 → 1.6.4-alpha.7
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 +3 -3
- package/dist/index.js.map +4 -4
- 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
|
@@ -1606,7 +1606,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
1606
1606
|
return arg.length > 1 && arg[0] === "-";
|
|
1607
1607
|
}
|
|
1608
1608
|
const negativeNumberArg = (arg) => {
|
|
1609
|
-
if (
|
|
1609
|
+
if (!/^-(\d+|\d*\.\d+)(e[+-]?\d+)?$/.test(arg))
|
|
1610
1610
|
return false;
|
|
1611
1611
|
return !this._getCommandAndAncestors().some((cmd) => cmd.options.map((opt) => opt.short).some((short) => /^-\d$/.test(short)));
|
|
1612
1612
|
};
|
|
@@ -4749,7 +4749,7 @@ __export(exports_version, {
|
|
|
4749
4749
|
BUILD_TIME: () => BUILD_TIME,
|
|
4750
4750
|
BUILD_ENV: () => BUILD_ENV
|
|
4751
4751
|
});
|
|
4752
|
-
var CLI_VERSION = "1.6.4-alpha.
|
|
4752
|
+
var CLI_VERSION = "1.6.4-alpha.7", CLI_NAME = "@elizaos/cli", CLI_DESCRIPTION = "elizaOS CLI - Manage your AI agents and plugins", BUILD_TIME = "2025-10-27T16:47:06.916Z", BUILD_ENV = "production", version_default;
|
|
4753
4753
|
var init_version = __esm(() => {
|
|
4754
4754
|
version_default = {
|
|
4755
4755
|
version: CLI_VERSION,
|
|
@@ -312958,5 +312958,5 @@ main().catch((error46) => {
|
|
|
312958
312958
|
process.exit(1);
|
|
312959
312959
|
});
|
|
312960
312960
|
|
|
312961
|
-
//# debugId=
|
|
312961
|
+
//# debugId=05EC600773DA29A564756E2164756E21
|
|
312962
312962
|
//# sourceMappingURL=index.js.map
|