@byreal-io/byreal-cli-realclaw 0.5.1-beta.1 → 0.5.1-beta.2

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.
Files changed (2) hide show
  1. package/dist/index.cjs +2 -2
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -3573,7 +3573,7 @@ var INJECTED_VERSION, VERSION, CLI_NAME, NPM_PACKAGE, API_BASE_URL, API_ENDPOINT
3573
3573
  var init_constants = __esm({
3574
3574
  "src/core/constants.ts"() {
3575
3575
  "use strict";
3576
- INJECTED_VERSION = true ? "0.5.1-beta.1" : void 0;
3576
+ INJECTED_VERSION = true ? "0.5.1-beta.2" : void 0;
3577
3577
  VERSION = INJECTED_VERSION ?? process.env.npm_package_version ?? "0.0.0";
3578
3578
  CLI_NAME = "byreal-cli";
3579
3579
  NPM_PACKAGE = "@byreal-io/byreal-cli-realclaw";
@@ -96027,7 +96027,7 @@ function createEventCommand() {
96027
96027
  const { output: output2 } = cmdObj.optsWithGlobals();
96028
96028
  const startTime = Date.now();
96029
96029
  const limit = options.limit ? parseInt(options.limit, 10) : 10;
96030
- const r = await getPmData(options.categoryId, 1, Math.max(limit * 2, 50));
96030
+ const r = await getPmData(options.categoryId, 1, 100);
96031
96031
  if (!r.ok) outputPmError(output2, r.error);
96032
96032
  const records = r.value.records ?? [];
96033
96033
  if (records.length === 0) outputPmError(output2, noTradableEventsError(options.categoryId));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byreal-io/byreal-cli-realclaw",
3
- "version": "0.5.1-beta.1",
3
+ "version": "0.5.1-beta.2",
4
4
  "description": "AI-native CLI for Byreal CLMM DEX on Solana",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",