codesesh 1.0.4 → 1.0.6
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/README.md +5 -4
- package/dist/{chunk-W4PZHL2C.js → chunk-4ND6AT6W.js} +154 -92
- package/dist/chunk-4ND6AT6W.js.map +1 -0
- package/dist/chunk-4QFNZCBR.js +1271 -0
- package/dist/chunk-4QFNZCBR.js.map +1 -0
- package/dist/{chunk-MBZ4VV4C.js → chunk-A3MT6L6Z.js} +3 -3
- package/dist/chunk-COZSWVCH.js +89 -0
- package/dist/chunk-COZSWVCH.js.map +1 -0
- package/dist/{chunk-YCUN52HA.js → chunk-L3DDWTYV.js} +81 -115
- package/dist/chunk-L3DDWTYV.js.map +1 -0
- package/dist/{chunk-BYB77UAJ.js → chunk-XQDYKKRC.js} +139 -80
- package/dist/chunk-XQDYKKRC.js.map +1 -0
- package/dist/{chunk-3SXCTDD6.js → chunk-YZ6XCSVQ.js} +4 -3
- package/dist/{discovery-K3GLISI6.js → discovery-ADSQARBV.js} +11 -5
- package/dist/index.js +1538 -1030
- package/dist/index.js.map +1 -1
- package/dist/project-identity-worker.js +4 -4
- package/dist/scan-refresh-worker.js +17 -7
- package/dist/scan-refresh-worker.js.map +1 -1
- package/dist/search-index-worker.js +16 -8
- package/dist/search-index-worker.js.map +1 -1
- package/dist/session-detail-worker.js +79 -0
- package/dist/session-detail-worker.js.map +1 -0
- package/dist/smart-tag-worker.js +3 -3
- package/dist/web/assets/CustomTimeWindowDialog-D2bx7uDv.js +1 -0
- package/dist/web/assets/InteractiveReceipt-BFpIdno8.js +1 -0
- package/dist/web/assets/OverviewScreen-D_KXfiJi.js +1 -0
- package/dist/web/assets/{PrismHighlighter-B1a2dPJO.js → PrismHighlighter-BgVkYu_S.js} +1 -1
- package/dist/web/assets/Projects-CN44UpuR.js +1 -0
- package/dist/web/assets/SearchResultsPanel-CWD01v-a.js +1 -0
- package/dist/web/assets/SessionDetail-D8taQ6Tl.js +53 -0
- package/dist/web/assets/api-B9lJtVbO.js +1 -0
- package/dist/web/assets/index-XpolWMY4.js +1423 -0
- package/dist/web/assets/index-xbEEMszv.css +1 -0
- package/dist/web/assets/session-indexes-fib48ZKn.js +4 -0
- package/dist/web/assets/translate-Dmym1ZDl.js +2 -0
- package/dist/web/assets/utils-Bk66u8b3.js +1 -0
- package/dist/web/index.html +7 -7
- package/package.json +3 -3
- package/dist/chunk-BYB77UAJ.js.map +0 -1
- package/dist/chunk-G4HRD3AR.js +0 -246
- package/dist/chunk-G4HRD3AR.js.map +0 -1
- package/dist/chunk-W4PZHL2C.js.map +0 -1
- package/dist/chunk-YCUN52HA.js.map +0 -1
- package/dist/web/assets/InteractiveReceipt-Dk50TBsH.js +0 -1
- package/dist/web/assets/OverviewScreen-5hvQVp4H.js +0 -1
- package/dist/web/assets/Projects-Cy_v2yep.js +0 -1
- package/dist/web/assets/SearchResultsPanel-DfheEwpz.js +0 -1
- package/dist/web/assets/SessionDetail-DRI8R3st.js +0 -53
- package/dist/web/assets/api-GP9UCedC.js +0 -1
- package/dist/web/assets/contract-xJyW5u7a.js +0 -2
- package/dist/web/assets/index-Bd-YkWkZ.css +0 -1
- package/dist/web/assets/index-DEjvzumm.js +0 -1410
- package/dist/web/assets/panel-ND0J63d3.js +0 -1
- package/dist/web/assets/session-indexes-BsgjUoc1.js +0 -4
- package/dist/web/assets/utils-C7BqyxxV.js +0 -1
- /package/dist/{chunk-MBZ4VV4C.js.map → chunk-A3MT6L6Z.js.map} +0 -0
- /package/dist/{chunk-3SXCTDD6.js.map → chunk-YZ6XCSVQ.js.map} +0 -0
- /package/dist/{discovery-K3GLISI6.js.map → discovery-ADSQARBV.js.map} +0 -0
|
@@ -4,9 +4,9 @@ import {
|
|
|
4
4
|
getProjectIdentityKey,
|
|
5
5
|
getSessionAgentKey,
|
|
6
6
|
matchesProjectIdentity
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-4ND6AT6W.js";
|
|
8
8
|
|
|
9
|
-
// ../core/dist/chunk-
|
|
9
|
+
// ../core/dist/chunk-2AZEUUPW.mjs
|
|
10
10
|
import * as os from "os";
|
|
11
11
|
import * as path from "path";
|
|
12
12
|
import { createHash } from "crypto";
|
|
@@ -317,10 +317,11 @@ export {
|
|
|
317
317
|
computeIdentity,
|
|
318
318
|
normalizeProjectDirectory,
|
|
319
319
|
computeIdentityProjection,
|
|
320
|
+
createProjectScopeMatcher,
|
|
320
321
|
createProjectScopeMatcherFromIdentity,
|
|
321
322
|
matchesProjectScope,
|
|
322
323
|
filterSessionsByProjectScope,
|
|
323
324
|
normalizeProjectScopePath,
|
|
324
325
|
buildProjectGroups
|
|
325
326
|
};
|
|
326
|
-
//# sourceMappingURL=chunk-
|
|
327
|
+
//# sourceMappingURL=chunk-YZ6XCSVQ.js.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
attachMissingProjectIdentities,
|
|
4
|
+
beginAgentRefresh,
|
|
4
5
|
buildAgentCacheMeta,
|
|
5
6
|
buildSessionPersistenceDiff,
|
|
6
7
|
clearCache,
|
|
@@ -25,6 +26,8 @@ import {
|
|
|
25
26
|
markAgentFullSyncCompleted,
|
|
26
27
|
markAgentFullSyncProgress,
|
|
27
28
|
markAgentFullSyncStarted,
|
|
29
|
+
matchesSessionQueryScope,
|
|
30
|
+
materializeCachedSessionDetailResponse,
|
|
28
31
|
materializeSessionDetailResponse,
|
|
29
32
|
mergeSearchQueryOptions,
|
|
30
33
|
planAgentScan,
|
|
@@ -42,18 +45,19 @@ import {
|
|
|
42
45
|
sortSessions,
|
|
43
46
|
syncSessionSearchIndex,
|
|
44
47
|
syncSessionSearchIndexChanges
|
|
45
|
-
} from "./chunk-
|
|
46
|
-
import "./chunk-
|
|
47
|
-
import "./chunk-
|
|
48
|
+
} from "./chunk-XQDYKKRC.js";
|
|
49
|
+
import "./chunk-YZ6XCSVQ.js";
|
|
50
|
+
import "./chunk-L3DDWTYV.js";
|
|
48
51
|
import {
|
|
49
52
|
SMART_TAGS,
|
|
50
53
|
filterSessionTreeByActivityWindow,
|
|
51
54
|
isSmartTag,
|
|
52
55
|
mergeSortedSessions
|
|
53
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-4ND6AT6W.js";
|
|
54
57
|
export {
|
|
55
58
|
SMART_TAGS,
|
|
56
59
|
attachMissingProjectIdentities,
|
|
60
|
+
beginAgentRefresh,
|
|
57
61
|
buildAgentCacheMeta,
|
|
58
62
|
buildSessionPersistenceDiff,
|
|
59
63
|
clearCache,
|
|
@@ -80,6 +84,8 @@ export {
|
|
|
80
84
|
markAgentFullSyncCompleted,
|
|
81
85
|
markAgentFullSyncProgress,
|
|
82
86
|
markAgentFullSyncStarted,
|
|
87
|
+
matchesSessionQueryScope,
|
|
88
|
+
materializeCachedSessionDetailResponse,
|
|
83
89
|
materializeSessionDetailResponse,
|
|
84
90
|
mergeSearchQueryOptions,
|
|
85
91
|
mergeSortedSessions,
|
|
@@ -99,4 +105,4 @@ export {
|
|
|
99
105
|
syncSessionSearchIndex,
|
|
100
106
|
syncSessionSearchIndexChanges
|
|
101
107
|
};
|
|
102
|
-
//# sourceMappingURL=discovery-
|
|
108
|
+
//# sourceMappingURL=discovery-ADSQARBV.js.map
|