@fantastic.dev/repo-gates 0.2.1-bootstrap.0 → 0.2.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.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fantastic.dev/repo-gates",
3
- "version": "0.2.1-bootstrap.0",
3
+ "version": "0.2.1",
4
4
  "description": "Config-driven repo quality gates for turborepo (and any) monorepos: a quiet check:all orchestrator, CI-parity drift detector, a PR docs-coverage gate, and ratchet guards (file size, debt markers, circular imports, secrets, coverage, bundle size). The engine is repo-agnostic; policy lives in the consumer repo's config.",
5
5
  "keywords": [
6
6
  "turborepo",
@@ -73,6 +73,5 @@
73
73
  "typescript": "^5.6.3",
74
74
  "vitest": "^2.1.8"
75
75
  },
76
- "packageManager": "pnpm@11.15.1",
77
- "gitHead": "044ae865c8d158ce524ce7c5bcedec440f3a97f9"
76
+ "packageManager": "pnpm@11.15.1"
78
77
  }