@waniwani/sdk 0.8.1 → 0.8.2-alpha.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 +6 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@waniwani/sdk",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2-alpha.2",
|
|
4
4
|
"description": "WaniWani SDK - MCP event tracking, widget framework, and tools",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -66,11 +66,12 @@
|
|
|
66
66
|
"release": "npm whoami && bun run build && npm version patch && npm publish --access public",
|
|
67
67
|
"release:minor": "npm whoami && bun run build && npm version minor && npm publish --access public",
|
|
68
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",
|
|
69
70
|
"release:beta": "npm whoami && bun run build && npm version prerelease --preid beta && npm publish --access public --tag beta"
|
|
70
71
|
},
|
|
71
72
|
"peerDependencies": {
|
|
72
|
-
"@modelcontextprotocol/sdk": "1.
|
|
73
|
-
"@modelcontextprotocol/ext-apps": "1.0
|
|
73
|
+
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
74
|
+
"@modelcontextprotocol/ext-apps": "^1.5.0",
|
|
74
75
|
"react": ">=18.0.0",
|
|
75
76
|
"zod": ">=4.0.0",
|
|
76
77
|
"@ai-sdk/react": ">=1.0.0",
|
|
@@ -112,8 +113,8 @@
|
|
|
112
113
|
"@ai-sdk/mcp": "^1.0.0",
|
|
113
114
|
"@ai-sdk/react": "^3.0.134",
|
|
114
115
|
"@biomejs/biome": "^2.3.13",
|
|
115
|
-
"@modelcontextprotocol/ext-apps": "1.0
|
|
116
|
-
"@modelcontextprotocol/sdk": "1.
|
|
116
|
+
"@modelcontextprotocol/ext-apps": "^1.5.0",
|
|
117
|
+
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
117
118
|
"@streamdown/cjk": "^1.0.1",
|
|
118
119
|
"@streamdown/code": "^1.0.1",
|
|
119
120
|
"@tailwindcss/cli": "^4.1.18",
|