lavina 1.0.0 → 1.0.1

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/cli.js +1 -0
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -8,6 +8,7 @@ import saveDependencies from './src/cli/helpers/saveDependencies.js';
8
8
  import { spawn } from 'child_process';
9
9
  import { getLibDirName } from './src/cli/helpers/getLibDirName.js';
10
10
  import open from 'open';
11
+ import path from 'path';
11
12
 
12
13
  const program = new Command();
13
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lavina",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Lavina is an automated dependency propagation tool designed to scan microservice architectures and build dependency graphs between internal projects.",
5
5
  "main": "index.js",
6
6
  "scripts": {