dragble-react-editor 1.0.6 → 1.0.7
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -345,7 +345,7 @@ const { destroyed } = await editor.disconnectMCP();
|
|
|
345
345
|
Your backend can also force-destroy a session server-side (e.g., when a user's subscription ends):
|
|
346
346
|
|
|
347
347
|
```bash
|
|
348
|
-
curl -X DELETE https://mcp.dragble.
|
|
348
|
+
curl -X DELETE https://mcp.dragble.com/sessions/user-42-doc-99 \
|
|
349
349
|
-H "X-API-Key: db_mcp_your_key_here"
|
|
350
350
|
```
|
|
351
351
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dragble-react-editor",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "AI-powered React email editor component. Drag-and-drop email builder for creating responsive email templates and newsletters. Build HTML emails visually with Dragble.",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.mjs",
|