shepherd-onboard 0.1.7 → 0.1.8

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.
@@ -895,7 +895,7 @@ tell application "System Events"
895
895
  try
896
896
  set {x, y} to position of window 1
897
897
  set {w, h} to size of window 1
898
- click at {x + w - 55, y + 665}
898
+ click at {x + w - 55, y + 810}
899
899
  return
900
900
  end try
901
901
  try
@@ -903,7 +903,7 @@ tell application "System Events"
903
903
  delay 0.5
904
904
  set {x, y} to position of window 1
905
905
  set {w, h} to size of window 1
906
- click at {x + w - 55, y + 665}
906
+ click at {x + w - 55, y + 810}
907
907
  return
908
908
  end try
909
909
  end tell
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shepherd-onboard",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Customer-facing Shepherd raw sync onboarding CLI",
5
5
  "type": "module",
6
6
  "bin": {