@autofleet/lint 1.0.1-beta-c262fdfd.5 → 1.0.2

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.
@@ -67,7 +67,7 @@ const installBinding = (toolName, moduleName, platformMap) => {
67
67
  });
68
68
 
69
69
  const tarballs = fs.readdirSync(tmpDir).filter(f => f.endsWith('.tgz'));
70
- if (tarballs.length === 0) throw new Error('npm pack produced no tarball');
70
+ if (tarballs.length === 0) { throw new Error('npm pack produced no tarball'); }
71
71
 
72
72
  const tarball = path.join(tmpDir, tarballs[0]);
73
73
  fs.mkdirSync(bindingDestDir, { recursive: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autofleet/lint",
3
- "version": "1.0.1-beta-c262fdfd.5",
3
+ "version": "1.0.2",
4
4
  "description": "Shared Oxlint and Oxfmt configuration for Autofleet projects (Rust-powered, ultra-fast)",
5
5
  "main": "index.js",
6
6
  "bin": {