temp-inbox-agent 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 +9 -11
package/package.json CHANGED
@@ -1,24 +1,22 @@
1
1
  {
2
2
  "name": "temp-inbox-agent",
3
- "version": "0.1.1",
4
- "description": "Temporary email inboxes for AI agents. Receive OTP codes, magic links, and verification emails. No signup. Zero dependencies.",
3
+ "version": "0.1.2",
4
+ "description": "Durable email inboxes for AI agents. Persistent agent email identities for OTP codes, magic links, and verification emails. No signup. Zero dependencies.",
5
5
  "keywords": [
6
- "temporary email",
7
- "ai agent inbox",
6
+ "durable email identity",
7
+ "ai agent email",
8
8
  "otp extraction",
9
- "verification code",
10
9
  "magic link",
11
- "disposable inbox",
10
+ "agent identity",
11
+ "persistent inbox",
12
12
  "autonomous email",
13
- "temp inbox",
14
13
  "email verification",
15
- "agent email",
16
- "receive email",
17
- "ai authentication"
14
+ "agent tools",
15
+ "ai inbox"
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
+ }