autonomous-email 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 +7 -7
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "autonomous-email",
3
- "version": "0.1.1",
4
- "description": "Autonomous email handling for AI agents. Receive OTP codes, magic links, and verification emails without human intervention. No signup.",
3
+ "version": "0.1.2",
4
+ "description": "Autonomous email identities for AI agents. Receive OTP codes, magic links, and verification emails without human intervention. Persistent, durable, recoverable. No signup.",
5
5
  "keywords": [
6
6
  "autonomous email",
7
7
  "ai agent email",
8
+ "durable email identity",
8
9
  "otp extraction",
9
- "verification code",
10
10
  "magic link",
11
- "disposable inbox",
12
- "temporary email",
11
+ "persistent inbox",
13
12
  "autonomous authentication",
14
13
  "email verification",
15
- "agent automation"
14
+ "agent identity",
15
+ "recoverable identity"
16
16
  ],
17
17
  "license": "MIT",
18
18
  "repository": {
19
19
  "type": "git",
20
20
  "url": "https://github.com/antonioac1/courier"
21
21
  }
22
- }
22
+ }