@elizaos/cli 1.0.0-beta.0 → 1.0.0-beta.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/dist/assets/{index-CQxMKEB8.js → index-BE1iZjgt.js} +4 -2
- package/dist/assets/index-BE1iZjgt.js.br +0 -0
- package/dist/assets/index-BE1iZjgt.js.map +1 -0
- package/dist/assets/{index-CpR6UPgH.js → index-BsOEygLw.js} +4792 -1581
- package/dist/assets/index-BsOEygLw.js.br +0 -0
- package/dist/assets/index-BsOEygLw.js.map +1 -0
- package/dist/assets/index-CRsdbWjx.css +1 -0
- package/dist/assets/index-CRsdbWjx.css.br +0 -0
- package/dist/{chunk-M6RJTA4J.js → chunk-36ICN22Z.js} +297 -36
- package/dist/{chunk-PQRIZMA5.js → chunk-5GTCUWAK.js} +1 -1
- package/dist/{chunk-WSUWMIIL.js → chunk-5Z47LKWX.js} +2 -2
- package/dist/{chunk-PAQFR66I.js → chunk-AMXALBQX.js} +71 -16
- package/dist/{chunk-LZZPOMHU.js → chunk-CGF4ITLZ.js} +1 -1
- package/dist/{chunk-4DNJGKDG.js → chunk-CP2SCNOS.js} +2 -2
- package/dist/{chunk-SMUAHZXR.js → chunk-EBPMC34H.js} +2 -2
- package/dist/{chunk-NDQ7IXOG.js → chunk-EMCUAFBU.js} +4 -4
- package/dist/{chunk-6KCNOXUD.js → chunk-H473MSWF.js} +75 -49
- package/dist/{chunk-ZAVAXPZF.js → chunk-M6QKWXHS.js} +2 -2
- package/dist/{chunk-PAYQ5M6F.js → chunk-NZ2IRV4R.js} +547 -421
- package/dist/{chunk-ODHMLJFN.js → chunk-QY4IXWF5.js} +4 -6
- package/dist/{chunk-F3UHIJL5.js → chunk-V4PVQFZ5.js} +3 -3
- package/dist/{chunk-44O75FSP.js → chunk-VI5W7VMD.js} +3 -3
- package/dist/{chunk-PQICDOO7.js → chunk-XMHJAHGT.js} +3 -3
- package/dist/chunk-XPBOXZ6U.js +85 -0
- package/dist/{chunk-64BSX7OQ.js → chunk-XVR67WIR.js} +4 -4
- package/dist/commands/agent.js +3 -3
- package/dist/commands/create.js +5 -4
- package/dist/commands/dev.js +4 -4
- package/dist/commands/env.js +3 -3
- package/dist/commands/plugin.js +5 -5
- package/dist/commands/project.js +5 -5
- package/dist/commands/publish.js +5 -5
- package/dist/commands/start.js +7 -7
- package/dist/commands/test.js +8 -8
- package/dist/commands/update.js +4 -4
- package/dist/favicon.ico +0 -0
- package/dist/index.html +3 -2
- package/dist/index.js +20 -18
- package/dist/{registry-AV3ELHT3.js → registry-5JHHV7LG.js} +2 -2
- package/package.json +6 -6
- package/templates/plugin-starter/package.json +3 -3
- package/templates/project-starter/package.json +6 -6
- package/dist/assets/index-BI9yBRj4.css +0 -1
- package/dist/assets/index-BI9yBRj4.css.br +0 -0
- package/dist/assets/index-CQxMKEB8.js.br +0 -0
- package/dist/assets/index-CQxMKEB8.js.map +0 -1
- package/dist/assets/index-CpR6UPgH.js.br +0 -0
- package/dist/assets/index-CpR6UPgH.js.map +0 -1
- package/dist/chunk-IV5V2EMI.js +0 -48
- package/dist/execa-I2XBH3EI-MMSC4P3U.js +0 -2020
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as require$$2, a as requireBase64Js, c as commonjsGlobal, g as getDefaultExportFromCjs } from "./index-
|
|
1
|
+
import { r as require$$2, a as requireBase64Js, c as commonjsGlobal, g as getDefaultExportFromCjs } from "./index-BsOEygLw.js";
|
|
2
2
|
function _mergeNamespaces(n, m) {
|
|
3
3
|
for (var i = 0; i < m.length; i++) {
|
|
4
4
|
const e = m[i];
|
|
@@ -2123,6 +2123,7 @@ function requireBuffer() {
|
|
|
2123
2123
|
})(buffer);
|
|
2124
2124
|
return buffer;
|
|
2125
2125
|
}
|
|
2126
|
+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
2126
2127
|
var hasRequiredSafeBuffer;
|
|
2127
2128
|
function requireSafeBuffer() {
|
|
2128
2129
|
if (hasRequiredSafeBuffer) return safeBuffer.exports;
|
|
@@ -2144,6 +2145,7 @@ function requireSafeBuffer() {
|
|
|
2144
2145
|
function SafeBuffer(arg, encodingOrOffset, length) {
|
|
2145
2146
|
return Buffer2(arg, encodingOrOffset, length);
|
|
2146
2147
|
}
|
|
2148
|
+
SafeBuffer.prototype = Object.create(Buffer2.prototype);
|
|
2147
2149
|
copyProps(Buffer2, SafeBuffer);
|
|
2148
2150
|
SafeBuffer.from = function(arg, encodingOrOffset, length) {
|
|
2149
2151
|
if (typeof arg === "number") {
|
|
@@ -6591,4 +6593,4 @@ const index$1 = /* @__PURE__ */ _mergeNamespaces({
|
|
|
6591
6593
|
export {
|
|
6592
6594
|
index$1 as i
|
|
6593
6595
|
};
|
|
6594
|
-
//# sourceMappingURL=index-
|
|
6596
|
+
//# sourceMappingURL=index-BE1iZjgt.js.map
|
|
Binary file
|