@nextop-os/workspace-issue-manager 0.0.25 → 0.0.26
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/{chunk-UZEH5YBL.js → chunk-34KSO5F6.js} +2 -2
- package/dist/{chunk-QKFOVSRG.js → chunk-JOUBY4J6.js} +5 -5
- package/dist/chunk-JOUBY4J6.js.map +1 -0
- package/dist/{chunk-PDBLEOV4.js → chunk-K3F67IRA.js} +11 -16
- package/dist/chunk-K3F67IRA.js.map +1 -0
- package/dist/{chunk-QW2WQXOG.js → chunk-RJ6HZRQU.js} +2 -2
- package/dist/core/index.js +2 -2
- package/dist/i18n/index.js +1 -1
- package/dist/index.js +3 -3
- package/dist/services/index.js +3 -3
- package/dist/ui/index.js +4 -4
- package/dist/workbench/index.js +4 -4
- package/package.json +5 -5
- package/dist/chunk-PDBLEOV4.js.map +0 -1
- package/dist/chunk-QKFOVSRG.js.map +0 -1
- /package/dist/{chunk-UZEH5YBL.js.map → chunk-34KSO5F6.js.map} +0 -0
- /package/dist/{chunk-QW2WQXOG.js.map → chunk-RJ6HZRQU.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createIssueManagerI18nRuntime
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-JOUBY4J6.js";
|
|
4
4
|
|
|
5
5
|
// src/core/feature.ts
|
|
6
6
|
var defaultIssueManagerNodeState = {
|
|
@@ -227,4 +227,4 @@ export {
|
|
|
227
227
|
resolveIssueManagerWorkspaceRuntimePath,
|
|
228
228
|
buildIssueManagerRunPrompt
|
|
229
229
|
};
|
|
230
|
-
//# sourceMappingURL=chunk-
|
|
230
|
+
//# sourceMappingURL=chunk-RJ6HZRQU.js.map
|
package/dist/core/index.js
CHANGED
|
@@ -28,8 +28,8 @@ import {
|
|
|
28
28
|
resolveIssueManagerExpandedFrame,
|
|
29
29
|
resolveIssueManagerWorkspaceRuntimePath,
|
|
30
30
|
shouldAutoCollapseIssueManagerSidebar
|
|
31
|
-
} from "../chunk-
|
|
32
|
-
import "../chunk-
|
|
31
|
+
} from "../chunk-RJ6HZRQU.js";
|
|
32
|
+
import "../chunk-JOUBY4J6.js";
|
|
33
33
|
export {
|
|
34
34
|
appendIssueManagerWorkspaceFileLinksToContent,
|
|
35
35
|
buildIssueManagerRunOutputDir,
|
package/dist/i18n/index.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
resolveIssueManagerPriorityLabel,
|
|
9
9
|
resolveIssueManagerStatusLabel,
|
|
10
10
|
uniqueIssueManagerFileReferences
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-34KSO5F6.js";
|
|
12
12
|
import {
|
|
13
13
|
appendIssueManagerWorkspaceFileLinksToContent,
|
|
14
14
|
buildIssueManagerRunOutputDir,
|
|
@@ -39,8 +39,8 @@ import {
|
|
|
39
39
|
resolveIssueManagerExpandedFrame,
|
|
40
40
|
resolveIssueManagerWorkspaceRuntimePath,
|
|
41
41
|
shouldAutoCollapseIssueManagerSidebar
|
|
42
|
-
} from "./chunk-
|
|
43
|
-
import "./chunk-
|
|
42
|
+
} from "./chunk-RJ6HZRQU.js";
|
|
43
|
+
import "./chunk-JOUBY4J6.js";
|
|
44
44
|
export {
|
|
45
45
|
appendIssueManagerWorkspaceFileLinksToContent,
|
|
46
46
|
buildIssueManagerRunOutputDir,
|
package/dist/services/index.js
CHANGED
|
@@ -8,9 +8,9 @@ import {
|
|
|
8
8
|
resolveIssueManagerPriorityLabel,
|
|
9
9
|
resolveIssueManagerStatusLabel,
|
|
10
10
|
uniqueIssueManagerFileReferences
|
|
11
|
-
} from "../chunk-
|
|
12
|
-
import "../chunk-
|
|
13
|
-
import "../chunk-
|
|
11
|
+
} from "../chunk-34KSO5F6.js";
|
|
12
|
+
import "../chunk-RJ6HZRQU.js";
|
|
13
|
+
import "../chunk-JOUBY4J6.js";
|
|
14
14
|
export {
|
|
15
15
|
createIssueManagerControllerService,
|
|
16
16
|
createIssueManagerDate,
|
package/dist/ui/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
IssueManagerNode,
|
|
3
3
|
IssueManagerNodeHeader
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-K3F67IRA.js";
|
|
5
|
+
import "../chunk-34KSO5F6.js";
|
|
6
|
+
import "../chunk-RJ6HZRQU.js";
|
|
7
|
+
import "../chunk-JOUBY4J6.js";
|
|
8
8
|
export {
|
|
9
9
|
IssueManagerNode,
|
|
10
10
|
IssueManagerNodeHeader
|
package/dist/workbench/index.js
CHANGED
|
@@ -2,14 +2,14 @@ import {
|
|
|
2
2
|
IssueManagerNode,
|
|
3
3
|
IssueManagerNodeHeader,
|
|
4
4
|
dispatchIssueManagerTaskListCollapsed
|
|
5
|
-
} from "../chunk-
|
|
6
|
-
import "../chunk-
|
|
5
|
+
} from "../chunk-K3F67IRA.js";
|
|
6
|
+
import "../chunk-34KSO5F6.js";
|
|
7
7
|
import {
|
|
8
8
|
normalizeIssueManagerNodeState,
|
|
9
9
|
resolveIssueManagerExpandedFrame,
|
|
10
10
|
shouldAutoCollapseIssueManagerSidebar
|
|
11
|
-
} from "../chunk-
|
|
12
|
-
import "../chunk-
|
|
11
|
+
} from "../chunk-RJ6HZRQU.js";
|
|
12
|
+
import "../chunk-JOUBY4J6.js";
|
|
13
13
|
|
|
14
14
|
// src/workbench/index.ts
|
|
15
15
|
import { createElement } from "react";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextop-os/workspace-issue-manager",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.26",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
"directory": "packages/workspace/issue-manager"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@nextop-os/ui-i18n-runtime": "0.0.
|
|
54
|
-
"@nextop-os/ui-rich-text": "0.0.
|
|
55
|
-
"@nextop-os/ui-system": "0.0.
|
|
56
|
-
"@nextop-os/workbench-surface": "0.0.
|
|
53
|
+
"@nextop-os/ui-i18n-runtime": "0.0.26",
|
|
54
|
+
"@nextop-os/ui-rich-text": "0.0.26",
|
|
55
|
+
"@nextop-os/ui-system": "0.0.26",
|
|
56
|
+
"@nextop-os/workbench-surface": "0.0.26",
|
|
57
57
|
"valtio": "^2.3.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|