@elizaos/cli 1.5.11-alpha.4 → 1.5.11-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 +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
|
@@ -4688,7 +4688,7 @@ __export(exports_version, {
|
|
|
4688
4688
|
BUILD_TIME: () => BUILD_TIME,
|
|
4689
4689
|
BUILD_ENV: () => BUILD_ENV
|
|
4690
4690
|
});
|
|
4691
|
-
var CLI_VERSION = "1.5.11-alpha.
|
|
4691
|
+
var CLI_VERSION = "1.5.11-alpha.5", CLI_NAME = "@elizaos/cli", CLI_DESCRIPTION = "elizaOS CLI - Manage your AI agents and plugins", BUILD_TIME = "2025-09-22T13:59:39.581Z", BUILD_ENV = "production", version_default;
|
|
4692
4692
|
var init_version = __esm(() => {
|
|
4693
4693
|
version_default = {
|
|
4694
4694
|
version: CLI_VERSION,
|
|
@@ -270624,7 +270624,7 @@ function createIsolatedEnvironmentVariables(context2) {
|
|
|
270624
270624
|
const isolatedEnv = {
|
|
270625
270625
|
...baseEnv,
|
|
270626
270626
|
DATABASE_URL: `file://${context2.dbPath}/database.db`,
|
|
270627
|
-
|
|
270627
|
+
PGLITE_DATA_DIR: context2.dbPath,
|
|
270628
270628
|
TMPDIR: context2.tempDir,
|
|
270629
270629
|
TEMP: context2.tempDir,
|
|
270630
270630
|
TMP: context2.tempDir,
|
|
@@ -299018,5 +299018,5 @@ main2().catch((error2) => {
|
|
|
299018
299018
|
process.exit(1);
|
|
299019
299019
|
});
|
|
299020
299020
|
|
|
299021
|
-
//# debugId=
|
|
299021
|
+
//# debugId=85E6F7EF0715207864756E2164756E21
|
|
299022
299022
|
//# sourceMappingURL=index.js.map
|