marifold 0.65.0 → 0.67.0

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 +4 -4
package/dist/index.js CHANGED
@@ -23,7 +23,7 @@ const printer = new ConsolePrinter_1.ConsolePrinter();
23
23
  const program = new commander_1.Command()
24
24
  .name('marifold')
25
25
  .description('Marifold local-first AI workspace CLI.')
26
- .version('0.65.0')
26
+ .version('0.67.0')
27
27
  // Allow a root --profile (for the bare-`marifold` TUI launch) to coexist with
28
28
  // subcommand options of the same name: root options must precede the
29
29
  // subcommand, and options after the subcommand bind to it.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marifold",
3
- "version": "0.65.0",
3
+ "version": "0.67.0",
4
4
  "description": "Marifold CLI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -12,9 +12,9 @@
12
12
  ],
13
13
  "dependencies": {
14
14
  "commander": "^15.0.0",
15
- "@marifold/core": "0.65.0",
16
- "@marifold/service": "0.65.0",
17
- "@marifold/tui": "0.65.0"
15
+ "@marifold/core": "0.67.0",
16
+ "@marifold/tui": "0.67.0",
17
+ "@marifold/service": "0.67.0"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/node": "^24.13.3",