esm-imports-analyzer 0.1.3 → 0.1.4
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ The `--` separator is required. Everything after it is the command to analyze.
|
|
|
29
29
|
npx esm-imports-analyzer -- node --test test/run-all.js
|
|
30
30
|
|
|
31
31
|
# Analyze a CLI tool
|
|
32
|
-
npx esm-imports-analyzer -- node_modules/.bin/
|
|
32
|
+
npx esm-imports-analyzer -- node_modules/.bin/tool compile
|
|
33
33
|
|
|
34
34
|
# Custom output path
|
|
35
35
|
npx esm-imports-analyzer -o report.html -- node app.js
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "esm-imports-analyzer",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "A tool to generate an HTML visualization of the imports of an ESM Node.js application. It executes the application, tracks the imports during runtime, and creates the visualization after the execution is complete.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"node",
|