@waniwani/sdk 0.14.11 → 0.14.12

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": "@waniwani/sdk",
3
- "version": "0.14.11",
3
+ "version": "0.14.12",
4
4
  "description": "MCP distribution SDK. Build sales funnels, lead generation, booking, and quote apps on top of your MCP server. Event tracking, flows, widgets, knowledge base.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -87,7 +87,6 @@
87
87
  "lint": "biome check .",
88
88
  "lint:fix": "biome check . --write",
89
89
  "prepublishOnly": "bun run build",
90
- "purge:cdn": "curl -sf https://purge.jsdelivr.net/npm/@waniwani/sdk@latest/dist/chat/embed.js && curl -sf https://purge.jsdelivr.net/npm/@waniwani/sdk@latest/dist/chat/styles.css",
91
90
  "release": "npm run release:patch",
92
91
  "release:patch": "npm version patch && git push --follow-tags",
93
92
  "release:minor": "npm version minor && git push --follow-tags",