@wrongstack/plugins 0.293.0 → 0.295.0
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 +7 -71
- package/dist/accessibility-auditor/index.d.ts +1 -1
- package/dist/accessibility-auditor/index.d.ts.map +1 -1
- package/dist/accessibility-auditor.js +31 -31
- package/dist/agent-handoff/index.d.ts +1 -1
- package/dist/agent-handoff/index.d.ts.map +1 -1
- package/dist/api-compatibility-gate/index.d.ts +1 -1
- package/dist/api-compatibility-gate/index.d.ts.map +1 -1
- package/dist/api-compatibility-gate.js +21 -16
- package/dist/audit/index.d.ts +386 -0
- package/dist/audit/index.d.ts.map +1 -0
- package/dist/audit.d.ts +1 -0
- package/dist/audit.js +454 -0
- package/dist/auto-doc/index.d.ts +1 -1
- package/dist/auto-doc/index.d.ts.map +1 -1
- package/dist/auto-escalate/index.d.ts +1 -1
- package/dist/auto-escalate/index.d.ts.map +1 -1
- package/dist/auto-i18n-extractor/index.d.ts +1 -1
- package/dist/auto-i18n-extractor/index.d.ts.map +1 -1
- package/dist/auto-i18n-extractor.js +2 -1
- package/dist/branch-guard/index.d.ts +1 -1
- package/dist/branch-guard/index.d.ts.map +1 -1
- package/dist/branch-guard.js +9 -1
- package/dist/catalog.d.ts +5 -30
- package/dist/catalog.d.ts.map +1 -1
- package/dist/changelog-writer/index.d.ts +1 -1
- package/dist/changelog-writer/index.d.ts.map +1 -1
- package/dist/checkpoint/index.d.ts +1 -1
- package/dist/checkpoint/index.d.ts.map +1 -1
- package/dist/checkpoint.js +7 -8
- package/dist/code-metrics/index.d.ts +1 -1
- package/dist/code-metrics/index.d.ts.map +1 -1
- package/dist/code-metrics.js +29 -29
- package/dist/commit-validator/index.d.ts +1 -1
- package/dist/commit-validator/index.d.ts.map +1 -1
- package/dist/config-validator/index.d.ts +1 -1
- package/dist/config-validator/index.d.ts.map +1 -1
- package/dist/context-pins/index.d.ts +1 -1
- package/dist/context-pins/index.d.ts.map +1 -1
- package/dist/cost-tracker/index.d.ts +1 -1
- package/dist/cost-tracker/index.d.ts.map +1 -1
- package/dist/cost-tracker.js +9 -2
- package/dist/cron/index.d.ts +1 -1
- package/dist/cron/index.d.ts.map +1 -1
- package/dist/dead-code-detector/index.d.ts +1 -1
- package/dist/dead-code-detector/index.d.ts.map +1 -1
- package/dist/dead-code-detector.js +26 -18
- package/dist/dep-guard/index.d.ts +1 -1
- package/dist/dep-guard/index.d.ts.map +1 -1
- package/dist/dependency-vulnerability-gate/index.d.ts +1 -1
- package/dist/dependency-vulnerability-gate/index.d.ts.map +1 -1
- package/dist/dependency-vulnerability-gate.js +34 -22
- package/dist/diff-summary/index.d.ts +1 -1
- package/dist/diff-summary/index.d.ts.map +1 -1
- package/dist/diff-summary.js +28 -29
- package/dist/doc-sync-guard/index.d.ts +1 -1
- package/dist/doc-sync-guard/index.d.ts.map +1 -1
- package/dist/doc-sync-guard.js +2 -1
- package/dist/duplicate-code-detector/index.d.ts +26 -1
- package/dist/duplicate-code-detector/index.d.ts.map +1 -1
- package/dist/duplicate-code-detector.js +178 -67
- package/dist/error-lens/index.d.ts +1 -1
- package/dist/error-lens/index.d.ts.map +1 -1
- package/dist/factories/index.d.ts +4 -0
- package/dist/factories/index.d.ts.map +1 -0
- package/dist/factories.d.ts +1 -0
- package/dist/factories.js +74 -0
- package/dist/feature-flag-tracker/index.d.ts +1 -1
- package/dist/feature-flag-tracker/index.d.ts.map +1 -1
- package/dist/feature-flag-tracker.js +29 -29
- package/dist/file-watcher/index.d.ts +1 -1
- package/dist/file-watcher/index.d.ts.map +1 -1
- package/dist/format-on-save/index.d.ts +1 -1
- package/dist/format-on-save/index.d.ts.map +1 -1
- package/dist/format-on-save.js +2 -1
- package/dist/generated-plugin-exports.d.ts +65 -0
- package/dist/generated-plugin-exports.d.ts.map +1 -0
- package/dist/git-autocommit/index.d.ts +1 -1
- package/dist/git-autocommit/index.d.ts.map +1 -1
- package/dist/import-organizer/index.d.ts +1 -1
- package/dist/import-organizer/index.d.ts.map +1 -1
- package/dist/import-organizer.js +2 -1
- package/dist/index.d.ts +4 -183
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +17675 -17377
- package/dist/injection-shield/index.d.ts +1 -1
- package/dist/injection-shield/index.d.ts.map +1 -1
- package/dist/interface-contract-guard/index.d.ts +1 -1
- package/dist/interface-contract-guard/index.d.ts.map +1 -1
- package/dist/interface-contract-guard.js +29 -29
- package/dist/knowledge-graph/index.d.ts +1 -1
- package/dist/knowledge-graph/index.d.ts.map +1 -1
- package/dist/license-audit-gate/index.d.ts +1 -1
- package/dist/license-audit-gate/index.d.ts.map +1 -1
- package/dist/lint-gate/index.d.ts +1 -1
- package/dist/lint-gate/index.d.ts.map +1 -1
- package/dist/lint-gate.js +10 -1
- package/dist/llm-cache/index.d.ts +5 -1
- package/dist/llm-cache/index.d.ts.map +1 -1
- package/dist/llm-cache.js +16 -8
- package/dist/loop-breaker/index.d.ts +1 -1
- package/dist/loop-breaker/index.d.ts.map +1 -1
- package/dist/loop-breaker.js +10 -4
- package/dist/manifest/index.d.ts +16 -0
- package/dist/manifest/index.d.ts.map +1 -0
- package/dist/manifest.d.ts +1 -0
- package/dist/manifest.js +152 -0
- package/dist/migration-planner/index.d.ts +1 -1
- package/dist/migration-planner/index.d.ts.map +1 -1
- package/dist/migration-planner.js +2 -1
- package/dist/model-router/index.d.ts +1 -1
- package/dist/model-router/index.d.ts.map +1 -1
- package/dist/notify-hub/index.d.ts +1 -1
- package/dist/notify-hub/index.d.ts.map +1 -1
- package/dist/notify-hub/webhook-channel.d.ts +1 -1
- package/dist/notify-hub/webhook-channel.d.ts.map +1 -1
- package/dist/path-guard/index.d.ts +1 -1
- package/dist/path-guard/index.d.ts.map +1 -1
- package/dist/performance-regression-gate/index.d.ts +1 -1
- package/dist/performance-regression-gate/index.d.ts.map +1 -1
- package/dist/plugin-stack-observer/index.d.ts +1 -1
- package/dist/plugin-stack-observer/index.d.ts.map +1 -1
- package/dist/pr-drafter/index.d.ts +1 -1
- package/dist/pr-drafter/index.d.ts.map +1 -1
- package/dist/pr-drafter.js +28 -29
- package/dist/process-guard/index.d.ts +1 -1
- package/dist/process-guard/index.d.ts.map +1 -1
- package/dist/prompt-firewall/index.d.ts +1 -1
- package/dist/prompt-firewall/index.d.ts.map +1 -1
- package/dist/refactor-suggester/index.d.ts +1 -1
- package/dist/refactor-suggester/index.d.ts.map +1 -1
- package/dist/refactor-suggester.js +29 -29
- package/dist/release-notes-generator/index.d.ts +1 -1
- package/dist/release-notes-generator/index.d.ts.map +1 -1
- package/dist/release-notes-generator.js +29 -22
- package/dist/runtime/index.d.ts +15 -0
- package/dist/runtime/index.d.ts.map +1 -1
- package/dist/runtime/llm.d.ts +1 -1
- package/dist/runtime/llm.d.ts.map +1 -1
- package/dist/runtime.js +43 -2
- package/dist/schema-evolution-guard/index.d.ts +1 -1
- package/dist/schema-evolution-guard/index.d.ts.map +1 -1
- package/dist/schema-evolution-guard.js +2 -1
- package/dist/secret-scanner/index.d.ts +1 -1
- package/dist/secret-scanner/index.d.ts.map +1 -1
- package/dist/secret-scanner.js +7 -1
- package/dist/security-hotspot-scanner/index.d.ts +1 -1
- package/dist/security-hotspot-scanner/index.d.ts.map +1 -1
- package/dist/security-hotspot-scanner.js +26 -19
- package/dist/semantic-search-indexer/index.d.ts +1 -1
- package/dist/semantic-search-indexer/index.d.ts.map +1 -1
- package/dist/semver-bump/index.d.ts +1 -1
- package/dist/semver-bump/index.d.ts.map +1 -1
- package/dist/semver-bump.js +78 -43
- package/dist/session-recap/index.d.ts +1 -1
- package/dist/session-recap/index.d.ts.map +1 -1
- package/dist/shell-check/index.d.ts +1 -1
- package/dist/shell-check/index.d.ts.map +1 -1
- package/dist/smart-rename/index.d.ts +1 -1
- package/dist/smart-rename/index.d.ts.map +1 -1
- package/dist/spec-linker/index.d.ts +1 -1
- package/dist/spec-linker/index.d.ts.map +1 -1
- package/dist/spec-linker.js +222 -20772
- package/dist/template-engine/index.d.ts +1 -1
- package/dist/template-engine/index.d.ts.map +1 -1
- package/dist/template-engine.js +4 -6
- package/dist/test-coverage-gate/index.d.ts +1 -1
- package/dist/test-coverage-gate/index.d.ts.map +1 -1
- package/dist/test-coverage-gate.js +29 -14
- package/dist/test-flake-detector/index.d.ts +1 -1
- package/dist/test-flake-detector/index.d.ts.map +1 -1
- package/dist/test-flake-detector.js +31 -20
- package/dist/test-generator/index.d.ts +1 -1
- package/dist/test-generator/index.d.ts.map +1 -1
- package/dist/test-runner-gate/index.d.ts +1 -1
- package/dist/test-runner-gate/index.d.ts.map +1 -1
- package/dist/test-runner-gate.js +2 -1
- package/dist/todo-listener/index.d.ts +1 -32
- package/dist/todo-listener/index.d.ts.map +1 -1
- package/dist/todo-tracker/index.d.ts +1 -1
- package/dist/todo-tracker/index.d.ts.map +1 -1
- package/dist/token-budget/index.d.ts +1 -1
- package/dist/token-budget/index.d.ts.map +1 -1
- package/dist/token-throttle/index.d.ts +1 -1
- package/dist/token-throttle/index.d.ts.map +1 -1
- package/dist/type-gate/index.d.ts +1 -1
- package/dist/type-gate/index.d.ts.map +1 -1
- package/dist/type-gate.js +11 -4
- package/package.json +80 -68
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wrongstack/plugins",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Official WrongStack
|
|
3
|
+
"version": "0.295.0",
|
|
4
|
+
"description": "Official WrongStack collection of focused plugins for code quality, security, observability, planning, and agent coordination",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ECOSTACK TECHNOLOGY OÜ",
|
|
7
7
|
"type": "module",
|
|
@@ -12,30 +12,42 @@
|
|
|
12
12
|
"types": "./dist/index.d.ts",
|
|
13
13
|
"import": "./dist/index.js"
|
|
14
14
|
},
|
|
15
|
+
"./manifest": {
|
|
16
|
+
"types": "./dist/manifest.d.ts",
|
|
17
|
+
"import": "./dist/manifest.js"
|
|
18
|
+
},
|
|
19
|
+
"./factories": {
|
|
20
|
+
"types": "./dist/factories.d.ts",
|
|
21
|
+
"import": "./dist/factories.js"
|
|
22
|
+
},
|
|
23
|
+
"./audit": {
|
|
24
|
+
"types": "./dist/audit.d.ts",
|
|
25
|
+
"import": "./dist/audit.js"
|
|
26
|
+
},
|
|
15
27
|
"./agent-handoff": {
|
|
16
28
|
"types": "./dist/agent-handoff.d.ts",
|
|
17
29
|
"import": "./dist/agent-handoff.js"
|
|
18
30
|
},
|
|
19
|
-
"./
|
|
20
|
-
"types": "./dist/
|
|
21
|
-
"import": "./dist/
|
|
31
|
+
"./cost-tracker": {
|
|
32
|
+
"types": "./dist/cost-tracker.d.ts",
|
|
33
|
+
"import": "./dist/cost-tracker.js"
|
|
34
|
+
},
|
|
35
|
+
"./file-watcher": {
|
|
36
|
+
"types": "./dist/file-watcher.d.ts",
|
|
37
|
+
"import": "./dist/file-watcher.js"
|
|
22
38
|
},
|
|
23
39
|
"./git-autocommit": {
|
|
24
40
|
"types": "./dist/git-autocommit.d.ts",
|
|
25
41
|
"import": "./dist/git-autocommit.js"
|
|
26
42
|
},
|
|
43
|
+
"./auto-doc": {
|
|
44
|
+
"types": "./dist/auto-doc.d.ts",
|
|
45
|
+
"import": "./dist/auto-doc.js"
|
|
46
|
+
},
|
|
27
47
|
"./shell-check": {
|
|
28
48
|
"types": "./dist/shell-check.d.ts",
|
|
29
49
|
"import": "./dist/shell-check.js"
|
|
30
50
|
},
|
|
31
|
-
"./cost-tracker": {
|
|
32
|
-
"types": "./dist/cost-tracker.d.ts",
|
|
33
|
-
"import": "./dist/cost-tracker.js"
|
|
34
|
-
},
|
|
35
|
-
"./file-watcher": {
|
|
36
|
-
"types": "./dist/file-watcher.d.ts",
|
|
37
|
-
"import": "./dist/file-watcher.js"
|
|
38
|
-
},
|
|
39
51
|
"./cron": {
|
|
40
52
|
"types": "./dist/cron.d.ts",
|
|
41
53
|
"import": "./dist/cron.js"
|
|
@@ -88,6 +100,10 @@
|
|
|
88
100
|
"types": "./dist/import-organizer.d.ts",
|
|
89
101
|
"import": "./dist/import-organizer.js"
|
|
90
102
|
},
|
|
103
|
+
"./knowledge-graph": {
|
|
104
|
+
"types": "./dist/knowledge-graph.d.ts",
|
|
105
|
+
"import": "./dist/knowledge-graph.js"
|
|
106
|
+
},
|
|
91
107
|
"./todo-listener": {
|
|
92
108
|
"types": "./dist/todo-listener.d.ts",
|
|
93
109
|
"import": "./dist/todo-listener.js"
|
|
@@ -144,10 +160,6 @@
|
|
|
144
160
|
"types": "./dist/injection-shield.d.ts",
|
|
145
161
|
"import": "./dist/injection-shield.js"
|
|
146
162
|
},
|
|
147
|
-
"./knowledge-graph": {
|
|
148
|
-
"types": "./dist/knowledge-graph.d.ts",
|
|
149
|
-
"import": "./dist/knowledge-graph.js"
|
|
150
|
-
},
|
|
151
163
|
"./llm-cache": {
|
|
152
164
|
"types": "./dist/llm-cache.d.ts",
|
|
153
165
|
"import": "./dist/llm-cache.js"
|
|
@@ -156,22 +168,18 @@
|
|
|
156
168
|
"types": "./dist/model-router.d.ts",
|
|
157
169
|
"import": "./dist/model-router.js"
|
|
158
170
|
},
|
|
159
|
-
"./prompt-firewall": {
|
|
160
|
-
"types": "./dist/prompt-firewall.d.ts",
|
|
161
|
-
"import": "./dist/prompt-firewall.js"
|
|
162
|
-
},
|
|
163
171
|
"./pr-drafter": {
|
|
164
172
|
"types": "./dist/pr-drafter.d.ts",
|
|
165
173
|
"import": "./dist/pr-drafter.js"
|
|
166
174
|
},
|
|
175
|
+
"./prompt-firewall": {
|
|
176
|
+
"types": "./dist/prompt-firewall.d.ts",
|
|
177
|
+
"import": "./dist/prompt-firewall.js"
|
|
178
|
+
},
|
|
167
179
|
"./auto-escalate": {
|
|
168
180
|
"types": "./dist/auto-escalate.d.ts",
|
|
169
181
|
"import": "./dist/auto-escalate.js"
|
|
170
182
|
},
|
|
171
|
-
"./token-throttle": {
|
|
172
|
-
"types": "./dist/token-throttle.d.ts",
|
|
173
|
-
"import": "./dist/token-throttle.js"
|
|
174
|
-
},
|
|
175
183
|
"./test-coverage-gate": {
|
|
176
184
|
"types": "./dist/test-coverage-gate.d.ts",
|
|
177
185
|
"import": "./dist/test-coverage-gate.js"
|
|
@@ -180,22 +188,14 @@
|
|
|
180
188
|
"types": "./dist/type-gate.d.ts",
|
|
181
189
|
"import": "./dist/type-gate.js"
|
|
182
190
|
},
|
|
191
|
+
"./token-throttle": {
|
|
192
|
+
"types": "./dist/token-throttle.d.ts",
|
|
193
|
+
"import": "./dist/token-throttle.js"
|
|
194
|
+
},
|
|
183
195
|
"./plugin-stack-observer": {
|
|
184
196
|
"types": "./dist/plugin-stack-observer.d.ts",
|
|
185
197
|
"import": "./dist/plugin-stack-observer.js"
|
|
186
198
|
},
|
|
187
|
-
"./accessibility-auditor": {
|
|
188
|
-
"types": "./dist/accessibility-auditor.d.ts",
|
|
189
|
-
"import": "./dist/accessibility-auditor.js"
|
|
190
|
-
},
|
|
191
|
-
"./api-compatibility-gate": {
|
|
192
|
-
"types": "./dist/api-compatibility-gate.d.ts",
|
|
193
|
-
"import": "./dist/api-compatibility-gate.js"
|
|
194
|
-
},
|
|
195
|
-
"./auto-i18n-extractor": {
|
|
196
|
-
"types": "./dist/auto-i18n-extractor.d.ts",
|
|
197
|
-
"import": "./dist/auto-i18n-extractor.js"
|
|
198
|
-
},
|
|
199
199
|
"./dead-code-detector": {
|
|
200
200
|
"types": "./dist/dead-code-detector.d.ts",
|
|
201
201
|
"import": "./dist/dead-code-detector.js"
|
|
@@ -204,58 +204,66 @@
|
|
|
204
204
|
"types": "./dist/dependency-vulnerability-gate.d.ts",
|
|
205
205
|
"import": "./dist/dependency-vulnerability-gate.js"
|
|
206
206
|
},
|
|
207
|
+
"./migration-planner": {
|
|
208
|
+
"types": "./dist/migration-planner.d.ts",
|
|
209
|
+
"import": "./dist/migration-planner.js"
|
|
210
|
+
},
|
|
211
|
+
"./semantic-search-indexer": {
|
|
212
|
+
"types": "./dist/semantic-search-indexer.d.ts",
|
|
213
|
+
"import": "./dist/semantic-search-indexer.js"
|
|
214
|
+
},
|
|
215
|
+
"./auto-i18n-extractor": {
|
|
216
|
+
"types": "./dist/auto-i18n-extractor.d.ts",
|
|
217
|
+
"import": "./dist/auto-i18n-extractor.js"
|
|
218
|
+
},
|
|
207
219
|
"./doc-sync-guard": {
|
|
208
220
|
"types": "./dist/doc-sync-guard.d.ts",
|
|
209
221
|
"import": "./dist/doc-sync-guard.js"
|
|
210
222
|
},
|
|
211
|
-
"./
|
|
212
|
-
"types": "./dist/
|
|
213
|
-
"import": "./dist/
|
|
214
|
-
},
|
|
215
|
-
"./migration-planner": {
|
|
216
|
-
"types": "./dist/migration-planner.d.ts",
|
|
217
|
-
"import": "./dist/migration-planner.js"
|
|
223
|
+
"./api-compatibility-gate": {
|
|
224
|
+
"types": "./dist/api-compatibility-gate.d.ts",
|
|
225
|
+
"import": "./dist/api-compatibility-gate.js"
|
|
218
226
|
},
|
|
219
227
|
"./performance-regression-gate": {
|
|
220
228
|
"types": "./dist/performance-regression-gate.d.ts",
|
|
221
229
|
"import": "./dist/performance-regression-gate.js"
|
|
222
230
|
},
|
|
231
|
+
"./test-flake-detector": {
|
|
232
|
+
"types": "./dist/test-flake-detector.d.ts",
|
|
233
|
+
"import": "./dist/test-flake-detector.js"
|
|
234
|
+
},
|
|
223
235
|
"./schema-evolution-guard": {
|
|
224
236
|
"types": "./dist/schema-evolution-guard.d.ts",
|
|
225
237
|
"import": "./dist/schema-evolution-guard.js"
|
|
226
238
|
},
|
|
239
|
+
"./license-audit-gate": {
|
|
240
|
+
"types": "./dist/license-audit-gate.d.ts",
|
|
241
|
+
"import": "./dist/license-audit-gate.js"
|
|
242
|
+
},
|
|
243
|
+
"./accessibility-auditor": {
|
|
244
|
+
"types": "./dist/accessibility-auditor.d.ts",
|
|
245
|
+
"import": "./dist/accessibility-auditor.js"
|
|
246
|
+
},
|
|
227
247
|
"./security-hotspot-scanner": {
|
|
228
248
|
"types": "./dist/security-hotspot-scanner.d.ts",
|
|
229
249
|
"import": "./dist/security-hotspot-scanner.js"
|
|
230
250
|
},
|
|
231
|
-
"./semantic-search-indexer": {
|
|
232
|
-
"types": "./dist/semantic-search-indexer.d.ts",
|
|
233
|
-
"import": "./dist/semantic-search-indexer.js"
|
|
234
|
-
},
|
|
235
|
-
"./test-flake-detector": {
|
|
236
|
-
"types": "./dist/test-flake-detector.d.ts",
|
|
237
|
-
"import": "./dist/test-flake-detector.js"
|
|
238
|
-
},
|
|
239
|
-
"./code-metrics": {
|
|
240
|
-
"types": "./dist/code-metrics.d.ts",
|
|
241
|
-
"import": "./dist/code-metrics.js"
|
|
242
|
-
},
|
|
243
251
|
"./duplicate-code-detector": {
|
|
244
252
|
"types": "./dist/duplicate-code-detector.d.ts",
|
|
245
253
|
"import": "./dist/duplicate-code-detector.js"
|
|
246
254
|
},
|
|
247
|
-
"./
|
|
248
|
-
"types": "./dist/
|
|
249
|
-
"import": "./dist/
|
|
250
|
-
},
|
|
251
|
-
"./interface-contract-guard": {
|
|
252
|
-
"types": "./dist/interface-contract-guard.d.ts",
|
|
253
|
-
"import": "./dist/interface-contract-guard.js"
|
|
255
|
+
"./code-metrics": {
|
|
256
|
+
"types": "./dist/code-metrics.d.ts",
|
|
257
|
+
"import": "./dist/code-metrics.js"
|
|
254
258
|
},
|
|
255
259
|
"./refactor-suggester": {
|
|
256
260
|
"types": "./dist/refactor-suggester.d.ts",
|
|
257
261
|
"import": "./dist/refactor-suggester.js"
|
|
258
262
|
},
|
|
263
|
+
"./test-generator": {
|
|
264
|
+
"types": "./dist/test-generator.d.ts",
|
|
265
|
+
"import": "./dist/test-generator.js"
|
|
266
|
+
},
|
|
259
267
|
"./release-notes-generator": {
|
|
260
268
|
"types": "./dist/release-notes-generator.d.ts",
|
|
261
269
|
"import": "./dist/release-notes-generator.js"
|
|
@@ -264,9 +272,13 @@
|
|
|
264
272
|
"types": "./dist/smart-rename.d.ts",
|
|
265
273
|
"import": "./dist/smart-rename.js"
|
|
266
274
|
},
|
|
267
|
-
"./
|
|
268
|
-
"types": "./dist/
|
|
269
|
-
"import": "./dist/
|
|
275
|
+
"./feature-flag-tracker": {
|
|
276
|
+
"types": "./dist/feature-flag-tracker.d.ts",
|
|
277
|
+
"import": "./dist/feature-flag-tracker.js"
|
|
278
|
+
},
|
|
279
|
+
"./interface-contract-guard": {
|
|
280
|
+
"types": "./dist/interface-contract-guard.d.ts",
|
|
281
|
+
"import": "./dist/interface-contract-guard.js"
|
|
270
282
|
},
|
|
271
283
|
"./runtime": {
|
|
272
284
|
"types": "./dist/runtime.d.ts",
|
|
@@ -282,8 +294,8 @@
|
|
|
282
294
|
"vitest": "^4.1.10"
|
|
283
295
|
},
|
|
284
296
|
"dependencies": {
|
|
285
|
-
"@wrongstack/core": "0.
|
|
286
|
-
"@wrongstack/tools": "0.
|
|
297
|
+
"@wrongstack/core": "0.295.0",
|
|
298
|
+
"@wrongstack/tools": "0.295.0"
|
|
287
299
|
},
|
|
288
300
|
"scripts": {
|
|
289
301
|
"build": "node ../../scripts/build-package.mjs",
|