@codingfactory/messenger-client 0.2.4 → 0.2.5

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.
@@ -103,4 +103,5 @@ export declare function setEchoRuntimeConfig(config: EchoRuntimeConfig): void;
103
103
  export declare function resetEchoRuntimeConfig(): void;
104
104
  export declare function isValidMessageSentEvent(data: unknown): data is MessageSentEvent;
105
105
  export declare function isValidMessageReadEvent(data: unknown): data is MessageReadEvent;
106
+ export declare function isValidReactionToggledEvent(data: unknown): data is ReactionToggledEvent;
106
107
  export declare function isValidRequestAcceptedEvent(data: unknown): data is RequestAcceptedEvent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingfactory/messenger-client",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Shared messaging frontend state, API helpers, and realtime composables.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",