@react-grab/cli 0.1.44-dev.f610e2f → 0.1.45-dev.3c3f835

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-grab/cli",
3
- "version": "0.1.44-dev.f610e2f",
3
+ "version": "0.1.45-dev.3c3f835",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/aidenybai/react-grab.git"
@@ -22,7 +22,7 @@
22
22
  }
23
23
  },
24
24
  "dependencies": {
25
- "agent-install": "^0.0.5",
25
+ "agent-install": "^0.0.6",
26
26
  "commander": "^14.0.3",
27
27
  "ignore": "^7.0.5",
28
28
  "ora": "^9.4.0",
@@ -52,9 +52,9 @@ While acting on a grab:
52
52
  npx react-grab@latest pull --max-age 0 --wait 0
53
53
  ```
54
54
 
55
- Empty output means nothing new — keep going. If it prints a grab, the user has
56
- moved on: stop the current task, cancel any background processes you started for
57
- it, and act on the newest grab instead.
55
+ Empty output means nothing new — keep going. If it prints a grab, the user has
56
+ moved on: stop the current task, cancel any background processes you started for
57
+ it, and act on the newest grab instead.
58
58
 
59
59
  ## Acting on a grab
60
60