@usecanary/browser 0.4.2 → 0.4.4

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/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @usecanary/browser
2
2
 
3
3
  > `canary-browser` — the browser-automation engine for
4
- > [Canary](https://github.com/usecanary/canary). Run sandboxed JavaScript against a real Chromium with
4
+ > [Canary](https://github.com/wizenheimer/canary). Run sandboxed JavaScript against a real Chromium with
5
5
  > persistent, named pages. This is **one-off** automation — nothing is recorded. For capture-enabled QA
6
6
  > sessions with a `report.html`, use [`@usecanary/cli`](https://www.npmjs.com/package/@usecanary/cli).
7
7
 
8
8
  [![npm](https://img.shields.io/npm/v/@usecanary/browser.svg)](https://www.npmjs.com/package/@usecanary/browser)
9
- [![license](https://img.shields.io/npm/l/@usecanary/browser.svg)](https://github.com/usecanary/canary)
9
+ [![license](https://img.shields.io/npm/l/@usecanary/browser.svg)](https://github.com/wizenheimer/canary)
10
10
 
11
11
  Scripts are plain async JavaScript in a QuickJS sandbox with a Playwright-like API — no `require`,
12
12
  `process`, `fs`, or `fetch`; just a pre-connected `browser`, `console`, and a few file helpers. A
@@ -96,7 +96,7 @@ await saveScreenshot(await page.screenshot(), "hn.png"); // saved under ~/.can
96
96
  `--timeout`). Values crossing `evaluate` must be JSON-serializable.
97
97
 
98
98
  Full reference:
99
- [canary-scripting](https://github.com/usecanary/canary/blob/main/skills/canary-scripting/references/REFERENCE.md).
99
+ [canary-scripting](https://github.com/wizenheimer/canary/blob/main/skills/canary-scripting/references/REFERENCE.md).
100
100
 
101
101
  ## Related packages
102
102
 
@@ -105,4 +105,4 @@ Full reference:
105
105
  - [`@usecanary/ui`](https://www.npmjs.com/package/@usecanary/ui) — browse recorded sessions.
106
106
  - [`create-canary`](https://www.npmjs.com/package/create-canary) — `npm create canary` guided setup.
107
107
 
108
- MIT · [source](https://github.com/usecanary/canary)
108
+ MIT · [source](https://github.com/wizenheimer/canary)