@3rd-eye-labs/openmm 0.1.4 → 0.1.5

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/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,8 +23,8 @@ This toolkit aims to improve liquidity for Cardano projects, reduce trading spre
23
23
 
24
24
  ```bash
25
25
  # 1. Install & Setup OpenMM
26
- npm install -g openmm
27
- npx openmm setup
26
+ npm install -g @3rd-eye-labs/openmm
27
+ npx @3rd-eye-labs/openmm setup
28
28
  ```
29
29
 
30
30
  The setup wizard will:
@@ -45,7 +45,7 @@ Configures Claude Desktop, Claude Code, Cursor, or Windsurf to use OpenMM tools.
45
45
  ### Verify Installation
46
46
 
47
47
  ```bash
48
- openmm balance --exchange mexc
48
+ npx @3rd-eye-labs/openmm balance --exchange mexc
49
49
  ```
50
50
 
51
51
  Or ask your AI agent: *"What is my balance on MEXC?"*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3rd-eye-labs/openmm",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Universal Market Making Toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",