@specsage/cli 0.1.5 → 0.1.7

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/lib/cli.rb +3 -0
  2. package/package.json +1 -1
package/lib/cli.rb CHANGED
@@ -17,6 +17,8 @@ require 'runner'
17
17
  require 'results_uploader'
18
18
 
19
19
  class SpecSageCLI
20
+ VERSION = '0.1.6'
21
+
20
22
  def initialize(args)
21
23
  @args = args
22
24
  @options = {
@@ -86,6 +88,7 @@ class SpecSageCLI
86
88
 
87
89
  puts "SpecSage CI Mode"
88
90
  puts "=" * 50
91
+ puts "Version: #{VERSION}"
89
92
  puts "Website: #{website}"
90
93
  puts "Base URL: #{base_url}"
91
94
  puts ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@specsage/cli",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "SpecSage CLI - AI-powered end-to-end testing automation (Node wrapper for Ruby CLI)",
5
5
  "type": "module",
6
6
  "bin": {