codewalk 0.1.10 → 0.1.12

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
@@ -20751,7 +20751,7 @@ import * as path3 from "path";
20751
20751
  import * as os2 from "os";
20752
20752
  import { execSync as execSync2 } from "child_process";
20753
20753
  var DEFAULT_SETTINGS = {
20754
- storage: "local",
20754
+ storage: "global",
20755
20755
  autoCommit: true,
20756
20756
  globalDir: "~/.codewalk"
20757
20757
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codewalk",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
4
4
  "type": "module",
5
5
  "description": "CLI tool for visualizing AI-assisted code changes",
6
6
  "bin": {