unforgit 0.7.7 → 0.8.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.
package/dist/index.js CHANGED
@@ -31,7 +31,7 @@ import {
31
31
  runLocalLifecycleMaintenance,
32
32
  saveConfig,
33
33
  validateMemoryType
34
- } from "./chunk-TGDR7Y7T.js";
34
+ } from "./chunk-EMM6CWGS.js";
35
35
 
36
36
  // src/index.ts
37
37
  import { Command as Command31 } from "commander";
package/dist/mcp.js CHANGED
@@ -25,7 +25,7 @@ import {
25
25
  resolveLifecycleConfig,
26
26
  resolveVisibility,
27
27
  runLocalLifecycleMaintenance
28
- } from "./chunk-TGDR7Y7T.js";
28
+ } from "./chunk-EMM6CWGS.js";
29
29
 
30
30
  // ../mcp/src/index.ts
31
31
  import path from "path";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unforgit",
3
- "version": "0.7.7",
3
+ "version": "0.8.0",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "unforgit": "dist/index.js",
@@ -29,8 +29,8 @@
29
29
  "yaml": "^2.8.2",
30
30
  "unforgit-config": "0.5.3",
31
31
  "unforgit-db": "0.5.3",
32
- "unforgit-core": "0.5.3",
33
- "unforgit-shared": "0.5.3"
32
+ "unforgit-shared": "0.5.3",
33
+ "unforgit-core": "0.5.3"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"