@elementor/angie-sdk 1.3.0-beta.8 → 1.3.0-beta.9

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,6 +1,5 @@
1
1
  import { Transport } from '@modelcontextprotocol/sdk/shared/transport.js';
2
- import type { MessageExtraInfo } from '@modelcontextprotocol/sdk/types.js';
3
- import { JSONRPCMessage } from '@modelcontextprotocol/sdk/types.js';
2
+ import { type MessageExtraInfo, JSONRPCMessage } from '@modelcontextprotocol/sdk/types.js';
4
3
  /**
5
4
  * Transport implementation that uses the browser's MessageChannel API for communication
6
5
  * between different browser contexts (iframes, workers, tabs, windows, etc.).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementor/angie-sdk",
3
- "version": "1.3.0-beta.8",
3
+ "version": "1.3.0-beta.9",
4
4
  "description": "TypeScript SDK for Angie AI assistant",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",