@shrkcrft/quality-gates 0.1.0-alpha.13 → 0.1.0-alpha.14
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/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shrkcrft/quality-gates",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.14",
|
|
4
4
|
"description": "SharkCraft quality gates: single aggregator that runs the code-intelligence checks (graph index, boundaries, architecture, impact summary) and emits one pass/fail report. The pre-merge gate for AI-agent-authored changes.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "SharkCraft contributors",
|
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
"typecheck": "tsc --noEmit -p tsconfig.json"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@shrkcrft/core": "^0.1.0-alpha.
|
|
47
|
-
"@shrkcrft/graph": "^0.1.0-alpha.
|
|
48
|
-
"@shrkcrft/architecture-guard": "^0.1.0-alpha.
|
|
49
|
-
"@shrkcrft/impact-engine": "^0.1.0-alpha.
|
|
50
|
-
"@shrkcrft/api-surface-diff": "^0.1.0-alpha.
|
|
51
|
-
"@shrkcrft/boundaries": "^0.1.0-alpha.
|
|
52
|
-
"@shrkcrft/structural-search": "^0.1.0-alpha.
|
|
53
|
-
"@shrkcrft/context-planner": "^0.1.0-alpha.
|
|
46
|
+
"@shrkcrft/core": "^0.1.0-alpha.14",
|
|
47
|
+
"@shrkcrft/graph": "^0.1.0-alpha.14",
|
|
48
|
+
"@shrkcrft/architecture-guard": "^0.1.0-alpha.14",
|
|
49
|
+
"@shrkcrft/impact-engine": "^0.1.0-alpha.14",
|
|
50
|
+
"@shrkcrft/api-surface-diff": "^0.1.0-alpha.14",
|
|
51
|
+
"@shrkcrft/boundaries": "^0.1.0-alpha.14",
|
|
52
|
+
"@shrkcrft/structural-search": "^0.1.0-alpha.14",
|
|
53
|
+
"@shrkcrft/context-planner": "^0.1.0-alpha.14"
|
|
54
54
|
},
|
|
55
55
|
"publishConfig": {
|
|
56
56
|
"access": "public"
|