@mailslot/core 0.0.2 → 0.2.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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,6 @@ The Mailslot worker: self-hosted email inbox for AI agents on your own
4
4
  Cloudflare account. One Durable Object per address, MCP + HTTP + webhook
5
5
  surfaces, read-once OTP extraction.
6
6
 
7
- This package is deployed from source with wranglersee the
8
- [setup guide](https://github.com/mailslot/mailslot#quick-start). For the
9
- guided deploy (coming soon): `npx create-mailslot`.
7
+ Deploy it with the wizard `npx create-mailslot`which scaffolds a thin
8
+ project importing this package and walks the whole setup, or from source
9
+ with wrangler: see the [setup guide](https://github.com/mailslot/mailslot#quick-start).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mailslot/core",
3
- "version": "0.0.2",
3
+ "version": "0.2.0",
4
4
  "description": "Self-hosted email inbox for AI agents, on your own Cloudflare account",
5
5
  "license": "MIT",
6
6
  "type": "module",