@stackable-labs/embeddables 1.66.1 → 1.66.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackable-labs/embeddables",
3
- "version": "1.66.1",
3
+ "version": "1.66.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/stackable-widget.js",
@@ -1,8 +0,0 @@
1
- /**
2
- * Module-level messaging state — tracks conversation ID and Sunco app ID.
3
- * Read by ExtensionSetup's context.read handler to expose messaging context to extensions.
4
- */
5
- export declare const getMessagingConversationId: () => string | null;
6
- export declare const setMessagingConversationId: (id: string | null) => void;
7
- export declare const getMessagingAppId: () => string | null;
8
- export declare const setMessagingAppId: (id: string | null) => void;