@aiyiran/myclaw 1.0.218 → 1.0.220

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/package.json +1 -1
  2. package/patches/patch.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiyiran/myclaw",
3
- "version": "1.0.218",
3
+ "version": "1.0.220",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
package/patches/patch.js CHANGED
@@ -121,7 +121,7 @@ function patch() {
121
121
  const version = getMyclawVersion();
122
122
 
123
123
  console.log('[myclaw-patch] → control-ui: ' + uiDir);
124
- console.log('[myclaw-patch] → MyClaw v' + version);
124
+ console.log('[myclaw-patch] → MyClaw v' + version + ' (patch-engine: 2026.04.14)');
125
125
 
126
126
  // 1. 备份原始 index.html(仅首次)
127
127
  if (!fs.existsSync(backupPath)) {