ai-inbox 0.1.1 → 0.1.2

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 (1) hide show
  1. package/package.json +6 -8
package/package.json CHANGED
@@ -1,24 +1,22 @@
1
1
  {
2
2
  "name": "ai-inbox",
3
- "version": "0.1.1",
4
- "description": "Email inboxes for AI agents. Receive OTP codes, magic links, and verification emails autonomously. No signup. Zero dependencies.",
3
+ "version": "0.1.2",
4
+ "description": "Durable AI agent email inboxes. Receive OTP codes, magic links, and verification emails autonomously. Persistent agent identity that survives memory loss. No signup.",
5
5
  "keywords": [
6
6
  "ai inbox",
7
7
  "agent email",
8
- "temporary email",
8
+ "durable email identity",
9
9
  "otp extraction",
10
- "verification code",
11
10
  "magic link",
12
- "disposable inbox",
11
+ "persistent inbox",
13
12
  "autonomous email",
14
13
  "email verification",
15
14
  "ai authentication",
16
- "receive email",
17
- "agent tools"
15
+ "agent identity"
18
16
  ],
19
17
  "license": "MIT",
20
18
  "repository": {
21
19
  "type": "git",
22
20
  "url": "https://github.com/antonioac1/courier"
23
21
  }
24
- }
22
+ }