@aiyiran/myclaw 1.1.124 → 1.1.126

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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -107,7 +107,7 @@ function runInstall() {
107
107
  // 重装命令 (mci)
108
108
  // ============================================================================
109
109
 
110
- const OPENCLAW_VERSION = '2026.4.5';
110
+ const OPENCLAW_VERSION = '2026.5.7';
111
111
 
112
112
  function runReinstall() {
113
113
  const bar = '────────────────────────────────────────';
@@ -212,7 +212,7 @@ function runReinstall() {
212
212
 
213
213
  function runLock42() {
214
214
  const bar = '────────────────────────────────────────';
215
- const TARGET = '2026.4.2';
215
+ const TARGET = OPENCLAW_VERSION;
216
216
 
217
217
  console.log('');
218
218
  console.log(bar);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiyiran/myclaw",
3
- "version": "1.1.124",
3
+ "version": "1.1.126",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {