sunpeak 0.8.6 → 0.9.1

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 (77) hide show
  1. package/bin/commands/build.mjs +3 -3
  2. package/bin/commands/pull.mjs +2 -2
  3. package/bin/sunpeak.js +8 -6
  4. package/dist/chatgpt/chatgpt-simulator.d.ts +1 -2
  5. package/dist/chatgpt/index.cjs +9 -0
  6. package/dist/chatgpt/index.cjs.map +1 -0
  7. package/dist/chatgpt/index.d.ts +3 -1
  8. package/dist/chatgpt/index.js +9 -0
  9. package/dist/chatgpt/index.js.map +1 -0
  10. package/dist/chatgpt/simulator-url.d.ts +127 -0
  11. package/dist/index.cjs +39 -8448
  12. package/dist/index.cjs.map +1 -1
  13. package/dist/index.js +58 -8466
  14. package/dist/index.js.map +1 -1
  15. package/dist/mcp/entry.cjs +2 -1
  16. package/dist/mcp/entry.cjs.map +1 -1
  17. package/dist/mcp/entry.js +2 -1
  18. package/dist/mcp/entry.js.map +1 -1
  19. package/dist/mcp/index.cjs +1 -1
  20. package/dist/mcp/index.d.ts +1 -1
  21. package/dist/mcp/index.js +1 -1
  22. package/dist/mcp/server.d.ts +1 -1
  23. package/dist/mcp/types.d.ts +3 -9
  24. package/dist/{server-DVmTC-SF.js → server-310A1k9o.js} +2 -2
  25. package/dist/{server-DVmTC-SF.js.map → server-310A1k9o.js.map} +1 -1
  26. package/dist/{server-B9YgCQdS.cjs → server-CSybLAYo.cjs} +2 -2
  27. package/dist/{server-B9YgCQdS.cjs.map → server-CSybLAYo.cjs.map} +1 -1
  28. package/dist/simulator-url-CG8lAAC3.cjs +8545 -0
  29. package/dist/simulator-url-CG8lAAC3.cjs.map +1 -0
  30. package/dist/simulator-url-CexnaL-e.js +8529 -0
  31. package/dist/simulator-url-CexnaL-e.js.map +1 -0
  32. package/dist/style.css +5872 -5894
  33. package/dist/types/simulation.d.ts +6 -32
  34. package/package.json +7 -3
  35. package/template/.sunpeak/dev.tsx +8 -7
  36. package/template/README.md +5 -5
  37. package/template/dist/albums.js +1 -1
  38. package/template/dist/albums.json +1 -1
  39. package/template/dist/carousel.js +1 -1
  40. package/template/dist/carousel.json +1 -1
  41. package/template/dist/map.js +1 -1
  42. package/template/dist/map.json +1 -1
  43. package/template/dist/review.js +2 -2
  44. package/template/dist/review.json +1 -1
  45. package/template/node_modules/.bin/playwright +21 -0
  46. package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Button.js +3 -3
  47. package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_SegmentedControl.js +4 -4
  48. package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Select.js +20 -20
  49. package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Textarea.js +3 -3
  50. package/template/node_modules/.vite/deps/_metadata.json +38 -38
  51. package/template/node_modules/.vite/deps/{chunk-SPYXUHEY.js → chunk-N6DVYEXK.js} +8 -8
  52. package/template/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json +1 -1
  53. package/template/package.json +3 -1
  54. package/template/playwright.config.ts +26 -0
  55. package/template/src/resources/index.ts +4 -4
  56. package/template/src/resources/map-resource.test.tsx +95 -0
  57. package/template/src/resources/review-resource.test.tsx +538 -0
  58. package/template/src/resources/review-resource.tsx +6 -1
  59. package/template/src/simulations/albums-show-simulation.json +1 -1
  60. package/template/src/simulations/carousel-show-simulation.json +1 -1
  61. package/template/src/simulations/map-show-simulation.json +1 -1
  62. package/template/src/simulations/review-diff-simulation.json +1 -1
  63. package/template/src/simulations/review-post-simulation.json +1 -1
  64. package/template/src/simulations/review-purchase-simulation.json +1 -1
  65. package/template/test-results/.last-run.json +4 -0
  66. package/template/tests/e2e/albums.spec.ts +120 -0
  67. package/template/tests/e2e/carousel.spec.ts +127 -0
  68. package/template/tests/e2e/map.spec.ts +188 -0
  69. package/template/tests/e2e/review.spec.ts +245 -0
  70. package/template/vitest.config.ts +1 -0
  71. package/template/dist/counter.js +0 -49
  72. package/template/dist/counter.json +0 -15
  73. package/template/src/resources/counter-resource.json +0 -12
  74. package/template/src/resources/counter-resource.test.tsx +0 -116
  75. package/template/src/resources/counter-resource.tsx +0 -101
  76. package/template/src/simulations/counter-show-simulation.json +0 -20
  77. /package/template/node_modules/.vite/deps/{chunk-SPYXUHEY.js.map → chunk-N6DVYEXK.js.map} +0 -0
@@ -18,5 +18,5 @@
18
18
  ]
19
19
  }
20
20
  },
21
- "uri": "ui://map-mjt2f5f3"
21
+ "uri": "ui://map-mk0a1cc5"
22
22
  }