@next-vibe/checker 1.0.15 → 1.0.16

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.15",
3
+ "version": "1.0.16",
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",
@@ -114,6 +114,7 @@ export class ConfigRepositoryImpl implements ConfigRepositoryInterface {
114
114
  "node_modules",
115
115
  "@next-vibe",
116
116
  "checker",
117
+ ".dist",
117
118
  "oxlint-plugins",
118
119
  fileName,
119
120
  );
@@ -143,6 +144,7 @@ export class ConfigRepositoryImpl implements ConfigRepositoryInterface {
143
144
  "node_modules",
144
145
  "@next-vibe",
145
146
  "checker",
147
+ ".dist",
146
148
  "oxlint-plugins",
147
149
  fileName,
148
150
  );
@@ -4,7 +4,7 @@
4
4
  "": {
5
5
  "name": "check-test-project",
6
6
  "dependencies": {
7
- "@next-vibe/checker": "^1.0.14",
7
+ "@next-vibe/checker": "^1.0.15",
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.14", "", { "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-5uoKsoCAGY9UdV751H3CCNrMB+DvKzWVDMWK1DaNjFmakGe9mR3a4r0ukM/1bUP+VkbXmnvhfPia9HHdUxh1mw=="],
186
+ "@next-vibe/checker": ["@next-vibe/checker@1.0.15", "", { "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-DrpOWq8mQc/+oK59q2VJq0+wmyVF4dCh/UJnHJs3PaDjKHwNdDn8xKu0CCBuQCafSgciUNmpcOFMfn7S8BpfYQ=="],
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.14"
10
+ "@next-vibe/checker": "^1.0.15"
11
11
  }
12
12
  }