@syntropic137/cli 0.21.0 → 0.21.1

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/syn.js +1 -1
  2. package/package.json +1 -1
package/dist/syn.js CHANGED
@@ -3,7 +3,7 @@
3
3
  // src/config.ts
4
4
  var CLI_NAME = "syn";
5
5
  var CLI_DESCRIPTION = "Syntropic137 - Event-sourced workflow engine for AI agents";
6
- var CLI_VERSION = true ? "0.21.0" : "0.0.0-dev";
6
+ var CLI_VERSION = true ? "0.21.1" : "0.0.0-dev";
7
7
  var DEFAULT_TIMEOUT_MS = 3e4;
8
8
  var SSE_CONNECT_TIMEOUT_MS = 5e3;
9
9
  function getApiUrl() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syntropic137/cli",
3
- "version": "0.21.0",
3
+ "version": "0.21.1",
4
4
  "description": "Syntropic137 CLI - Event-sourced workflow engine for AI agents",
5
5
  "type": "module",
6
6
  "bin": {