@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.1.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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rowlabs/ev",
3
- "version": "0.2.2",
3
+ "version": "0.3.0",
4
4
  "description": "Git for env vars — sync environment variables across teams securely",
5
5
  "type": "module",
6
6
  "bin": {