@lifesavertech/archguard-cli 2.0.0 → 2.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.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -55,7 +55,7 @@ const presets_1 = require("./presets");
|
|
|
55
55
|
const program = new commander_1.Command();
|
|
56
56
|
const DEFAULT_BASELINE_PATH = ".archguard-baseline.json";
|
|
57
57
|
const SARIF_SCHEMA_URL = "https://json.schemastore.org/sarif-2.1.0.json";
|
|
58
|
-
program.name("archguard").description("Architecture guard for React + TypeScript projects").version("2.0.
|
|
58
|
+
program.name("archguard").description("Architecture guard for React + TypeScript projects").version("2.0.1");
|
|
59
59
|
program
|
|
60
60
|
.command("init")
|
|
61
61
|
.description("Initialize archguard in the current project")
|
package/package.json
CHANGED