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.
@@ -126,4 +126,3 @@ fi
126
126
  # Metrics collection - simplified, don't fail if unavailable
127
127
  echo "✅ Post-commit hook completed in ${DURATION}s"
128
128
  [ $EXIT_CODE -eq 0 ] && exit 0 || exit 1
129
- exit 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "strray-ai",
3
- "version": "1.5.4",
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": "^8.54.0",
106
- "@typescript-eslint/parser": "^8.54.0",
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": {