prodlint 0.8.1 → 0.9.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prodlint",
3
- "version": "0.8.1",
3
+ "version": "0.9.1",
4
4
  "description": "Production readiness for vibe-coded apps — know your AI code is ready to ship",
5
5
  "license": "MIT",
6
6
  "author": "prodlint contributors",
@@ -46,6 +46,7 @@
46
46
  "@babel/parser": "^7.29.0",
47
47
  "@babel/types": "^7.29.0",
48
48
  "@modelcontextprotocol/sdk": "^1.26.0",
49
+ "@rollup/rollup-win32-x64-msvc": "^4.59.0",
49
50
  "fast-glob": "^3.3.3",
50
51
  "picocolors": "^1.1.1",
51
52
  "zod": "^4.3.6"