codesesh 1.0.1 → 1.0.2

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.
@@ -84,7 +84,7 @@ import {
84
84
  synchronizeSessionSources,
85
85
  upsertBookmark,
86
86
  upsertSessionAlias
87
- } from "./chunk-JHX5OLL4.js";
87
+ } from "./chunk-VAUC2W7I.js";
88
88
  export {
89
89
  BaseAgent,
90
90
  StateStorageUnavailableError as BookmarkStorageUnavailableError,
@@ -172,4 +172,4 @@ export {
172
172
  upsertBookmark,
173
173
  upsertSessionAlias
174
174
  };
175
- //# sourceMappingURL=dist-N2PQATP2.js.map
175
+ //# sourceMappingURL=dist-6QTGTYZT.js.map
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  appLogger,
4
4
  logSearchIndexSync
5
- } from "./chunk-OFTTM3UD.js";
5
+ } from "./chunk-PROMURPM.js";
6
6
  import {
7
7
  FileSystemSessionSource,
8
8
  SessionAliasValidationError,
@@ -65,7 +65,7 @@ import {
65
65
  startOfCalendarDay,
66
66
  upsertBookmark,
67
67
  upsertSessionAlias
68
- } from "./chunk-JHX5OLL4.js";
68
+ } from "./chunk-VAUC2W7I.js";
69
69
 
70
70
  // src/index.ts
71
71
  import { defineCommand, runMain } from "citty";
@@ -4816,7 +4816,7 @@ var main = defineCommand({
4816
4816
  log_path: appLogger.getLogPath()
4817
4817
  });
4818
4818
  if (clearCache) {
4819
- const { clearCache: clear } = await import("./dist-N2PQATP2.js");
4819
+ const { clearCache: clear } = await import("./dist-6QTGTYZT.js");
4820
4820
  clear();
4821
4821
  appLogger.info("cache.clear");
4822
4822
  console.log("Cache cleared.");
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  appLogger
4
- } from "./chunk-OFTTM3UD.js";
4
+ } from "./chunk-PROMURPM.js";
5
5
  import {
6
6
  FileSystemSessionSource,
7
7
  SMART_TAG_CLASSIFIER_REVISION,
@@ -14,7 +14,7 @@ import {
14
14
  sortSessions,
15
15
  synchronizePricingGeneration,
16
16
  synchronizeSessionSources
17
- } from "./chunk-JHX5OLL4.js";
17
+ } from "./chunk-VAUC2W7I.js";
18
18
 
19
19
  // src/scan-refresh-worker.ts
20
20
  import { parentPort, workerData } from "worker_threads";
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  appLogger
4
- } from "./chunk-OFTTM3UD.js";
4
+ } from "./chunk-PROMURPM.js";
5
5
  import {
6
6
  commitDurableSessionPublication,
7
7
  createRegisteredAgents,
@@ -10,7 +10,7 @@ import {
10
10
  syncSessionSearchIndex,
11
11
  syncSessionSearchIndexChanges,
12
12
  synchronizePricingGeneration
13
- } from "./chunk-JHX5OLL4.js";
13
+ } from "./chunk-VAUC2W7I.js";
14
14
 
15
15
  // src/search-index-worker.ts
16
16
  import { randomUUID } from "crypto";
@@ -1,11 +1,11 @@
1
1
  #!/usr/bin/env node
2
- import "./chunk-OFTTM3UD.js";
2
+ import "./chunk-PROMURPM.js";
3
3
  import {
4
4
  classifySessionTags,
5
5
  createRegisteredAgents,
6
6
  getSmartTagSourceTimestamp,
7
7
  synchronizePricingGeneration
8
- } from "./chunk-JHX5OLL4.js";
8
+ } from "./chunk-VAUC2W7I.js";
9
9
 
10
10
  // src/smart-tag-worker.ts
11
11
  import { parentPort, workerData } from "worker_threads";