@waniwani/sdk 0.14.8-beta.0 → 0.14.8-beta.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waniwani/sdk",
3
- "version": "0.14.8-beta.0",
3
+ "version": "0.14.8-beta.2",
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": {
@@ -80,6 +80,8 @@
80
80
  "build:chat-css": "tailwindcss -i src/chat/web/tailwind.css -o dist/chat/styles.css --minify",
81
81
  "build:embed-css": "bun run scripts/inline-embed-css.ts",
82
82
  "dev": "tsx --watch src/index.ts",
83
+ "storybook": "storybook dev -p 6006",
84
+ "build-storybook": "storybook build",
83
85
  "test": "bun test",
84
86
  "typecheck": "tsc --noEmit",
85
87
  "lint": "biome check .",
@@ -131,14 +133,17 @@
131
133
  "@biomejs/biome": "^2.3.13",
132
134
  "@modelcontextprotocol/ext-apps": "~1.5.0",
133
135
  "@modelcontextprotocol/sdk": "~1.29.0",
136
+ "@storybook/react-vite": "^10.4.6",
134
137
  "@streamdown/cjk": "^1.0.1",
135
138
  "@streamdown/code": "^1.0.1",
136
139
  "@tailwindcss/cli": "^4.1.18",
137
140
  "@tailwindcss/postcss": "^4.1.18",
141
+ "@tailwindcss/vite": "^4.3.2",
138
142
  "@types/bun": "^1.3.12",
139
143
  "@types/node": "^22.10.0",
140
144
  "@types/react": "^19.0.0",
141
145
  "@types/react-dom": "^19.2.3",
146
+ "@vitejs/plugin-react": "^6.0.3",
142
147
  "ai": "^6.0.141",
143
148
  "clsx": "^2.1.1",
144
149
  "fake-indexeddb": "^6.2.5",
@@ -148,6 +153,7 @@
148
153
  "postcss": "^8.5.6",
149
154
  "react": "^19.0.0",
150
155
  "react-dom": "^19.2.4",
156
+ "storybook": "^10.4.6",
151
157
  "streamdown": "^2.1.0",
152
158
  "tailwind-merge": "^3.4.0",
153
159
  "tailwindcss": "^4",
@@ -155,6 +161,7 @@
155
161
  "tsx": "^4.19.2",
156
162
  "typescript": "^5.7.3",
157
163
  "use-stick-to-bottom": "^1.1.3",
164
+ "vite": "^8.1.0",
158
165
  "zod": "^4.0.0"
159
166
  },
160
167
  "overrides": {