@lobehub/market-sdk 0.22.12-beta.0 → 0.22.13-beta.0

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 (2) hide show
  1. package/dist/index.d.mts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -287,7 +287,7 @@ interface AgentItemDetail extends AgentItem {
287
287
  /** Author (may come from marketplace base but ensure presence) */
288
288
  author?: string;
289
289
  /** Avatar URL for the agent, can be a emoji */
290
- avatar: string;
290
+ avatar?: string;
291
291
  /** Total comment count */
292
292
  commentCount?: number;
293
293
  /** Agent configuration JSON */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/market-sdk",
3
- "version": "0.22.12-beta.0",
3
+ "version": "0.22.13-beta.0",
4
4
  "description": "LobeHub Market JavaScript SDK",
5
5
  "keywords": [
6
6
  "lobehub",