@unveil/identity 1.4.0 → 1.5.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unveil/identity",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "type": "module",
5
5
  "description": "Identify automation patterns in GitHub accounts through behavioral analysis",
6
6
  "homepage": "https://github.com/unveil-project/identity#readme",
@@ -36,7 +36,7 @@
36
36
  "regression-test:dry": "tsx scripts/regression-test.ts --dry-run",
37
37
  "regression-analyze": "tsx benchmark/analyze-reports.ts",
38
38
  "regression-analyze:full": "tsx benchmark/analyze-reports.ts --full",
39
- "prepublishOnly": "vitest --run && tsx scripts/regression-test.ts && pnpm run build"
39
+ "prepublishOnly": "vitest --run && pnpm run regression-test:dry && pnpm run build"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@biomejs/biome": "^2.4.16",