@wix/pathgrade 1.0.2 → 1.0.3
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 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/pathgrade",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"packageManager": "yarn@4.12.0",
|
|
5
5
|
"description": "Evaluate whether AI agents discover and use your skills correctly",
|
|
6
6
|
"exports": {
|
|
@@ -59,14 +59,6 @@
|
|
|
59
59
|
"README.md"
|
|
60
60
|
],
|
|
61
61
|
"scripts": {
|
|
62
|
-
"lint": "oxlint src tests evals examples scripts --deny-warnings --disable-unicorn-plugin --disable-oxc-plugin --allow no-unused-vars --allow no-underscore-dangle --allow no-shadow --allow preserve-caught-error --allow no-unsafe-optional-chaining --allow no-unreachable --ignore-pattern tests/fixtures --ignore-pattern .worktrees",
|
|
63
|
-
"knip": "yarn quality:deps",
|
|
64
|
-
"knip:unused": "knip --exclude binaries --no-config-hints --max-show-issues 20",
|
|
65
|
-
"quality:deps": "knip --dependencies --exclude binaries --no-config-hints --max-show-issues 20",
|
|
66
|
-
"quality:arch": "sentrux check .",
|
|
67
|
-
"quality:boundaries": "scripts/check-quality-boundaries.sh",
|
|
68
|
-
"quality:max-lines": "scripts/check-max-lines.sh .",
|
|
69
|
-
"quality": "yarn lint && yarn quality:deps && yarn quality:arch && yarn quality:boundaries && yarn quality:max-lines",
|
|
70
62
|
"test": "yarn build && vitest run && yarn test:runner-cli-smoke",
|
|
71
63
|
"test:runner-cli-smoke": "node tests/runner-cli-smoke/run-smokes.mjs",
|
|
72
64
|
"test:evals": "vitest run --config evals/vitest.config.mts",
|
|
@@ -134,5 +126,5 @@
|
|
|
134
126
|
"typescript": "^5.9.3",
|
|
135
127
|
"zod": "4.3.6"
|
|
136
128
|
},
|
|
137
|
-
"falconPackageHash": "
|
|
129
|
+
"falconPackageHash": "939cc25b6013ca70146b099b6e06801ff4fd21aed2d63ebdb5bf721a"
|
|
138
130
|
}
|