cryptoclaw 1.0.1 → 1.0.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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.1",
3
- "commit": "fdde6552f2ed167893a1573b1a72a9beb0b1adf5",
4
- "builtAt": "2026-02-06T17:14:56.153Z"
2
+ "version": "1.0.2",
3
+ "commit": "9b61c1262c1ca1bcd99e6874f25fa3fc0d7256b5",
4
+ "builtAt": "2026-02-06T17:17:34.073Z"
5
5
  }
@@ -1 +1 @@
1
- 38ac8f3e3ae1d789dcfd47c9cb8e476ec0065e619b2c78ceff8ce6fc6c101f51
1
+ 63d43145f00c3275c830417f17561cacfdba54e778aa3a64de995b5a9b6c9e6a
@@ -69,7 +69,7 @@ declare const BLUEBUBBLES_ACTIONS: {
69
69
  };
70
70
  };
71
71
  declare const BLUEBUBBLES_ACTION_NAMES: (keyof typeof BLUEBUBBLES_ACTIONS)[];
72
- declare const BLUEBUBBLES_GROUP_ACTIONS: Set<"reactions" | "sticker" | "permissions" | "search" | "edit" | "unsend" | "reply" | "sendWithEffect" | "renameGroup" | "setGroupIcon" | "addParticipant" | "removeParticipant" | "leaveGroup" | "sendAttachment" | "broadcast" | "send" | "poll" | "react" | "read" | "delete" | "pin" | "unpin" | "list-pins" | "thread-create" | "thread-list" | "thread-reply" | "sticker-search" | "member-info" | "role-info" | "emoji-list" | "emoji-upload" | "sticker-upload" | "role-add" | "role-remove" | "channel-info" | "channel-list" | "channel-create" | "channel-edit" | "channel-delete" | "channel-move" | "category-create" | "category-edit" | "category-delete" | "voice-status" | "event-list" | "event-create" | "timeout" | "kick" | "ban" | "set-presence">;
72
+ declare const BLUEBUBBLES_GROUP_ACTIONS: Set<"send" | "broadcast" | "poll" | "react" | "reactions" | "read" | "edit" | "unsend" | "reply" | "sendWithEffect" | "renameGroup" | "setGroupIcon" | "addParticipant" | "removeParticipant" | "leaveGroup" | "sendAttachment" | "delete" | "pin" | "unpin" | "list-pins" | "permissions" | "thread-create" | "thread-list" | "thread-reply" | "search" | "sticker" | "sticker-search" | "member-info" | "role-info" | "emoji-list" | "emoji-upload" | "sticker-upload" | "role-add" | "role-remove" | "channel-info" | "channel-list" | "channel-create" | "channel-edit" | "channel-delete" | "channel-move" | "category-create" | "category-edit" | "category-delete" | "voice-status" | "event-list" | "event-create" | "timeout" | "kick" | "ban" | "set-presence">;
73
73
  //#endregion
74
74
  //#region src/auto-reply/reply/typing.d.ts
75
75
  type TypingController = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cryptoclaw",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Private crypto AI assistant — wallet management, DeFi, NFTs, and multi-chain operations from your terminal",
5
5
  "keywords": [],
6
6
  "license": "MIT",