@continum/cli 0.2.0 → 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 CHANGED
@@ -12,7 +12,7 @@ const program = new commander_1.Command();
12
12
  program
13
13
  .name('continum')
14
14
  .description('Continum CLI - Pre-commit credential scanner and pattern learning tool')
15
- .version('0.2.0');
15
+ .version('0.3.0');
16
16
  // Login command
17
17
  program
18
18
  .command('login')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@continum/cli",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Continum CLI - Pre-commit credential scanner and pattern learning tool",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
package/src/index.ts CHANGED
@@ -13,7 +13,7 @@ const program = new Command();
13
13
  program
14
14
  .name('continum')
15
15
  .description('Continum CLI - Pre-commit credential scanner and pattern learning tool')
16
- .version('0.2.0');
16
+ .version('0.3.0');
17
17
 
18
18
  // Login command
19
19
  program