strray-ai 1.0.15 → 1.0.17

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": "strray-ai",
3
- "version": "1.0.15",
3
+ "version": "1.0.17",
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",
@@ -429,7 +429,6 @@ function configureStrRayPlugin() {
429
429
  }
430
430
 
431
431
  // All configuration paths are now updated for consumer usage
432
- }
433
432
 
434
433
  console.log('🎉 StrRay plugin installation complete!');
435
434
  console.log(`\n📋 Next Steps:`);