@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.
- package/dist/chat/index.js +1 -1
- package/dist/{chunk-HVAT4SNH.js → chunk-5JBHQYU5.js} +2 -2
- package/dist/chunk-5JBHQYU5.js.map +1 -0
- package/dist/{code-block-37QAKDTI-M2QCKVTI.js → code-block-37QAKDTI-IIYKFI5S.js} +2 -2
- package/dist/mcp/index.d.ts +2 -2
- package/dist/mcp/index.js +4 -4
- package/dist/mcp/index.js.map +1 -1
- package/dist/mermaid-4DMBBIKO-PAA57QRQ.js +3 -0
- package/package.json +14 -11
- package/dist/chunk-HVAT4SNH.js.map +0 -1
- package/dist/mermaid-4DMBBIKO-NR6M3PLG.js +0 -3
- /package/dist/{code-block-37QAKDTI-M2QCKVTI.js.map → code-block-37QAKDTI-IIYKFI5S.js.map} +0 -0
- /package/dist/{mermaid-4DMBBIKO-NR6M3PLG.js.map → mermaid-4DMBBIKO-PAA57QRQ.js.map} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@waniwani/sdk",
|
|
3
|
-
"version": "0.8.2
|
|
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
|
|
67
|
-
"release:minor": "npm
|
|
68
|
-
"release:major": "npm
|
|
69
|
-
"release:
|
|
70
|
-
"release:
|
|
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": "
|
|
74
|
-
"@modelcontextprotocol/ext-apps": "
|
|
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": "
|
|
117
|
-
"@modelcontextprotocol/sdk": "
|
|
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
|
}
|