rev-dep 2.0.0-alpha-6 → 2.0.0-alpha-8

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.
Files changed (3) hide show
  1. package/Readme.md +1 -1
  2. package/bin.js +2 -0
  3. package/package.json +3 -3
package/Readme.md CHANGED
@@ -2,4 +2,4 @@ Alpha version of [rev-dep](https://www.npmjs.com/package/rev-dep) v2.
2
2
 
3
3
  Reimplemented from scratch in go to achieve 40x speedup.
4
4
 
5
- Published from Kanazawa 🇯🇵
5
+ Published from Opole 🇵🇱
package/bin.js CHANGED
@@ -40,6 +40,7 @@ else if (fs.existsSync(siblingNodeModulesPath)) {
40
40
  if (packageDir === '') {
41
41
  console.error("Could not locate rev-dep binary for your platform: ", binaryPackageName)
42
42
  console.log('Checked paths', checkedPaths)
43
+ console.log('Please open an issue to request platform support')
43
44
  process.exit(1)
44
45
  }
45
46
 
@@ -63,6 +64,7 @@ try {
63
64
  console.error("Unexpected binary result", result)
64
65
  }
65
66
  } catch (e) {
67
+ process.stdout.write(e.stdout)
66
68
  process.stderr.write(e.stderr)
67
69
  process.exit(e.status)
68
70
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rev-dep",
3
- "version": "2.0.0-alpha-6",
3
+ "version": "2.0.0-alpha-8",
4
4
  "description": "Dependency debugging tool for JavaScript and TypeScript projects",
5
5
  "bin": "bin.js",
6
6
  "files": [
@@ -17,8 +17,8 @@
17
17
  "node": ">=18"
18
18
  },
19
19
  "optionalDependencies": {
20
- "@rev-dep/darwin-arm64": "2.0.0-alpha-6",
21
- "@rev-dep/linux-x64": "2.0.0-alpha-6"
20
+ "@rev-dep/darwin-arm64": "2.0.0-alpha-8",
21
+ "@rev-dep/linux-x64": "2.0.0-alpha-8"
22
22
  },
23
23
  "keywords": [
24
24
  "dependencies",