strray-ai 1.0.20 → 1.0.22
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 +1 -1
- package/scripts/postinstall.cjs +2 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "strray-ai",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.22",
|
|
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",
|
package/scripts/postinstall.cjs
CHANGED
|
@@ -481,6 +481,8 @@ function configureStrRayPlugin() {
|
|
|
481
481
|
console.log("ℹ️ Test files not found (this is normal for some installations)");
|
|
482
482
|
}
|
|
483
483
|
|
|
484
|
+
// Consumer scripts already have correct relative paths - no conversion needed
|
|
485
|
+
|
|
484
486
|
// All configuration paths are now updated for consumer usage
|
|
485
487
|
|
|
486
488
|
console.log('🎉 StrRay plugin installation complete!');
|