stringray-ai 1.0.23 → 1.0.24

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stringray-ai",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "⚡ StringRay ⚡: Bulletproof AI orchestration with systematic error prevention. Zero dead ends. Ship clean, tested, optimized code — every time.",
5
5
  "type": "module",
6
6
  "main": "./dist/plugin/index.js",
@@ -68,6 +68,9 @@ console.log('=====================================\n');
68
68
  // Run comprehensive deployment tests unless basic-only flag is set
69
69
  if (!isBasicOnly) {
70
70
  await runComprehensiveTests();
71
+ } else {
72
+ // Basic test passed and basic-only flag was set - exit successfully
73
+ process.exit(0);
71
74
  }
72
75
  } else {
73
76
  console.log('\n❌ StringRay Framework Plugin Test: FAILED');