@waniwani/sdk 0.8.2-alpha.4 → 0.8.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.
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ "use client";import{v as e}from"./chunk-5JBHQYU5.js";import"./chunk-V3ZDECK5.js";export{e as Mermaid};
3
+ //# sourceMappingURL=mermaid-4DMBBIKO-PAA57QRQ.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waniwani/sdk",
3
- "version": "0.8.2-alpha.4",
3
+ "version": "0.8.2",
4
4
  "description": "WaniWani SDK - MCP event tracking, widget framework, and tools",
5
5
  "type": "module",
6
6
  "exports": {
@@ -63,15 +63,15 @@
63
63
  "lint": "biome check .",
64
64
  "lint:fix": "biome check . --write",
65
65
  "prepublishOnly": "bun run build",
66
- "release": "npm whoami && bun run build && npm version patch && npm publish --access public",
67
- "release:minor": "npm whoami && bun run build && npm version minor && npm publish --access public",
68
- "release:major": "npm whoami && bun run build && npm version major && npm publish --access public",
69
- "release:alpha": "npm whoami && bun run build && npm version prerelease --preid alpha && npm publish --access public --tag alpha",
70
- "release:beta": "npm whoami && bun run build && npm version prerelease --preid beta && npm publish --access public --tag beta"
66
+ "release": "npm version patch && git push --follow-tags",
67
+ "release:minor": "npm version minor && git push --follow-tags",
68
+ "release:major": "npm version major && git push --follow-tags",
69
+ "release:beta": "npm version prerelease --preid beta && git push --follow-tags",
70
+ "release:alpha": "npm version prerelease --preid alpha && git push --follow-tags"
71
71
  },
72
72
  "peerDependencies": {
73
- "@modelcontextprotocol/sdk": "^1.29.0",
74
- "@modelcontextprotocol/ext-apps": "^1.5.0",
73
+ "@modelcontextprotocol/sdk": "1.25.2",
74
+ "@modelcontextprotocol/ext-apps": "1.0.1",
75
75
  "react": ">=18.0.0",
76
76
  "zod": ">=4.0.0",
77
77
  "@ai-sdk/react": ">=1.0.0",
@@ -113,8 +113,8 @@
113
113
  "@ai-sdk/mcp": "^1.0.0",
114
114
  "@ai-sdk/react": "^3.0.134",
115
115
  "@biomejs/biome": "^2.3.13",
116
- "@modelcontextprotocol/ext-apps": "^1.5.0",
117
- "@modelcontextprotocol/sdk": "^1.29.0",
116
+ "@modelcontextprotocol/ext-apps": "1.0.1",
117
+ "@modelcontextprotocol/sdk": "1.25.2",
118
118
  "@streamdown/cjk": "^1.0.1",
119
119
  "@streamdown/code": "^1.0.1",
120
120
  "@tailwindcss/cli": "^4.1.18",
@@ -156,5 +156,8 @@
156
156
  "widgets"
157
157
  ],
158
158
  "author": "WaniWani",
159
- "license": "MIT"
159
+ "license": "MIT",
160
+ "dependencies": {
161
+ "@waniwani/sdk": "^0.6.1-beta.8"
162
+ }
160
163
  }