@hira-core/sdk 1.0.8 → 1.0.9

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 (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +86 -18448
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -361,7 +361,7 @@ execution: {
361
361
  }
362
362
  ```
363
363
 
364
- When enabled, `BrowserUtils.click()`, `scroll()`, and other interaction methods will show realistic Bézier curve mouse movement powered by [ghost-cursor](https://github.com/nicr9/ghost-cursor).
364
+ When enabled, `BrowserUtils.click()`, `scroll()`, and other interaction methods will show realistic Bézier curve mouse movement with human-like timing.
365
365
 
366
366
  ---
367
367