@mailwurf/e2e 0.2.0 → 0.3.0

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@ npm install @mailwurf/e2e
11
11
  ```ts
12
12
  import { createMailwurf } from "@mailwurf/e2e";
13
13
 
14
- const mailwurf = createMailwurf(process.env.MAILWURF_API_KEY!); // https://api.mailwurf.io
14
+ const mailwurf = createMailwurf(process.env.MAILWURF_API_KEY!); // API key (mw_live_…) from Dashboard → API keys
15
15
  const inbox = await mailwurf.createInbox();
16
16
 
17
17
  await page.fill("[name=email]", inbox.address);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mailwurf/e2e",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "private": false,
5
5
  "description": "Fetch client for the Mailwurf wait API",
6
6
  "keywords": [