@quantish/agent 0.1.21 → 0.1.22

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
@@ -5299,7 +5299,7 @@ Stopped ${count} background process${count > 1 ? "es" : ""}.`);
5299
5299
  }
5300
5300
 
5301
5301
  // src/index.ts
5302
- var VERSION = "0.1.0";
5302
+ var VERSION = "0.1.22";
5303
5303
  function cleanup() {
5304
5304
  if (processManager.hasRunning()) {
5305
5305
  const count = processManager.runningCount();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quantish/agent",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "description": "AI-powered agent for building trading bots on Polymarket",
5
5
  "type": "module",
6
6
  "bin": {