sunpeak 0.20.60 → 0.20.62

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.
Files changed (57) hide show
  1. package/bin/commands/inspect.mjs +2 -1
  2. package/bin/commands/new.mjs +11 -8
  3. package/bin/commands/test-init.mjs +1 -0
  4. package/bin/commands/test.mjs +8 -4
  5. package/bin/lib/resolve-bin.mjs +18 -0
  6. package/bin/lib/test/base-config.mjs +3 -1
  7. package/bin/lib/test/test-config.mjs +11 -2
  8. package/bin/sunpeak.js +4 -2
  9. package/dist/chatgpt/index.cjs +1 -1
  10. package/dist/chatgpt/index.js +1 -1
  11. package/dist/claude/index.cjs +1 -1
  12. package/dist/claude/index.js +1 -1
  13. package/dist/embed.css +1 -1
  14. package/dist/index.cjs +1 -1
  15. package/dist/index.js +1 -1
  16. package/dist/inspector/index.cjs +1 -1
  17. package/dist/inspector/index.js +1 -1
  18. package/dist/{inspector-WIO0nm2Q.cjs → inspector-Cl5w_7yQ.cjs} +7 -4
  19. package/dist/inspector-Cl5w_7yQ.cjs.map +1 -0
  20. package/dist/{inspector-CFSIZYOm.js → inspector-DPJeSQAd.js} +7 -4
  21. package/dist/inspector-DPJeSQAd.js.map +1 -0
  22. package/dist/protocol-DVkrOIAq.cjs.map +1 -1
  23. package/dist/protocol-fGgeFIiL.js.map +1 -1
  24. package/dist/style.css +1 -1
  25. package/package.json +16 -15
  26. package/template/dist/albums/albums.html +4 -4
  27. package/template/dist/albums/albums.json +1 -1
  28. package/template/dist/carousel/carousel.html +7 -7
  29. package/template/dist/carousel/carousel.json +1 -1
  30. package/template/dist/map/map.html +7 -7
  31. package/template/dist/map/map.json +1 -1
  32. package/template/dist/review/review.html +4 -4
  33. package/template/dist/review/review.json +1 -1
  34. package/template/node_modules/.bin/playwright +2 -2
  35. package/template/node_modules/.bin/vite +2 -2
  36. package/template/node_modules/.bin/vitest +2 -2
  37. package/template/node_modules/.vite/deps/_metadata.json +4 -4
  38. package/template/node_modules/.vite-mcp/deps/_metadata.json +21 -21
  39. package/template/node_modules/.vite-mcp/deps/embla-carousel-react.js +2 -1
  40. package/template/node_modules/.vite-mcp/deps/embla-carousel-react.js.map +1 -1
  41. package/template/node_modules/.vite-mcp/deps/external-D8EJN_Cc.js.map +1 -1
  42. package/template/node_modules/.vite-mcp/deps/mapbox-gl.js +114 -87
  43. package/template/node_modules/.vite-mcp/deps/mapbox-gl.js.map +1 -1
  44. package/template/node_modules/.vite-mcp/deps/tailwind-merge.js.map +1 -1
  45. package/template/node_modules/.vite-mcp/deps/vitest.js +40 -24
  46. package/template/node_modules/.vite-mcp/deps/vitest.js.map +1 -1
  47. package/template/package.json +6 -5
  48. package/template/tests/e2e/carousel.spec.ts +9 -9
  49. package/template/tests/e2e/visual.spec.ts-snapshots/albums-dark-chatgpt-darwin.png +0 -0
  50. package/template/tests/e2e/visual.spec.ts-snapshots/albums-dark-claude-darwin.png +0 -0
  51. package/template/tests/e2e/visual.spec.ts-snapshots/albums-fullscreen-chatgpt-darwin.png +0 -0
  52. package/template/tests/e2e/visual.spec.ts-snapshots/albums-fullscreen-claude-darwin.png +0 -0
  53. package/template/tests/e2e/visual.spec.ts-snapshots/albums-light-chatgpt-darwin.png +0 -0
  54. package/template/tests/e2e/visual.spec.ts-snapshots/albums-light-claude-darwin.png +0 -0
  55. package/template/vitest.config.ts +2 -0
  56. package/dist/inspector-CFSIZYOm.js.map +0 -1
  57. package/dist/inspector-WIO0nm2Q.cjs.map +0 -1
package/dist/style.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
2
2
  @layer properties {
3
3
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
4
4
  *, :before, :after, ::backdrop {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sunpeak",
3
- "version": "0.20.60",
3
+ "version": "0.20.62",
4
4
  "description": "App framework, testing framework, and inspector for MCP Apps.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -159,42 +159,43 @@
159
159
  }
160
160
  },
161
161
  "dependencies": {
162
- "@ai-sdk/anthropic": "^4.0.0",
163
- "@ai-sdk/openai": "^4.0.0",
164
- "@clack/prompts": "^1.6.0",
162
+ "@ai-sdk/anthropic": "^4.0.8",
163
+ "@ai-sdk/openai": "^4.0.7",
164
+ "@clack/prompts": "^1.7.0",
165
165
  "@modelcontextprotocol/ext-apps": "^1.7.4",
166
166
  "@modelcontextprotocol/sdk": "^1.29.0",
167
167
  "@vitejs/plugin-react": "^6.0.3",
168
- "ai": "^7.0.2",
168
+ "ai": "^7.0.15",
169
169
  "clsx": "^2.1.1",
170
170
  "esbuild": "^0.28.1",
171
171
  "tailwind-merge": "^3.6.0",
172
- "vite": "8.1.0",
172
+ "vite": "8.1.3",
173
173
  "zod": "^4.4.3"
174
174
  },
175
175
  "devDependencies": {
176
- "@playwright/test": "1.60.0",
177
- "@tailwindcss/cli": "^4.3.1",
178
- "@tailwindcss/vite": "^4.3.1",
176
+ "@playwright/test": "1.61.1",
177
+ "@rolldown/pluginutils": "^1.0.1",
178
+ "@tailwindcss/cli": "^4.3.2",
179
+ "@tailwindcss/vite": "^4.3.2",
179
180
  "@testing-library/jest-dom": "^6.9.1",
180
181
  "@testing-library/react": "^16.3.2",
181
182
  "@testing-library/user-event": "^14.6.1",
182
- "@types/node": "^26.0.1",
183
+ "@types/node": "^26.1.0",
183
184
  "@types/react": "^19.2.17",
184
185
  "@types/react-dom": "^19.2.3",
185
- "@typescript-eslint/eslint-plugin": "^8.62.0",
186
- "@typescript-eslint/parser": "^8.62.0",
186
+ "@typescript-eslint/eslint-plugin": "^8.62.1",
187
+ "@typescript-eslint/parser": "^8.62.1",
187
188
  "eslint": "^9.39.4",
188
189
  "eslint-config-prettier": "^10.1.8",
189
190
  "eslint-plugin-react": "^7.37.5",
190
191
  "eslint-plugin-react-hooks": "^7.1.1",
191
192
  "happy-dom": "^20.10.6",
192
- "prettier": "^3.8.5",
193
+ "prettier": "^3.9.4",
193
194
  "react": "^19.2.7",
194
195
  "react-dom": "^19.2.7",
195
- "tailwindcss": "^4.3.1",
196
+ "tailwindcss": "^4.3.2",
196
197
  "ts-node": "^10.9.2",
197
- "tsx": "^4.22.4",
198
+ "tsx": "^4.23.0",
198
199
  "typescript": "^6.0.3",
199
200
  "vite-plugin-dts": "5.0.3",
200
201
  "vitest": "^4.1.9"