rev-dep 2.0.0-alpha-1 → 2.0.0-alpha-3

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 (2) hide show
  1. package/Readme.md +1 -1
  2. package/package.json +4 -4
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 Kyoto 🇯🇵
5
+ Published from Kanazawa 🇯🇵
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rev-dep",
3
- "version": "2.0.0-alpha-1",
3
+ "version": "2.0.0-alpha-3",
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-1",
21
- "@rev-dep/linux-x64": "2.0.0-alpha-1"
20
+ "@rev-dep/darwin-arm64": "2.0.0-alpha-3",
21
+ "@rev-dep/linux-x64": "2.0.0-alpha-3"
22
22
  },
23
23
  "keywords": [
24
24
  "dependencies",
@@ -41,4 +41,4 @@
41
41
  "imports search",
42
42
  "file dependencies"
43
43
  ]
44
- }
44
+ }