@elizaos/cli 1.6.3-alpha.12 → 1.6.3-alpha.13
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/commands/plugins/index.d.ts.map +1 -1
- package/dist/index.js +7 -6
- package/dist/index.js.map +10 -10
- 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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/commands/plugins/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/commands/plugins/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAUpC,eAAO,MAAM,OAAO,SAMhB,CAAC;AAEL,eAAO,MAAM,cAAc,SAYvB,CAAC;AAkDL,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -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.3-alpha.
|
|
4752
|
+
var CLI_VERSION = "1.6.3-alpha.13", CLI_NAME = "@elizaos/cli", CLI_DESCRIPTION = "elizaOS CLI - Manage your AI agents and plugins", BUILD_TIME = "2025-10-23T11:17:43.295Z", BUILD_ENV = "production", version_default;
|
|
4753
4753
|
var init_version = __esm(() => {
|
|
4754
4754
|
version_default = {
|
|
4755
4755
|
version: CLI_VERSION,
|
|
@@ -30437,7 +30437,7 @@ function mergeUint8Arrays(items) {
|
|
|
30437
30437
|
}
|
|
30438
30438
|
|
|
30439
30439
|
// ../../node_modules/puppeteer-core/lib/esm/puppeteer/util/version.js
|
|
30440
|
-
var packageVersion = "24.26.
|
|
30440
|
+
var packageVersion = "24.26.1";
|
|
30441
30441
|
|
|
30442
30442
|
// ../../node_modules/puppeteer-core/lib/esm/puppeteer/common/Debug.js
|
|
30443
30443
|
async function importDebug() {
|
|
@@ -36094,7 +36094,8 @@ class AXNode {
|
|
|
36094
36094
|
"description",
|
|
36095
36095
|
"keyshortcuts",
|
|
36096
36096
|
"roledescription",
|
|
36097
|
-
"valuetext"
|
|
36097
|
+
"valuetext",
|
|
36098
|
+
"url"
|
|
36098
36099
|
];
|
|
36099
36100
|
const getUserStringPropertyValue = (key) => {
|
|
36100
36101
|
return properties.get(key);
|
|
@@ -303726,8 +303727,8 @@ init_WaitTask();
|
|
|
303726
303727
|
init_XPathQueryHandler();
|
|
303727
303728
|
// ../../node_modules/puppeteer-core/lib/esm/puppeteer/revisions.js
|
|
303728
303729
|
var PUPPETEER_REVISIONS = Object.freeze({
|
|
303729
|
-
chrome: "141.0.7390.
|
|
303730
|
-
"chrome-headless-shell": "141.0.7390.
|
|
303730
|
+
chrome: "141.0.7390.122",
|
|
303731
|
+
"chrome-headless-shell": "141.0.7390.122",
|
|
303731
303732
|
firefox: "stable_144.0"
|
|
303732
303733
|
});
|
|
303733
303734
|
// ../../node_modules/puppeteer-core/lib/esm/puppeteer/util/util.js
|
|
@@ -310126,5 +310127,5 @@ main().catch((error45) => {
|
|
|
310126
310127
|
process.exit(1);
|
|
310127
310128
|
});
|
|
310128
310129
|
|
|
310129
|
-
//# debugId=
|
|
310130
|
+
//# debugId=7C6416396DA777E664756E2164756E21
|
|
310130
310131
|
//# sourceMappingURL=index.js.map
|