@tng-sh/js 0.0.7 → 0.0.9

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/bin/tng.js CHANGED
@@ -11,7 +11,7 @@ const { ping, getUserStats } = require('../index');
11
11
  program
12
12
  .name('tng')
13
13
  .description('TNG - Automated Test Generation, and audit generation for JavaScript')
14
- .version('0.0.7');
14
+ .version('0.0.9');
15
15
 
16
16
  /**
17
17
  * @command init
Binary file
Binary file
Binary file
Binary file
@@ -240,10 +240,9 @@ class GenerateTestsUI {
240
240
  );
241
241
 
242
242
  if (isAudit) {
243
- // Auto-exit the progress UI so we can immediately show the audit results
244
- progress.complete('Audit complete!', { auto_exit: true });
243
+ progress.complete('Audit ready!', { auto_exit: false });
245
244
  return {
246
- message: 'Audit complete!',
245
+ message: 'Audit ready!',
247
246
  resultJson: resultJson
248
247
  };
249
248
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tng-sh/js",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "description": "TNG JavaScript CLI",
5
5
  "repository": {
6
6
  "type": "git",
Binary file
Binary file
Binary file
Binary file