strray-ai 1.22.9 → 1.22.10
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "strray-ai",
|
|
3
|
-
"version": "1.22.
|
|
4
|
-
"description": "⚡
|
|
3
|
+
"version": "1.22.10",
|
|
4
|
+
"description": "⚡ 0xRay: Self-Healing AI Governance OS - Enterprise AI orchestration for OpenCode and Hermes",
|
|
5
5
|
"readme": "README.md",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -78,9 +78,9 @@ const CALCULATED_COUNTS = calculateCounts();
|
|
|
78
78
|
const OFFICIAL_VERSIONS = {
|
|
79
79
|
// Framework version
|
|
80
80
|
framework: {
|
|
81
|
-
version: "1.
|
|
82
|
-
displayName: "
|
|
83
|
-
lastUpdated: "2026-04-
|
|
81
|
+
version: "1.22.9",
|
|
82
|
+
displayName: "0xRay: Self-Healing AI Governance OS",
|
|
83
|
+
lastUpdated: "2026-04-10",
|
|
84
84
|
// Counts (auto-calculated, but can be overridden)
|
|
85
85
|
...CALCULATED_COUNTS,
|
|
86
86
|
},
|