solana-traderclaw 1.0.94 → 1.0.95

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.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -912,7 +912,7 @@ var solanaTraderPlugin = {
912
912
  );
913
913
  return;
914
914
  }
915
- const kaybaKey = config.kaybaApiKey || process.env.KAYBA_API_KEY || "";
915
+ const kaybaKey = config.kaybaApiKey || "";
916
916
  if (kaybaKey) {
917
917
  try {
918
918
  kayba.configure({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solana-traderclaw",
3
- "version": "1.0.94",
3
+ "version": "1.0.95",
4
4
  "description": "TraderClaw V1-Upgraded — Solana trading for OpenClaw with intelligence lab, tool envelopes, prompt scrubbing, read-only X social intel, and split skill docs",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",