create-agent 0.0.15 → 0.0.16

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.
package/index.html CHANGED
@@ -11,11 +11,13 @@
11
11
  <meta property="og:url" content="https://init-agent.com/">
12
12
  <meta property="og:title" content="npm init agent - Identity for AI Agents">
13
13
  <meta property="og:description" content="Give your AI agent an identity. Generate cryptographic keys with did:nostr in one command.">
14
+ <meta property="og:image" content="https://init-agent.com/og-image.png">
14
15
 
15
16
  <!-- Twitter -->
16
17
  <meta name="twitter:card" content="summary_large_image">
17
18
  <meta name="twitter:title" content="npm init agent - Identity for AI Agents">
18
19
  <meta name="twitter:description" content="Give your AI agent an identity. Generate cryptographic keys with did:nostr in one command.">
20
+ <meta name="twitter:image" content="https://init-agent.com/og-image.png">
19
21
 
20
22
  <link rel="preconnect" href="https://fonts.googleapis.com">
21
23
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
package/og-image.png ADDED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-agent",
3
3
  "type": "module",
4
- "version": "0.0.15",
4
+ "version": "0.0.16",
5
5
  "description": "create an agent",
6
6
  "scripts": {
7
7
  "test": "node --test"
@@ -27,4 +27,4 @@
27
27
  "dependencies": {
28
28
  "nostr-tools": "^2.10.4"
29
29
  }
30
- }
30
+ }