strray-ai 1.5.4 → 1.5.5
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.5.
|
|
3
|
+
"version": "1.5.5",
|
|
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/strray-codex-injection.js",
|
|
@@ -102,9 +102,10 @@
|
|
|
102
102
|
"@eslint/js": "^9.39.2",
|
|
103
103
|
"@types/express": "^5.0.6",
|
|
104
104
|
"@types/node": "^25.2.3",
|
|
105
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
106
|
-
"@typescript-eslint/parser": "^
|
|
105
|
+
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
|
106
|
+
"@typescript-eslint/parser": "^6.15.0",
|
|
107
107
|
"@vitest/coverage-v8": "^4.0.18",
|
|
108
|
+
"eslint": "^10.0.1",
|
|
108
109
|
"vitest": "^4.0.18"
|
|
109
110
|
},
|
|
110
111
|
"optionalDependencies": {
|