sunpeak 0.5.34 → 0.5.35
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/README.md +1 -1
- package/bin/sunpeak.js +1 -1
- package/package.json +2 -2
- package/template/index.html +1 -1
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Button.js +3 -3
- package/template/node_modules/.vite/deps/_metadata.json +14 -14
- package/template/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json +1 -1
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
[](https://www.typescriptlang.org/)
|
|
16
16
|
[](https://reactjs.org/)
|
|
17
17
|
|
|
18
|
-
The MCP App
|
|
18
|
+
The MCP App framework.
|
|
19
19
|
|
|
20
20
|
Quickstart, build, test, and ship your ChatGPT App locally!
|
|
21
21
|
|
package/bin/sunpeak.js
CHANGED
|
@@ -146,7 +146,7 @@ const [, , command, ...args] = process.argv;
|
|
|
146
146
|
case 'help':
|
|
147
147
|
case undefined:
|
|
148
148
|
console.log(`
|
|
149
|
-
☀️ 🏔️ sunpeak - The MCP App
|
|
149
|
+
☀️ 🏔️ sunpeak - The MCP App framework
|
|
150
150
|
|
|
151
151
|
Usage:
|
|
152
152
|
npx sunpeak new [name] Create a new project (no install needed)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sunpeak",
|
|
3
|
-
"version": "0.5.
|
|
4
|
-
"description": "The
|
|
3
|
+
"version": "0.5.35",
|
|
4
|
+
"description": "The ChatGPT App framework. Quickstart, build, & test your ChatGPT App locally!",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
7
7
|
"module": "./dist/index.js",
|
package/template/index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
-
<title>Sunpeak -
|
|
6
|
+
<title>Sunpeak - MCP App framework</title>
|
|
7
7
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
|
8
8
|
<!-- Establish CSS layer order BEFORE any JS-injected CSS modules -->
|
|
9
9
|
<style>@layer properties, theme, base, components, utilities;</style>
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import {
|
|
2
|
+
clsx_default
|
|
3
|
+
} from "./chunk-CNYJBM5F.js";
|
|
1
4
|
import {
|
|
2
5
|
Check_default,
|
|
3
6
|
Copy_default
|
|
@@ -5,9 +8,6 @@ import {
|
|
|
5
8
|
import {
|
|
6
9
|
require_jsx_runtime
|
|
7
10
|
} from "./chunk-7IRBE5E4.js";
|
|
8
|
-
import {
|
|
9
|
-
clsx_default
|
|
10
|
-
} from "./chunk-CNYJBM5F.js";
|
|
11
11
|
import {
|
|
12
12
|
require_react
|
|
13
13
|
} from "./chunk-TNWQ7JGO.js";
|
|
@@ -7,67 +7,67 @@
|
|
|
7
7
|
"react": {
|
|
8
8
|
"src": "../../../../node_modules/.pnpm/react@19.2.0/node_modules/react/index.js",
|
|
9
9
|
"file": "react.js",
|
|
10
|
-
"fileHash": "
|
|
10
|
+
"fileHash": "8c32e99f",
|
|
11
11
|
"needsInterop": true
|
|
12
12
|
},
|
|
13
13
|
"react-dom": {
|
|
14
14
|
"src": "../../../../node_modules/.pnpm/react-dom@19.2.0_react@19.2.0/node_modules/react-dom/index.js",
|
|
15
15
|
"file": "react-dom.js",
|
|
16
|
-
"fileHash": "
|
|
16
|
+
"fileHash": "810daf68",
|
|
17
17
|
"needsInterop": true
|
|
18
18
|
},
|
|
19
19
|
"react/jsx-dev-runtime": {
|
|
20
20
|
"src": "../../../../node_modules/.pnpm/react@19.2.0/node_modules/react/jsx-dev-runtime.js",
|
|
21
21
|
"file": "react_jsx-dev-runtime.js",
|
|
22
|
-
"fileHash": "
|
|
22
|
+
"fileHash": "bc95af6f",
|
|
23
23
|
"needsInterop": true
|
|
24
24
|
},
|
|
25
25
|
"react/jsx-runtime": {
|
|
26
26
|
"src": "../../../../node_modules/.pnpm/react@19.2.0/node_modules/react/jsx-runtime.js",
|
|
27
27
|
"file": "react_jsx-runtime.js",
|
|
28
|
-
"fileHash": "
|
|
28
|
+
"fileHash": "fec03179",
|
|
29
29
|
"needsInterop": true
|
|
30
30
|
},
|
|
31
31
|
"@openai/apps-sdk-ui/components/Button": {
|
|
32
32
|
"src": "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/dist/es/components/Button/index.js",
|
|
33
33
|
"file": "@openai_apps-sdk-ui_components_Button.js",
|
|
34
|
-
"fileHash": "
|
|
34
|
+
"fileHash": "44ae9007",
|
|
35
35
|
"needsInterop": false
|
|
36
36
|
},
|
|
37
37
|
"@openai/apps-sdk-ui/components/Icon": {
|
|
38
38
|
"src": "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/dist/es/components/Icon/index.js",
|
|
39
39
|
"file": "@openai_apps-sdk-ui_components_Icon.js",
|
|
40
|
-
"fileHash": "
|
|
40
|
+
"fileHash": "635b97d1",
|
|
41
41
|
"needsInterop": false
|
|
42
42
|
},
|
|
43
43
|
"clsx": {
|
|
44
44
|
"src": "../../../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs",
|
|
45
45
|
"file": "clsx.js",
|
|
46
|
-
"fileHash": "
|
|
46
|
+
"fileHash": "4552d743",
|
|
47
47
|
"needsInterop": false
|
|
48
48
|
},
|
|
49
49
|
"embla-carousel-react": {
|
|
50
50
|
"src": "../../../../node_modules/.pnpm/embla-carousel-react@8.6.0_react@19.2.0/node_modules/embla-carousel-react/esm/embla-carousel-react.esm.js",
|
|
51
51
|
"file": "embla-carousel-react.js",
|
|
52
|
-
"fileHash": "
|
|
52
|
+
"fileHash": "6ffa44c4",
|
|
53
53
|
"needsInterop": false
|
|
54
54
|
},
|
|
55
55
|
"embla-carousel-wheel-gestures": {
|
|
56
56
|
"src": "../../../../node_modules/.pnpm/embla-carousel-wheel-gestures@8.1.0_embla-carousel@8.6.0/node_modules/embla-carousel-wheel-gestures/dist/embla-carousel-wheel-gestures.esm.js",
|
|
57
57
|
"file": "embla-carousel-wheel-gestures.js",
|
|
58
|
-
"fileHash": "
|
|
58
|
+
"fileHash": "feff4b23",
|
|
59
59
|
"needsInterop": false
|
|
60
60
|
},
|
|
61
61
|
"react-dom/client": {
|
|
62
62
|
"src": "../../../../node_modules/.pnpm/react-dom@19.2.0_react@19.2.0/node_modules/react-dom/client.js",
|
|
63
63
|
"file": "react-dom_client.js",
|
|
64
|
-
"fileHash": "
|
|
64
|
+
"fileHash": "abafbd7f",
|
|
65
65
|
"needsInterop": true
|
|
66
66
|
},
|
|
67
67
|
"tailwind-merge": {
|
|
68
68
|
"src": "../../../../node_modules/.pnpm/tailwind-merge@3.4.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs",
|
|
69
69
|
"file": "tailwind-merge.js",
|
|
70
|
-
"fileHash": "
|
|
70
|
+
"fileHash": "b17b73ed",
|
|
71
71
|
"needsInterop": false
|
|
72
72
|
}
|
|
73
73
|
},
|
|
@@ -75,15 +75,15 @@
|
|
|
75
75
|
"chunk-DUV225XW": {
|
|
76
76
|
"file": "chunk-DUV225XW.js"
|
|
77
77
|
},
|
|
78
|
+
"chunk-CNYJBM5F": {
|
|
79
|
+
"file": "chunk-CNYJBM5F.js"
|
|
80
|
+
},
|
|
78
81
|
"chunk-D3BYX6F4": {
|
|
79
82
|
"file": "chunk-D3BYX6F4.js"
|
|
80
83
|
},
|
|
81
84
|
"chunk-7IRBE5E4": {
|
|
82
85
|
"file": "chunk-7IRBE5E4.js"
|
|
83
86
|
},
|
|
84
|
-
"chunk-CNYJBM5F": {
|
|
85
|
-
"file": "chunk-CNYJBM5F.js"
|
|
86
|
-
},
|
|
87
87
|
"chunk-TNWQ7JGO": {
|
|
88
88
|
"file": "chunk-TNWQ7JGO.js"
|
|
89
89
|
},
|
package/template/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"4.0.13","results":[[":src/components/
|
|
1
|
+
{"version":"4.0.13","results":[[":src/components/resources/carousel-resource.test.tsx",{"duration":261.3593149999999,"failed":false}],[":src/components/album/fullscreen-viewer.test.tsx",{"duration":272.93452400000024,"failed":false}],[":src/components/album/albums.test.tsx",{"duration":323.23030500000004,"failed":false}],[":src/components/carousel/carousel.test.tsx",{"duration":87.48382599999968,"failed":false}],[":src/components/resources/counter-resource.test.tsx",{"duration":295.2709850000001,"failed":false}],[":src/components/resources/albums-resource.test.tsx",{"duration":321.537415,"failed":false}],[":src/components/album/film-strip.test.tsx",{"duration":455.704608,"failed":false}],[":src/components/album/album-card.test.tsx",{"duration":353.06880000000024,"failed":false}],[":src/components/card/card.test.tsx",{"duration":54.87285699999984,"failed":false}]]}
|