@cortexmemory/cli 0.22.0 → 0.22.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/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -36,7 +36,7 @@ if (envLoaded) {
36
36
  }
37
37
  }
38
38
  // Package version - synced with @cortexmemory/sdk
39
- const VERSION = "0.21.0";
39
+ const VERSION = "0.22.1";
40
40
  const program = new Command();
41
41
  program
42
42
  .name("cortex")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cortexmemory/cli",
3
- "version": "0.22.0",
3
+ "version": "0.22.1",
4
4
  "description": "CLI tool for managing Cortex Memory deployments, performing administrative tasks, and streamlining development workflows",
5
5
  "type": "module",
6
6
  "bin": {
@@ -54,7 +54,7 @@
54
54
  "node": ">=20"
55
55
  },
56
56
  "dependencies": {
57
- "@cortexmemory/sdk": "file:../../cortexmemory-sdk-0.21.0.tgz",
57
+ "@cortexmemory/sdk": "^0.21.0",
58
58
  "cli-table3": "^0.6.5",
59
59
  "commander": "^14.0.2",
60
60
  "convex": "^1.31.2",