@elizaos/plugin-farcaster 1.0.0 → 1.0.1

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 +16 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-farcaster",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -105,6 +105,21 @@
105
105
  "type": "string",
106
106
  "minLength": 1,
107
107
  "description": "Type of action timeline, must match an ActionTimelineType enum value."
108
+ },
109
+ "FARCASTER_NEYNAR_API_KEY": {
110
+ "type": "string",
111
+ "description": "Neynar API key for accessing the Farcaster network.",
112
+ "required": true
113
+ },
114
+ "FARCASTER_NEYNAR_SIGNER_UUID": {
115
+ "type": "string",
116
+ "description": "Signer UUID associated with your Farcaster account, used to sign casts and interactions.",
117
+ "required": true
118
+ },
119
+ "FARCASTER_HUB_URL": {
120
+ "type": "string",
121
+ "description": "Base URL of the Farcaster hub that the client communicates with.",
122
+ "required": false
108
123
  }
109
124
  }
110
125
  },