@cleartrip/frontguard 0.2.2 → 0.2.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleartrip/frontguard",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Org-wide frontend PR guardrails: linting, hygiene, any-delta, cycles, dead code, bundle/CWV hints, custom rules, optional LLM brief",
5
5
  "type": "module",
6
6
  "bin": {
@@ -38,7 +38,8 @@
38
38
  ],
39
39
  "license": "MIT",
40
40
  "dependencies": {
41
- "fast-glob": "^3.3.3"
41
+ "fast-glob": "^3.3.3",
42
+ "typescript": "^5.8.2"
42
43
  },
43
44
  "devDependencies": {
44
45
  "@types/node": "^22.14.0",
@@ -47,7 +48,6 @@
47
48
  "picocolors": "^1.1.1",
48
49
  "prettier": "^3.5.3",
49
50
  "tinyexec": "^1.0.1",
50
- "tsup": "^8.4.0",
51
- "typescript": "^5.8.2"
51
+ "tsup": "^8.4.0"
52
52
  }
53
53
  }