@next-vibe/checker 1.0.13 → 1.0.14

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": "@next-vibe/checker",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "main": "./.dist/bin/vibe-runtime.js",
5
5
  "author": "Max Brandstätter",
6
6
  "description": "TypeScript code quality checker with CLI and MCP support",
@@ -4,7 +4,7 @@
4
4
  "": {
5
5
  "name": "check-test-project",
6
6
  "dependencies": {
7
- "@next-vibe/checker": "^1.0.12",
7
+ "@next-vibe/checker": "^1.0.13",
8
8
  },
9
9
  },
10
10
  },
@@ -183,7 +183,7 @@
183
183
 
184
184
  "@jridgewell/trace-mapping": ["@jridgewell/trace-mapping@0.3.31", "", { "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" } }, "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw=="],
185
185
 
186
- "@next-vibe/checker": ["@next-vibe/checker@1.0.12", "", { "dependencies": { "@inquirer/prompts": "8.1.0", "argon2": "0.44.0", "chalk": "5.6.2", "commander": "14.0.2", "date-fns": "4.1.0", "dotenv": "17.2.3", "eslint-plugin-i18next": "6.1.3", "eslint-plugin-react-compiler": "19.1.0-rc.2", "fs-extra": "^11.3.3", "glob": "13.0.0", "gradient-string": "3.0.0", "jose": "6.1.3", "jsonc-parser": "3.3.1", "server-only": "0.0.1", "typescript": "5.9.3", "vite": "7.3.0", "zod": "4.2.1" }, "bin": { "vibe": ".dist/bin/vibe-runtime.js" } }, "sha512-EAtLlEG522Rd5q3Xthr2TOkt3BAWW6XUvOZUef3oCEEr23Sa35TtMuX7WqzAZmABISZnNjySrNk+mGmeEPMGIg=="],
186
+ "@next-vibe/checker": ["@next-vibe/checker@1.0.13", "", { "dependencies": { "@inquirer/prompts": "8.1.0", "argon2": "0.44.0", "chalk": "5.6.2", "commander": "14.0.2", "date-fns": "4.1.0", "dotenv": "17.2.3", "eslint-plugin-i18next": "6.1.3", "eslint-plugin-react-compiler": "19.1.0-rc.2", "fs-extra": "^11.3.3", "glob": "13.0.0", "gradient-string": "3.0.0", "jose": "6.1.3", "jsonc-parser": "3.3.1", "server-only": "0.0.1", "typescript": "5.9.3", "vite": "7.3.0", "zod": "4.2.1" }, "bin": { "vibe": ".dist/bin/vibe-runtime.js" } }, "sha512-63FjSA5f73D+X+KVwSHZRhXYBjwue9PEKFdk1wQry21x1DCey3V9MbCyTFGvHTCayHe3fbry7yDk1W6/LePKoA=="],
187
187
 
188
188
  "@phc/format": ["@phc/format@1.0.0", "", {}, "sha512-m7X9U6BG2+J+R1lSOdCiITLLrxm+cWlNI3HUFA92oLO77ObGNzaKdh8pMLqdZcshtkKuV84olNNXDfMc4FezBQ=="],
189
189
 
@@ -7,6 +7,6 @@
7
7
  "check-r": "vibe check"
8
8
  },
9
9
  "dependencies": {
10
- "@next-vibe/checker": "^1.0.12"
10
+ "@next-vibe/checker": "^1.0.13"
11
11
  }
12
12
  }