sunpeak 0.5.13 → 0.5.14

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/style.css CHANGED
@@ -3917,6 +3917,12 @@
3917
3917
  outline-style: none;
3918
3918
  }
3919
3919
 
3920
+ @media not all and (min-width: 768px) {
3921
+ .max-md\:hidden {
3922
+ display: none;
3923
+ }
3924
+ }
3925
+
3920
3926
  @media (min-width: 768px) {
3921
3927
  .md\:block {
3922
3928
  display: block;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sunpeak",
3
- "version": "0.5.13",
3
+ "version": "0.5.14",
4
4
  "description": "The MCP App SDK. Quickstart, build, & test your ChatGPT App locally!",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",