@lssm/example.kb-update-pipeline 0.0.0-canary-20251217060433 → 0.0.0-canary-20251217060804
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/.turbo/turbo-build$colon$bundle.log +4 -4
- package/CHANGELOG.md +5 -5
- package/dist/contracts/pipeline.d.ts +39 -39
- package/dist/entities/models.d.ts +18 -18
- package/dist/events.d.ts +21 -21
- package/package.json +20 -20
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
[34mℹ[39m [2mdist/[22m[1mentities/index.js[22m [2m0.28 kB[22m [2m│ gzip: 0.16 kB[22m
|
|
21
21
|
[34mℹ[39m [2mdist/[22m[1mhandlers/index.js[22m [2m0.17 kB[22m [2m│ gzip: 0.11 kB[22m
|
|
22
22
|
[34mℹ[39m [2mdist/[22m[1mdocs/index.js[22m [2m0.04 kB[22m [2m│ gzip: 0.06 kB[22m
|
|
23
|
-
[34mℹ[39m [2mdist/[22m[32m[1mcontracts/pipeline.d.ts[22m[39m [2m3.
|
|
24
|
-
[34mℹ[39m [2mdist/[22m[32m[1mevents.d.ts[22m[39m [2m2.
|
|
23
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcontracts/pipeline.d.ts[22m[39m [2m3.93 kB[22m [2m│ gzip: 0.55 kB[22m
|
|
24
|
+
[34mℹ[39m [2mdist/[22m[32m[1mevents.d.ts[22m[39m [2m2.28 kB[22m [2m│ gzip: 0.40 kB[22m
|
|
25
25
|
[34mℹ[39m [2mdist/[22m[32m[1mhandlers/memory.handlers.d.ts[22m[39m [2m1.89 kB[22m [2m│ gzip: 0.62 kB[22m
|
|
26
26
|
[34mℹ[39m [2mdist/[22m[32m[1mentities/models.d.ts[22m[39m [2m1.81 kB[22m [2m│ gzip: 0.39 kB[22m
|
|
27
27
|
[34mℹ[39m [2mdist/[22m[32m[1mindex.d.ts[22m[39m [2m1.28 kB[22m [2m│ gzip: 0.37 kB[22m
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
[34mℹ[39m [2mdist/[22m[32m[1mfeature.d.ts[22m[39m [2m0.19 kB[22m [2m│ gzip: 0.15 kB[22m
|
|
34
34
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/index.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
35
35
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/kb-update-pipeline.docblock.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
36
|
-
[34mℹ[39m 26 files, total: 28.
|
|
37
|
-
[32m✔[39m Build complete in [
|
|
36
|
+
[34mℹ[39m 26 files, total: 28.14 kB
|
|
37
|
+
[32m✔[39m Build complete in [32m10674ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @lssm/example.kb-update-pipeline
|
|
2
2
|
|
|
3
|
-
## 0.0.0-canary-
|
|
3
|
+
## 0.0.0-canary-20251217060804
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
11
|
- Updated dependencies [66a5dfd]
|
|
12
|
-
- @lssm/lib.contracts@0.0.0-canary-
|
|
13
|
-
- @lssm/lib.identity-rbac@0.0.0-canary-
|
|
14
|
-
- @lssm/lib.schema@0.0.0-canary-
|
|
15
|
-
- @lssm/module.notifications@0.0.0-canary-
|
|
12
|
+
- @lssm/lib.contracts@0.0.0-canary-20251217060804
|
|
13
|
+
- @lssm/lib.identity-rbac@0.0.0-canary-20251217060804
|
|
14
|
+
- @lssm/lib.schema@0.0.0-canary-20251217060804
|
|
15
|
+
- @lssm/module.notifications@0.0.0-canary-20251217060804
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as _lssm_lib_contracts0 from "@lssm/lib.contracts";
|
|
2
|
+
import * as _lssm_lib_schema0 from "@lssm/lib.schema";
|
|
3
3
|
|
|
4
4
|
//#region src/contracts/pipeline.d.ts
|
|
5
|
-
declare const KbPipelineRunWatchContract:
|
|
5
|
+
declare const KbPipelineRunWatchContract: _lssm_lib_contracts0.ContractSpec<_lssm_lib_schema0.SchemaModel<{
|
|
6
6
|
jurisdiction: {
|
|
7
|
-
type:
|
|
7
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
8
8
|
isOptional: false;
|
|
9
9
|
};
|
|
10
|
-
}>,
|
|
10
|
+
}>, _lssm_lib_schema0.SchemaModel<{
|
|
11
11
|
candidates: {
|
|
12
|
-
type:
|
|
12
|
+
type: _lssm_lib_schema0.SchemaModel<{
|
|
13
13
|
id: {
|
|
14
|
-
type:
|
|
14
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
15
15
|
isOptional: false;
|
|
16
16
|
};
|
|
17
17
|
sourceDocumentId: {
|
|
18
|
-
type:
|
|
18
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
19
19
|
isOptional: false;
|
|
20
20
|
};
|
|
21
21
|
detectedAt: {
|
|
22
|
-
type:
|
|
22
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
23
23
|
isOptional: false;
|
|
24
24
|
};
|
|
25
25
|
diffSummary: {
|
|
26
|
-
type:
|
|
26
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
27
27
|
isOptional: false;
|
|
28
28
|
};
|
|
29
29
|
riskLevel: {
|
|
30
|
-
type:
|
|
30
|
+
type: _lssm_lib_schema0.EnumType<[string, string, string]>;
|
|
31
31
|
isOptional: false;
|
|
32
32
|
};
|
|
33
33
|
}>;
|
|
@@ -35,100 +35,100 @@ declare const KbPipelineRunWatchContract: _lssm_lib_contracts4.ContractSpec<_lss
|
|
|
35
35
|
isOptional: false;
|
|
36
36
|
};
|
|
37
37
|
}>, undefined>;
|
|
38
|
-
declare const KbPipelineCreateReviewTaskContract:
|
|
38
|
+
declare const KbPipelineCreateReviewTaskContract: _lssm_lib_contracts0.ContractSpec<_lssm_lib_schema0.SchemaModel<{
|
|
39
39
|
changeCandidateId: {
|
|
40
|
-
type:
|
|
40
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
41
41
|
isOptional: false;
|
|
42
42
|
};
|
|
43
|
-
}>,
|
|
43
|
+
}>, _lssm_lib_schema0.SchemaModel<{
|
|
44
44
|
id: {
|
|
45
|
-
type:
|
|
45
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
46
46
|
isOptional: false;
|
|
47
47
|
};
|
|
48
48
|
changeCandidateId: {
|
|
49
|
-
type:
|
|
49
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
50
50
|
isOptional: false;
|
|
51
51
|
};
|
|
52
52
|
status: {
|
|
53
|
-
type:
|
|
53
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
54
54
|
isOptional: false;
|
|
55
55
|
};
|
|
56
56
|
assignedRole: {
|
|
57
|
-
type:
|
|
57
|
+
type: _lssm_lib_schema0.EnumType<[string, string]>;
|
|
58
58
|
isOptional: false;
|
|
59
59
|
};
|
|
60
60
|
decision: {
|
|
61
|
-
type:
|
|
61
|
+
type: _lssm_lib_schema0.EnumType<[string, string]>;
|
|
62
62
|
isOptional: true;
|
|
63
63
|
};
|
|
64
64
|
decidedAt: {
|
|
65
|
-
type:
|
|
65
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
66
66
|
isOptional: true;
|
|
67
67
|
};
|
|
68
68
|
decidedBy: {
|
|
69
|
-
type:
|
|
69
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
70
70
|
isOptional: true;
|
|
71
71
|
};
|
|
72
72
|
}>, undefined>;
|
|
73
|
-
declare const KbPipelineSubmitDecisionContract:
|
|
73
|
+
declare const KbPipelineSubmitDecisionContract: _lssm_lib_contracts0.ContractSpec<_lssm_lib_schema0.SchemaModel<{
|
|
74
74
|
reviewTaskId: {
|
|
75
|
-
type:
|
|
75
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
76
76
|
isOptional: false;
|
|
77
77
|
};
|
|
78
78
|
decision: {
|
|
79
|
-
type:
|
|
79
|
+
type: _lssm_lib_schema0.EnumType<[string, string]>;
|
|
80
80
|
isOptional: false;
|
|
81
81
|
};
|
|
82
82
|
decidedBy: {
|
|
83
|
-
type:
|
|
83
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
84
84
|
isOptional: false;
|
|
85
85
|
};
|
|
86
86
|
decidedByRole: {
|
|
87
|
-
type:
|
|
87
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
88
88
|
isOptional: false;
|
|
89
89
|
};
|
|
90
|
-
}>,
|
|
90
|
+
}>, _lssm_lib_schema0.SchemaModel<{
|
|
91
91
|
id: {
|
|
92
|
-
type:
|
|
92
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
93
93
|
isOptional: false;
|
|
94
94
|
};
|
|
95
95
|
changeCandidateId: {
|
|
96
|
-
type:
|
|
96
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
97
97
|
isOptional: false;
|
|
98
98
|
};
|
|
99
99
|
status: {
|
|
100
|
-
type:
|
|
100
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
101
101
|
isOptional: false;
|
|
102
102
|
};
|
|
103
103
|
assignedRole: {
|
|
104
|
-
type:
|
|
104
|
+
type: _lssm_lib_schema0.EnumType<[string, string]>;
|
|
105
105
|
isOptional: false;
|
|
106
106
|
};
|
|
107
107
|
decision: {
|
|
108
|
-
type:
|
|
108
|
+
type: _lssm_lib_schema0.EnumType<[string, string]>;
|
|
109
109
|
isOptional: true;
|
|
110
110
|
};
|
|
111
111
|
decidedAt: {
|
|
112
|
-
type:
|
|
112
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
113
113
|
isOptional: true;
|
|
114
114
|
};
|
|
115
115
|
decidedBy: {
|
|
116
|
-
type:
|
|
116
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
117
117
|
isOptional: true;
|
|
118
118
|
};
|
|
119
119
|
}>, undefined>;
|
|
120
|
-
declare const KbPipelinePublishIfReadyContract:
|
|
120
|
+
declare const KbPipelinePublishIfReadyContract: _lssm_lib_contracts0.ContractSpec<_lssm_lib_schema0.SchemaModel<{
|
|
121
121
|
jurisdiction: {
|
|
122
|
-
type:
|
|
122
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
123
123
|
isOptional: false;
|
|
124
124
|
};
|
|
125
|
-
}>,
|
|
125
|
+
}>, _lssm_lib_schema0.SchemaModel<{
|
|
126
126
|
published: {
|
|
127
|
-
type:
|
|
127
|
+
type: _lssm_lib_schema0.FieldType<boolean, boolean>;
|
|
128
128
|
isOptional: false;
|
|
129
129
|
};
|
|
130
130
|
reason: {
|
|
131
|
-
type:
|
|
131
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
132
132
|
isOptional: true;
|
|
133
133
|
};
|
|
134
134
|
}>, undefined>;
|
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _lssm_lib_schema36 from "@lssm/lib.schema";
|
|
2
2
|
|
|
3
3
|
//#region src/entities/models.d.ts
|
|
4
|
-
declare const ChangeRiskLevelEnum:
|
|
5
|
-
declare const ReviewAssignedRoleEnum:
|
|
6
|
-
declare const ReviewDecisionEnum:
|
|
7
|
-
declare const ChangeCandidateModel:
|
|
4
|
+
declare const ChangeRiskLevelEnum: _lssm_lib_schema36.EnumType<[string, string, string]>;
|
|
5
|
+
declare const ReviewAssignedRoleEnum: _lssm_lib_schema36.EnumType<[string, string]>;
|
|
6
|
+
declare const ReviewDecisionEnum: _lssm_lib_schema36.EnumType<[string, string]>;
|
|
7
|
+
declare const ChangeCandidateModel: _lssm_lib_schema36.SchemaModel<{
|
|
8
8
|
id: {
|
|
9
|
-
type:
|
|
9
|
+
type: _lssm_lib_schema36.FieldType<string, string>;
|
|
10
10
|
isOptional: false;
|
|
11
11
|
};
|
|
12
12
|
sourceDocumentId: {
|
|
13
|
-
type:
|
|
13
|
+
type: _lssm_lib_schema36.FieldType<string, string>;
|
|
14
14
|
isOptional: false;
|
|
15
15
|
};
|
|
16
16
|
detectedAt: {
|
|
17
|
-
type:
|
|
17
|
+
type: _lssm_lib_schema36.FieldType<Date, string>;
|
|
18
18
|
isOptional: false;
|
|
19
19
|
};
|
|
20
20
|
diffSummary: {
|
|
21
|
-
type:
|
|
21
|
+
type: _lssm_lib_schema36.FieldType<string, string>;
|
|
22
22
|
isOptional: false;
|
|
23
23
|
};
|
|
24
24
|
riskLevel: {
|
|
25
|
-
type:
|
|
25
|
+
type: _lssm_lib_schema36.EnumType<[string, string, string]>;
|
|
26
26
|
isOptional: false;
|
|
27
27
|
};
|
|
28
28
|
}>;
|
|
29
|
-
declare const ReviewTaskModel:
|
|
29
|
+
declare const ReviewTaskModel: _lssm_lib_schema36.SchemaModel<{
|
|
30
30
|
id: {
|
|
31
|
-
type:
|
|
31
|
+
type: _lssm_lib_schema36.FieldType<string, string>;
|
|
32
32
|
isOptional: false;
|
|
33
33
|
};
|
|
34
34
|
changeCandidateId: {
|
|
35
|
-
type:
|
|
35
|
+
type: _lssm_lib_schema36.FieldType<string, string>;
|
|
36
36
|
isOptional: false;
|
|
37
37
|
};
|
|
38
38
|
status: {
|
|
39
|
-
type:
|
|
39
|
+
type: _lssm_lib_schema36.FieldType<string, string>;
|
|
40
40
|
isOptional: false;
|
|
41
41
|
};
|
|
42
42
|
assignedRole: {
|
|
43
|
-
type:
|
|
43
|
+
type: _lssm_lib_schema36.EnumType<[string, string]>;
|
|
44
44
|
isOptional: false;
|
|
45
45
|
};
|
|
46
46
|
decision: {
|
|
47
|
-
type:
|
|
47
|
+
type: _lssm_lib_schema36.EnumType<[string, string]>;
|
|
48
48
|
isOptional: true;
|
|
49
49
|
};
|
|
50
50
|
decidedAt: {
|
|
51
|
-
type:
|
|
51
|
+
type: _lssm_lib_schema36.FieldType<Date, string>;
|
|
52
52
|
isOptional: true;
|
|
53
53
|
};
|
|
54
54
|
decidedBy: {
|
|
55
|
-
type:
|
|
55
|
+
type: _lssm_lib_schema36.FieldType<string, string>;
|
|
56
56
|
isOptional: true;
|
|
57
57
|
};
|
|
58
58
|
}>;
|
package/dist/events.d.ts
CHANGED
|
@@ -1,71 +1,71 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as _lssm_lib_contracts3 from "@lssm/lib.contracts";
|
|
2
|
+
import * as _lssm_lib_schema53 from "@lssm/lib.schema";
|
|
3
3
|
|
|
4
4
|
//#region src/events.d.ts
|
|
5
|
-
declare const KbChangeDetectedEvent:
|
|
5
|
+
declare const KbChangeDetectedEvent: _lssm_lib_contracts3.EventSpec<_lssm_lib_schema53.SchemaModel<{
|
|
6
6
|
changeCandidateId: {
|
|
7
|
-
type:
|
|
7
|
+
type: _lssm_lib_schema53.FieldType<string, string>;
|
|
8
8
|
isOptional: false;
|
|
9
9
|
};
|
|
10
10
|
sourceDocumentId: {
|
|
11
|
-
type:
|
|
11
|
+
type: _lssm_lib_schema53.FieldType<string, string>;
|
|
12
12
|
isOptional: false;
|
|
13
13
|
};
|
|
14
14
|
riskLevel: {
|
|
15
|
-
type:
|
|
15
|
+
type: _lssm_lib_schema53.FieldType<string, string>;
|
|
16
16
|
isOptional: false;
|
|
17
17
|
};
|
|
18
18
|
}>>;
|
|
19
|
-
declare const KbChangeSummarizedEvent:
|
|
19
|
+
declare const KbChangeSummarizedEvent: _lssm_lib_contracts3.EventSpec<_lssm_lib_schema53.SchemaModel<{
|
|
20
20
|
changeCandidateId: {
|
|
21
|
-
type:
|
|
21
|
+
type: _lssm_lib_schema53.FieldType<string, string>;
|
|
22
22
|
isOptional: false;
|
|
23
23
|
};
|
|
24
24
|
summary: {
|
|
25
|
-
type:
|
|
25
|
+
type: _lssm_lib_schema53.FieldType<string, string>;
|
|
26
26
|
isOptional: false;
|
|
27
27
|
};
|
|
28
28
|
riskLevel: {
|
|
29
|
-
type:
|
|
29
|
+
type: _lssm_lib_schema53.FieldType<string, string>;
|
|
30
30
|
isOptional: false;
|
|
31
31
|
};
|
|
32
32
|
}>>;
|
|
33
|
-
declare const KbPatchProposedEvent:
|
|
33
|
+
declare const KbPatchProposedEvent: _lssm_lib_contracts3.EventSpec<_lssm_lib_schema53.SchemaModel<{
|
|
34
34
|
changeCandidateId: {
|
|
35
|
-
type:
|
|
35
|
+
type: _lssm_lib_schema53.FieldType<string, string>;
|
|
36
36
|
isOptional: false;
|
|
37
37
|
};
|
|
38
38
|
proposedRuleVersionIds: {
|
|
39
|
-
type:
|
|
39
|
+
type: _lssm_lib_schema53.FieldType<string, string>;
|
|
40
40
|
isArray: true;
|
|
41
41
|
isOptional: false;
|
|
42
42
|
};
|
|
43
43
|
}>>;
|
|
44
|
-
declare const KbReviewRequestedEvent:
|
|
44
|
+
declare const KbReviewRequestedEvent: _lssm_lib_contracts3.EventSpec<_lssm_lib_schema53.SchemaModel<{
|
|
45
45
|
reviewTaskId: {
|
|
46
|
-
type:
|
|
46
|
+
type: _lssm_lib_schema53.FieldType<string, string>;
|
|
47
47
|
isOptional: false;
|
|
48
48
|
};
|
|
49
49
|
changeCandidateId: {
|
|
50
|
-
type:
|
|
50
|
+
type: _lssm_lib_schema53.FieldType<string, string>;
|
|
51
51
|
isOptional: false;
|
|
52
52
|
};
|
|
53
53
|
assignedRole: {
|
|
54
|
-
type:
|
|
54
|
+
type: _lssm_lib_schema53.FieldType<string, string>;
|
|
55
55
|
isOptional: false;
|
|
56
56
|
};
|
|
57
57
|
}>>;
|
|
58
|
-
declare const KbReviewDecidedEvent:
|
|
58
|
+
declare const KbReviewDecidedEvent: _lssm_lib_contracts3.EventSpec<_lssm_lib_schema53.SchemaModel<{
|
|
59
59
|
reviewTaskId: {
|
|
60
|
-
type:
|
|
60
|
+
type: _lssm_lib_schema53.FieldType<string, string>;
|
|
61
61
|
isOptional: false;
|
|
62
62
|
};
|
|
63
63
|
decision: {
|
|
64
|
-
type:
|
|
64
|
+
type: _lssm_lib_schema53.FieldType<string, string>;
|
|
65
65
|
isOptional: false;
|
|
66
66
|
};
|
|
67
67
|
decidedBy: {
|
|
68
|
-
type:
|
|
68
|
+
type: _lssm_lib_schema53.FieldType<string, string>;
|
|
69
69
|
isOptional: false;
|
|
70
70
|
};
|
|
71
71
|
}>>;
|
package/package.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lssm/example.kb-update-pipeline",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251217060804",
|
|
4
4
|
"description": "Example: KB update automation pipeline with HITL review and auditability.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.js",
|
|
8
8
|
"types": "./dist/index.d.ts",
|
|
9
9
|
"exports": {
|
|
10
|
-
".": "./
|
|
11
|
-
"./contracts": "./
|
|
12
|
-
"./contracts/pipeline": "./
|
|
13
|
-
"./docs": "./
|
|
14
|
-
"./docs/kb-update-pipeline.docblock": "./
|
|
15
|
-
"./entities": "./
|
|
16
|
-
"./entities/models": "./
|
|
17
|
-
"./events": "./
|
|
18
|
-
"./example": "./
|
|
19
|
-
"./feature": "./
|
|
20
|
-
"./handlers": "./
|
|
21
|
-
"./handlers/memory.handlers": "./
|
|
22
|
-
"./kb-update-pipeline.feature": "./
|
|
10
|
+
".": "./dist/index.js",
|
|
11
|
+
"./contracts": "./dist/contracts/index.js",
|
|
12
|
+
"./contracts/pipeline": "./dist/contracts/pipeline.js",
|
|
13
|
+
"./docs": "./dist/docs/index.js",
|
|
14
|
+
"./docs/kb-update-pipeline.docblock": "./dist/docs/kb-update-pipeline.docblock.js",
|
|
15
|
+
"./entities": "./dist/entities/index.js",
|
|
16
|
+
"./entities/models": "./dist/entities/models.js",
|
|
17
|
+
"./events": "./dist/events.js",
|
|
18
|
+
"./example": "./dist/example.js",
|
|
19
|
+
"./feature": "./dist/feature.js",
|
|
20
|
+
"./handlers": "./dist/handlers/index.js",
|
|
21
|
+
"./handlers/memory.handlers": "./dist/handlers/memory.handlers.js",
|
|
22
|
+
"./kb-update-pipeline.feature": "./dist/kb-update-pipeline.feature.js",
|
|
23
23
|
"./*": "./*"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"test": "bun test"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@lssm/lib.contracts": "0.0.0-canary-
|
|
40
|
-
"@lssm/lib.identity-rbac": "0.0.0-canary-
|
|
41
|
-
"@lssm/lib.schema": "0.0.0-canary-
|
|
42
|
-
"@lssm/module.notifications": "0.0.0-canary-
|
|
39
|
+
"@lssm/lib.contracts": "0.0.0-canary-20251217060804",
|
|
40
|
+
"@lssm/lib.identity-rbac": "0.0.0-canary-20251217060804",
|
|
41
|
+
"@lssm/lib.schema": "0.0.0-canary-20251217060804",
|
|
42
|
+
"@lssm/module.notifications": "0.0.0-canary-20251217060804",
|
|
43
43
|
"zod": "^4.1.13"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@lssm/tool.tsdown": "0.0.0-canary-
|
|
47
|
-
"@lssm/tool.typescript": "0.0.0-canary-
|
|
46
|
+
"@lssm/tool.tsdown": "0.0.0-canary-20251217060804",
|
|
47
|
+
"@lssm/tool.typescript": "0.0.0-canary-20251217060804",
|
|
48
48
|
"tsdown": "^0.17.4",
|
|
49
49
|
"typescript": "^5.9.3"
|
|
50
50
|
},
|