strray-ai 1.22.30 → 1.22.31

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/dist/CHANGELOG.md CHANGED
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Conventional Commits](https://www.conventionalcommits.org/).
6
6
 
7
+ ## [1.22.31] - 2026-04-28
8
+
9
+ ### 🔄 Changes
10
+
11
+ ### 🔧 Maintenance
12
+ - chore: update activity logs and test results (dcb5bf018)
13
+
14
+ ---
15
+
7
16
  ## [1.22.30] - 2026-04-28
8
17
 
9
18
  ### 🔄 Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "strray-ai",
3
- "version": "1.22.30",
3
+ "version": "1.22.31",
4
4
  "description": "⚡ 0xRay: Self-Healing AI Governance OS - Enterprise AI orchestration for OpenCode, Hermes, and OpenClaw",
5
5
  "readme": "README.md",
6
6
  "license": "MIT",
@@ -136,9 +136,9 @@ const CALCULATED_COUNTS = calculateCounts();
136
136
  const OFFICIAL_VERSIONS = {
137
137
  // Framework version
138
138
  framework: {
139
- version: "1.22.28",
139
+ version: "1.22.31",
140
140
  displayName: "0xRay: Self-Healing AI Governance OS",
141
- lastUpdated: "2026-04-27",
141
+ lastUpdated: "2026-04-28",
142
142
  // Counts (auto-calculated, but can be overridden)
143
143
  ...CALCULATED_COUNTS,
144
144
  },