codemem 0.20.0-alpha.2 → 0.20.0-alpha.3

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 (34) hide show
  1. package/.opencode/plugin/codemem.js +1 -1
  2. package/dist/commands/claude-hook-ingest.d.ts.map +1 -1
  3. package/dist/commands/db.d.ts.map +1 -1
  4. package/dist/commands/enqueue-raw-event.d.ts.map +1 -1
  5. package/dist/commands/export-memories.d.ts.map +1 -1
  6. package/dist/commands/import-memories.d.ts.map +1 -1
  7. package/dist/commands/mcp.d.ts.map +1 -1
  8. package/dist/commands/memory.d.ts +3 -0
  9. package/dist/commands/memory.d.ts.map +1 -1
  10. package/dist/commands/memory.test.d.ts +2 -0
  11. package/dist/commands/memory.test.d.ts.map +1 -0
  12. package/dist/commands/pack.d.ts.map +1 -1
  13. package/dist/commands/recent.d.ts.map +1 -1
  14. package/dist/commands/search.d.ts.map +1 -1
  15. package/dist/commands/serve-invocation.d.ts +37 -0
  16. package/dist/commands/serve-invocation.d.ts.map +1 -0
  17. package/dist/commands/serve.d.ts +2 -0
  18. package/dist/commands/serve.d.ts.map +1 -1
  19. package/dist/commands/serve.test.d.ts +2 -0
  20. package/dist/commands/serve.test.d.ts.map +1 -0
  21. package/dist/commands/setup-config.d.ts +4 -0
  22. package/dist/commands/setup-config.d.ts.map +1 -0
  23. package/dist/commands/setup-config.test.d.ts +2 -0
  24. package/dist/commands/setup-config.test.d.ts.map +1 -0
  25. package/dist/commands/setup.d.ts.map +1 -1
  26. package/dist/commands/stats.d.ts.map +1 -1
  27. package/dist/commands/sync-helpers.d.ts +31 -0
  28. package/dist/commands/sync-helpers.d.ts.map +1 -0
  29. package/dist/commands/sync.d.ts.map +1 -1
  30. package/dist/commands/sync.test.d.ts +2 -0
  31. package/dist/commands/sync.test.d.ts.map +1 -0
  32. package/dist/index.js +797 -92
  33. package/dist/index.js.map +1 -1
  34. package/package.json +4 -4
@@ -13,7 +13,7 @@ import {
13
13
 
14
14
  const TRUTHY_VALUES = ["1", "true", "yes"];
15
15
  const DISABLED_VALUES = ["0", "false", "off"];
16
- const PINNED_BACKEND_VERSION = "0.20.0-alpha.2";
16
+ const PINNED_BACKEND_VERSION = "0.20.0-alpha.3";
17
17
  const DEFAULT_UVX_SOURCE = `codemem==${PINNED_BACKEND_VERSION}`;
18
18
 
19
19
  const normalizeEnvValue = (value) => (value || "").toLowerCase();
@@ -1 +1 @@
1
- {"version":3,"file":"claude-hook-ingest.d.ts","sourceRoot":"","sources":["../../src/commands/claude-hook-ingest.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAUH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAkHpC,eAAO,MAAM,uBAAuB,SAqDjC,CAAC"}
1
+ {"version":3,"file":"claude-hook-ingest.d.ts","sourceRoot":"","sources":["../../src/commands/claude-hook-ingest.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAUH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAkHpC,eAAO,MAAM,uBAAuB,SAsDjC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"db.d.ts","sourceRoot":"","sources":["../../src/commands/db.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAGpC,eAAO,MAAM,SAAS,SAEe,CAAC"}
1
+ {"version":3,"file":"db.d.ts","sourceRoot":"","sources":["../../src/commands/db.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AASpC,eAAO,MAAM,SAAS,SAEe,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"enqueue-raw-event.d.ts","sourceRoot":"","sources":["../../src/commands/enqueue-raw-event.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AA0CpC,eAAO,MAAM,sBAAsB,SAkDhC,CAAC"}
1
+ {"version":3,"file":"enqueue-raw-event.d.ts","sourceRoot":"","sources":["../../src/commands/enqueue-raw-event.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AA0CpC,eAAO,MAAM,sBAAsB,SAmDhC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"export-memories.d.ts","sourceRoot":"","sources":["../../src/commands/export-memories.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAOpC,eAAO,MAAM,qBAAqB,SA8ChC,CAAC"}
1
+ {"version":3,"file":"export-memories.d.ts","sourceRoot":"","sources":["../../src/commands/export-memories.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAOpC,eAAO,MAAM,qBAAqB,SAgDhC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"import-memories.d.ts","sourceRoot":"","sources":["../../src/commands/import-memories.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAGpC,eAAO,MAAM,qBAAqB,SAgD/B,CAAC"}
1
+ {"version":3,"file":"import-memories.d.ts","sourceRoot":"","sources":["../../src/commands/import-memories.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAGpC,eAAO,MAAM,qBAAqB,SAsDhC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"mcp.d.ts","sourceRoot":"","sources":["../../src/commands/mcp.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAGpC,eAAO,MAAM,UAAU,SAQpB,CAAC"}
1
+ {"version":3,"file":"mcp.d.ts","sourceRoot":"","sources":["../../src/commands/mcp.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAGpC,eAAO,MAAM,UAAU,SAUpB,CAAC"}
@@ -6,5 +6,8 @@
6
6
  * and inject is just pack_text output which the existing pack command covers.
7
7
  */
8
8
  import { Command } from "commander";
9
+ export declare const showMemoryCommand: Command;
10
+ export declare const forgetMemoryCommand: Command;
11
+ export declare const rememberMemoryCommand: Command;
9
12
  export declare const memoryCommand: Command;
10
13
  //# sourceMappingURL=memory.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"memory.d.ts","sourceRoot":"","sources":["../../src/commands/memory.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAUpC,eAAO,MAAM,aAAa,SAEa,CAAC"}
1
+ {"version":3,"file":"memory.d.ts","sourceRoot":"","sources":["../../src/commands/memory.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAwHpC,eAAO,MAAM,iBAAiB,SAA4B,CAAC;AAC3D,eAAO,MAAM,mBAAmB,SAA8B,CAAC;AAC/D,eAAO,MAAM,qBAAqB,SAAgC,CAAC;AAEnE,eAAO,MAAM,aAAa,SAEa,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=memory.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"memory.test.d.ts","sourceRoot":"","sources":["../../src/commands/memory.test.ts"],"names":[],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"pack.d.ts","sourceRoot":"","sources":["../../src/commands/pack.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAGpC,eAAO,MAAM,WAAW,SA+CtB,CAAC"}
1
+ {"version":3,"file":"pack.d.ts","sourceRoot":"","sources":["../../src/commands/pack.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAOpC,eAAO,MAAM,WAAW,SAkFtB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"recent.d.ts","sourceRoot":"","sources":["../../src/commands/recent.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAGpC,eAAO,MAAM,aAAa,SAkBvB,CAAC"}
1
+ {"version":3,"file":"recent.d.ts","sourceRoot":"","sources":["../../src/commands/recent.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAGpC,eAAO,MAAM,aAAa,SAoCxB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../src/commands/search.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAGpC,eAAO,MAAM,aAAa,SA0CvB,CAAC"}
1
+ {"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../src/commands/search.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAGpC,eAAO,MAAM,aAAa,SAgExB,CAAC"}
@@ -0,0 +1,37 @@
1
+ export type ServeMode = "start" | "stop" | "restart";
2
+ export type ServeAction = ServeMode | undefined;
3
+ export interface LegacyServeOptions {
4
+ db?: string;
5
+ dbPath?: string;
6
+ host: string;
7
+ port: string;
8
+ background?: boolean;
9
+ foreground?: boolean;
10
+ stop?: boolean;
11
+ restart?: boolean;
12
+ }
13
+ export interface StartServeOptions {
14
+ db?: string;
15
+ dbPath?: string;
16
+ host: string;
17
+ port: string;
18
+ foreground?: boolean;
19
+ }
20
+ export interface StopRestartServeOptions {
21
+ db?: string;
22
+ dbPath?: string;
23
+ host: string;
24
+ port: string;
25
+ }
26
+ export interface ResolvedServeInvocation {
27
+ mode: ServeMode;
28
+ dbPath: string | null;
29
+ host: string;
30
+ port: number;
31
+ background: boolean;
32
+ }
33
+ export declare function resolveLegacyServeInvocation(opts: LegacyServeOptions): ResolvedServeInvocation;
34
+ export declare function resolveServeInvocation(action: ServeAction, opts: LegacyServeOptions): ResolvedServeInvocation;
35
+ export declare function resolveStartServeInvocation(opts: StartServeOptions): ResolvedServeInvocation;
36
+ export declare function resolveStopRestartInvocation(mode: "stop" | "restart", opts: StopRestartServeOptions): ResolvedServeInvocation;
37
+ //# sourceMappingURL=serve-invocation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serve-invocation.d.ts","sourceRoot":"","sources":["../../src/commands/serve-invocation.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;AAErD,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,SAAS,CAAC;AAEhD,MAAM,WAAW,kBAAkB;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,iBAAiB;IACjC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,uBAAuB;IACvC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,uBAAuB;IACvC,IAAI,EAAE,SAAS,CAAC;IAChB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,OAAO,CAAC;CACpB;AAUD,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,kBAAkB,GAAG,uBAAuB,CAe9F;AAED,wBAAgB,sBAAsB,CACrC,MAAM,EAAE,WAAW,EACnB,IAAI,EAAE,kBAAkB,GACtB,uBAAuB,CAWzB;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,iBAAiB,GAAG,uBAAuB,CAS5F;AAED,wBAAgB,4BAA4B,CAC3C,IAAI,EAAE,MAAM,GAAG,SAAS,EACxB,IAAI,EAAE,uBAAuB,GAC3B,uBAAuB,CASzB"}
@@ -1,3 +1,5 @@
1
1
  import { Command } from "commander";
2
+ import { type ResolvedServeInvocation } from "./serve-invocation.js";
3
+ export declare function buildForegroundRunnerArgs(scriptPath: string, invocation: ResolvedServeInvocation, execArgv?: string[]): string[];
2
4
  export declare const serveCommand: Command;
3
5
  //# sourceMappingURL=serve.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"serve.d.ts","sourceRoot":"","sources":["../../src/commands/serve.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAiFpC,eAAO,MAAM,YAAY,SAoHvB,CAAC"}
1
+ {"version":3,"file":"serve.d.ts","sourceRoot":"","sources":["../../src/commands/serve.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,OAAO,EAEN,KAAK,uBAAuB,EAG5B,MAAM,uBAAuB,CAAC;AAsG/B,wBAAgB,yBAAyB,CACxC,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,uBAAuB,EACnC,QAAQ,GAAE,MAAM,EAAqB,GACnC,MAAM,EAAE,CAgBV;AAyKD,eAAO,MAAM,YAAY,SAuBtB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=serve.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serve.test.d.ts","sourceRoot":"","sources":["../../src/commands/serve.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export declare function resolveOpencodeConfigPath(configDir: string): string;
2
+ export declare function loadJsoncConfig(path: string): Record<string, unknown>;
3
+ export declare function writeJsonConfig(path: string, data: Record<string, unknown>): void;
4
+ //# sourceMappingURL=setup-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"setup-config.d.ts","sourceRoot":"","sources":["../../src/commands/setup-config.ts"],"names":[],"mappings":"AAIA,wBAAgB,yBAAyB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAMnE;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CASrE;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAGjF"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=setup-config.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"setup-config.test.d.ts","sourceRoot":"","sources":["../../src/commands/setup-config.test.ts"],"names":[],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"setup.d.ts","sourceRoot":"","sources":["../../src/commands/setup.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAOH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAgMpC,eAAO,MAAM,YAAY,SA6BtB,CAAC"}
1
+ {"version":3,"file":"setup.d.ts","sourceRoot":"","sources":["../../src/commands/setup.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAOH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAiLpC,eAAO,MAAM,YAAY,SA6BtB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"stats.d.ts","sourceRoot":"","sources":["../../src/commands/stats.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAcpC,eAAO,MAAM,YAAY,SAqDtB,CAAC"}
1
+ {"version":3,"file":"stats.d.ts","sourceRoot":"","sources":["../../src/commands/stats.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAcpC,eAAO,MAAM,YAAY,SAsDtB,CAAC"}
@@ -0,0 +1,31 @@
1
+ export interface SyncAttemptRow {
2
+ peer_device_id: string;
3
+ ok: number;
4
+ ops_in: number;
5
+ ops_out: number;
6
+ error: string | null;
7
+ finished_at: string | null;
8
+ }
9
+ export declare function formatSyncAttempt(row: SyncAttemptRow): string;
10
+ export interface SyncLifecycleOptions {
11
+ db?: string;
12
+ dbPath?: string;
13
+ host?: string;
14
+ port?: string;
15
+ user?: boolean;
16
+ system?: boolean;
17
+ }
18
+ export declare function buildServeLifecycleArgs(action: "start" | "stop" | "restart", opts: SyncLifecycleOptions, scriptPath: string, execArgv?: string[]): string[];
19
+ export declare function formatSyncOnceResult(peerDeviceId: string, result: {
20
+ ok: boolean;
21
+ error?: string;
22
+ }): string;
23
+ export declare function parseProjectList(value: string | undefined): string[];
24
+ type InterfaceMap = Record<string, Array<{
25
+ address: string;
26
+ family?: string | number;
27
+ internal?: boolean;
28
+ }> | undefined>;
29
+ export declare function collectAdvertiseAddresses(explicitAddress: string | null, configuredHost: string | null, port: number, interfaces: InterfaceMap): string[];
30
+ export {};
31
+ //# sourceMappingURL=sync-helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sync-helpers.d.ts","sourceRoot":"","sources":["../../src/commands/sync-helpers.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,cAAc;IAC9B,cAAc,EAAE,MAAM,CAAC;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B;AAED,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,cAAc,GAAG,MAAM,CAK7D;AAED,MAAM,WAAW,oBAAoB;IACpC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,wBAAgB,uBAAuB,CACtC,MAAM,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,EACpC,IAAI,EAAE,oBAAoB,EAC1B,UAAU,EAAE,MAAM,EAClB,QAAQ,GAAE,MAAM,EAAO,GACrB,MAAM,EAAE,CAcV;AAED,wBAAgB,oBAAoB,CACnC,YAAY,EAAE,MAAM,EACpB,MAAM,EAAE;IAAE,EAAE,EAAE,OAAO,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,GACrC,MAAM,CAIR;AAED,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,EAAE,CAMpE;AAED,KAAK,YAAY,GAAG,MAAM,CACzB,MAAM,EACN,KAAK,CAAC;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC,GAAG,SAAS,CACpF,CAAC;AAEF,wBAAgB,yBAAyB,CACxC,eAAe,EAAE,MAAM,GAAG,IAAI,EAC9B,cAAc,EAAE,MAAM,GAAG,IAAI,EAC7B,IAAI,EAAE,MAAM,EACZ,UAAU,EAAE,YAAY,GACtB,MAAM,EAAE,CAcV"}
@@ -1 +1 @@
1
- {"version":3,"file":"sync.d.ts","sourceRoot":"","sources":["../../src/commands/sync.ts"],"names":[],"mappings":"AAAA;;GAEG;AAWH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAKpC,eAAO,MAAM,WAAW,SAE+B,CAAC"}
1
+ {"version":3,"file":"sync.d.ts","sourceRoot":"","sources":["../../src/commands/sync.ts"],"names":[],"mappings":"AAAA;;GAEG;AAuBH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AA8HpC,eAAO,MAAM,WAAW,SAE+B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=sync.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sync.test.d.ts","sourceRoot":"","sources":["../../src/commands/sync.test.ts"],"names":[],"mappings":""}