@elizaos/cli 1.0.2 → 1.0.3
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/README.md +1 -0
- package/dist/assets/{index-BQEpBB33.js → index-BaWElBml.js} +65713 -67371
- package/dist/assets/{index-BQEpBB33.js.map → index-BaWElBml.js.map} +1 -1
- package/dist/assets/{index-eRnFTOEM.js → index-Bs4IloEa.js} +2 -2
- package/dist/assets/index-Bs4IloEa.js.br +0 -0
- package/dist/assets/{index-eRnFTOEM.js.map → index-Bs4IloEa.js.map} +1 -1
- package/dist/{chunk-QC5MM66L.js → chunk-246Q3Y5O.js} +3 -3
- package/dist/chunk-2GXSCVA2.js +2057 -0
- package/dist/chunk-67L4I5S7.js +80 -0
- package/dist/chunk-7HDCC22V.js +771 -0
- package/dist/{chunk-F3WZNGHX.js → chunk-BZIUA2KE.js} +6 -0
- package/dist/{chunk-QU55ROKN.js → chunk-GE5HMHU5.js} +12 -6
- package/dist/{chunk-URANH3OS.js → chunk-JT3O6PBU.js} +3867 -529
- package/dist/{chunk-XVN7DK3U.js → chunk-KNZMV4HH.js} +4 -4
- package/dist/{chunk-QPXAVEMR.js → chunk-NQ5HAYUQ.js} +40 -2
- package/dist/{chunk-XF2FQZM2.js → chunk-OF5WHPTG.js} +105 -798
- package/dist/{chunk-ENUVIKE2.js → chunk-OG4OJUNA.js} +2 -2
- package/dist/{chunk-SOL3WRAY.js → chunk-OJMVYUOU.js} +1 -1
- package/dist/{chunk-XLCI6Y5F.js → chunk-QGZZVGE5.js} +2 -2
- package/dist/{chunk-PJJS5DFB.js → chunk-WAJ5RHPK.js} +1 -1
- package/dist/commands/agent.js +2 -1
- package/dist/commands/create.js +4 -3
- package/dist/commands/dev.js +4 -3
- package/dist/commands/env.js +3 -2
- package/dist/commands/plugins.js +4 -3
- package/dist/commands/publish.js +5 -4
- package/dist/commands/setup-monorepo.js +3 -2
- package/dist/commands/start.js +7 -5
- package/dist/commands/test.js +8 -6
- package/dist/commands/update.js +4 -3
- package/dist/fileFromPath-DCRQMDLJ.js +132 -0
- package/dist/index.html +1 -1
- package/dist/index.js +14 -12
- package/dist/migrator-7EYGXTDW.js +29035 -0
- package/dist/{registry-YU4WBPLU.js → registry-RGSXW4LO.js} +2 -1
- package/package.json +10 -4
- package/templates/plugin-starter/package.json +1 -1
- package/templates/project-starter/.env.example +1 -0
- package/templates/project-starter/package.json +4 -4
- package/templates/project-tee-starter/.dockerignore +20 -0
- package/templates/project-tee-starter/.env.example +55 -0
- package/templates/project-tee-starter/Dockerfile +66 -0
- package/templates/project-tee-starter/GUIDE.md +235 -0
- package/templates/project-tee-starter/README.md +173 -0
- package/templates/project-tee-starter/__tests__/actions.test.ts +9 -0
- package/templates/project-tee-starter/__tests__/character.test.ts +86 -0
- package/templates/project-tee-starter/__tests__/config.test.ts +31 -0
- package/templates/project-tee-starter/__tests__/env.test.ts +87 -0
- package/templates/project-tee-starter/__tests__/error-handling.test.ts +30 -0
- package/templates/project-tee-starter/__tests__/events.test.ts +21 -0
- package/templates/project-tee-starter/__tests__/file-structure.test.ts +135 -0
- package/templates/project-tee-starter/__tests__/integration.test.ts +209 -0
- package/templates/project-tee-starter/__tests__/models.test.ts +22 -0
- package/templates/project-tee-starter/__tests__/plugin.test.ts +44 -0
- package/templates/project-tee-starter/__tests__/provider.test.ts +189 -0
- package/templates/project-tee-starter/__tests__/routes.test.ts +21 -0
- package/templates/project-tee-starter/__tests__/test-utils.ts +121 -0
- package/templates/project-tee-starter/__tests__/utils/core-test-utils.ts +167 -0
- package/templates/project-tee-starter/assets/mr-tee-portrait.jpg +0 -0
- package/templates/project-tee-starter/docker-compose.yaml +57 -0
- package/templates/project-tee-starter/e2e/project.test.ts +38 -0
- package/templates/project-tee-starter/e2e/starter-plugin.test.ts +92 -0
- package/templates/project-tee-starter/package.json +76 -0
- package/templates/project-tee-starter/src/character.ts +257 -0
- package/templates/project-tee-starter/src/index.ts +33 -0
- package/templates/project-tee-starter/src/plugin.ts +169 -0
- package/templates/project-tee-starter/tsconfig.build.json +13 -0
- package/templates/project-tee-starter/tsconfig.json +30 -0
- package/templates/project-tee-starter/tsup.config.ts +19 -0
- package/templates/project-tee-starter/vitest.config.ts +19 -0
- package/dist/assets/index-eRnFTOEM.js.br +0 -0
- package/dist/eliza-J3ANDQXN.js +0 -13
- /package/dist/{chunk-YX7JHUJ5.js → chunk-BDPGXNHU.js} +0 -0
|
@@ -4,11 +4,11 @@ const require = createRequire(import.meta.url);
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
performCliUpdate
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-QGZZVGE5.js";
|
|
8
8
|
import {
|
|
9
9
|
detectDirectoryType,
|
|
10
10
|
getDirectoryTypeDescription
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-BZIUA2KE.js";
|
|
12
12
|
import {
|
|
13
13
|
REGISTRY_GITHUB_URL,
|
|
14
14
|
displayBanner,
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
testPublishToGitHub,
|
|
22
22
|
testPublishToNpm,
|
|
23
23
|
validateDataDir
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-OF5WHPTG.js";
|
|
25
25
|
import {
|
|
26
26
|
Command
|
|
27
27
|
} from "./chunk-5J7S2CSH.js";
|