tokenmaxx 0.0.0-alpha.0 → 0.0.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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +523 -519
  3. package/package.json +64 -59
package/README.md CHANGED
@@ -25,7 +25,7 @@
25
25
  ## Install
26
26
 
27
27
  ```bash
28
- bun add -g tokenmaxx@alpha # pre-launch — drop @alpha at the first stable release
28
+ bun add -g tokenmaxx
29
29
  ```
30
30
 
31
31
  ```bash