@rowlabs/ev 0.2.2 → 0.3.0
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 +1 -1
package/dist/index.js
CHANGED
|
@@ -8642,7 +8642,7 @@ var scanCommand = new Command17("scan").description("Scan codebase for env var r
|
|
|
8642
8642
|
|
|
8643
8643
|
// src/index.ts
|
|
8644
8644
|
var program = new Command18();
|
|
8645
|
-
program.name("ev").description("Git for env vars \u2014 sync environment variables across teams securely").version("0.
|
|
8645
|
+
program.name("ev").description("Git for env vars \u2014 sync environment variables across teams securely").version("0.3.0");
|
|
8646
8646
|
program.addCommand(loginCommand);
|
|
8647
8647
|
program.addCommand(initCommand);
|
|
8648
8648
|
program.addCommand(pushCommand);
|