@yasserkhanorg/impact-gate 2.1.0 → 2.1.1
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yasserkhanorg/impact-gate",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "Diff-aware E2E impact analysis and coverage gating for Playwright/Cypress teams. Optional AI features can suggest, generate, and heal tests once your project has a route-families.json manifest.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@anthropic-ai/sdk": "^0.73.0",
|
|
62
62
|
"glob": "^11.0.0",
|
|
63
|
-
"minimatch": "^10.0.0",
|
|
64
63
|
"marked": "^15.0.6",
|
|
64
|
+
"minimatch": "^10.2.4",
|
|
65
65
|
"openai": "^4.73.0"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|