@byreal-io/byreal-cli-realclaw 0.4.3-beta.0 → 0.4.4

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 +1 -1
  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.4.3-beta.0" : void 0;
3576
+ INJECTED_VERSION = true ? "0.4.4" : 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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byreal-io/byreal-cli-realclaw",
3
- "version": "0.4.3-beta.0",
3
+ "version": "0.4.4",
4
4
  "description": "AI-native CLI for Byreal CLMM DEX on Solana",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",