@aiyiran/myclaw 1.0.45 → 1.0.46

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 -6
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -368,12 +368,8 @@ exit /b
368
368
  :gateway_running
369
369
  echo [OK] Running
370
370
 
371
- REM ---- Step 4: Patch + Open browser ----
372
- echo [4/5] Patch...
373
- wsl -d OpenClaw -- myclaw patch
374
- echo [OK]
375
-
376
- echo [5/5] Browser...
371
+ REM ---- Open browser ----
372
+ echo [4/4] Browser...
377
373
  call myclaw open
378
374
  echo [OK]
379
375
  echo.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiyiran/myclaw",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {