@byreal-io/byreal-cli-realclaw 0.3.13 → 0.4.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.
- package/README.md +57 -4
- package/dist/index.cjs +1104 -142
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byreal-io/byreal-cli-realclaw",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.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",
|
|
@@ -23,7 +23,8 @@
|
|
|
23
23
|
"test:run": "vitest run",
|
|
24
24
|
"clean": "rm -rf dist",
|
|
25
25
|
"prepublishOnly": "npm run build",
|
|
26
|
-
"
|
|
26
|
+
"release:stable": "npm version patch && npm publish && git push && git push --tags",
|
|
27
|
+
"release:beta": "npm version prerelease --preid=beta && npm publish --tag beta && git push && git push --tags"
|
|
27
28
|
},
|
|
28
29
|
"keywords": [
|
|
29
30
|
"byreal",
|