@sun-asterisk/sungen 1.0.3 → 1.0.4

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.
@@ -80,7 +80,7 @@ const program = new commander_1.Command();
80
80
  program
81
81
  .name('qa-generator')
82
82
  .description('AI-Native QA Selector DSL Generator')
83
- .version('1.0.3');
83
+ .version('1.0.4');
84
84
  // ============================================================================
85
85
  // Command: discover
86
86
  // ============================================================================
@@ -34,7 +34,7 @@ class CLIAdapter {
34
34
  program
35
35
  .name('sungen')
36
36
  .description('AI-Native E2E Test Generator - Generate Playwright tests from Gherkin features')
37
- .version('1.0.3');
37
+ .version('1.0.4');
38
38
  // Global options
39
39
  program
40
40
  .option('-c, --config <path>', 'Path to custom config file')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sun-asterisk/sungen",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "AI-Native E2E Test Generator - Generate Playwright tests from Gherkin features using AI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -52,7 +52,7 @@ const program = new Command();
52
52
  program
53
53
  .name('qa-generator')
54
54
  .description('AI-Native QA Selector DSL Generator')
55
- .version('1.0.3');
55
+ .version('1.0.4');
56
56
 
57
57
  // ============================================================================
58
58
  // Command: discover
@@ -36,7 +36,7 @@ export class CLIAdapter implements InputAdapter {
36
36
  program
37
37
  .name('sungen')
38
38
  .description('AI-Native E2E Test Generator - Generate Playwright tests from Gherkin features')
39
- .version('1.0.3');
39
+ .version('1.0.4');
40
40
 
41
41
  // Global options
42
42
  program