sunpeak 0.5.9 → 0.5.10
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/dist/chatgpt/mock-openai.d.ts +7 -0
- package/dist/chatgpt/simple-sidebar.d.ts +38 -0
- package/dist/index.cjs +7730 -187
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +7731 -189
- package/dist/index.js.map +1 -1
- package/dist/style.css +2890 -315
- package/package.json +6 -6
- package/template/package.json +5 -5
- package/template/scripts/validate.mjs +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sunpeak",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.10",
|
|
4
4
|
"description": "The MCP App SDK. Quickstart, build, & test your ChatGPT App locally!",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"@testing-library/react": "^16.3.0",
|
|
74
74
|
"@testing-library/user-event": "^14.6.1",
|
|
75
75
|
"@types/node": "^24.10.1",
|
|
76
|
-
"@types/react": "^
|
|
77
|
-
"@types/react-dom": "^
|
|
76
|
+
"@types/react": "^19.2.7",
|
|
77
|
+
"@types/react-dom": "^19.2.3",
|
|
78
78
|
"@typescript-eslint/eslint-plugin": "^8.47.0",
|
|
79
79
|
"@typescript-eslint/parser": "^8.47.0",
|
|
80
80
|
"@vitejs/plugin-react": "^4.3.4",
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
85
85
|
"jsdom": "^27.2.0",
|
|
86
86
|
"prettier": "^3.6.2",
|
|
87
|
-
"react": "^
|
|
88
|
-
"react-dom": "^
|
|
87
|
+
"react": "^19.2.0",
|
|
88
|
+
"react-dom": "^19.2.0",
|
|
89
89
|
"tailwindcss": "^4.1.17",
|
|
90
90
|
"ts-node": "^10.9.2",
|
|
91
91
|
"tsx": "^4.20.6",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"scripts": {
|
|
106
106
|
"build": "vite build",
|
|
107
107
|
"dev": "pnpm --filter my-sunpeak-app dev",
|
|
108
|
-
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
|
|
108
|
+
"format": "prettier --write --list-different \"**/*.{ts,tsx,js,jsx,json,md}\"",
|
|
109
109
|
"lint": "eslint . --ext .ts,.tsx --fix",
|
|
110
110
|
"typecheck": "tsc --noEmit",
|
|
111
111
|
"test": "vitest run",
|
package/template/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "node scripts/build-all.mjs",
|
|
8
8
|
"dev": "vite --port ${PORT:-6767}",
|
|
9
|
-
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
|
|
9
|
+
"format": "prettier --write --list-different \"**/*.{ts,tsx,js,jsx,json,md}\"",
|
|
10
10
|
"mcp": "nodemon",
|
|
11
11
|
"mcp:serve": "tsx mcp/server.ts",
|
|
12
12
|
"lint": "eslint . --ext .ts,.tsx --fix",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"@testing-library/react": "^16.3.0",
|
|
29
29
|
"@testing-library/user-event": "^14.6.1",
|
|
30
30
|
"@types/node": "^24.10.1",
|
|
31
|
-
"@types/react": "^
|
|
32
|
-
"@types/react-dom": "^
|
|
31
|
+
"@types/react": "^19.0.0",
|
|
32
|
+
"@types/react-dom": "^19.0.0",
|
|
33
33
|
"@typescript-eslint/eslint-plugin": "^8.47.0",
|
|
34
34
|
"@typescript-eslint/parser": "^8.47.0",
|
|
35
35
|
"@vitejs/plugin-react": "^4.3.4",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"nodemon": "^3.1.11",
|
|
42
42
|
"postcss": "^8.4.49",
|
|
43
43
|
"prettier": "^3.6.2",
|
|
44
|
-
"react": "^
|
|
45
|
-
"react-dom": "^
|
|
44
|
+
"react": "^19.0.0",
|
|
45
|
+
"react-dom": "^19.0.0",
|
|
46
46
|
"tailwindcss": "^4.1.17",
|
|
47
47
|
"ts-node": "^10.9.2",
|
|
48
48
|
"tsx": "^4.20.6",
|
|
@@ -130,8 +130,8 @@ try {
|
|
|
130
130
|
printSuccess('pnpm build');
|
|
131
131
|
|
|
132
132
|
// MCP Server Check
|
|
133
|
-
console.log('\nRunning: pnpm mcp');
|
|
134
|
-
const mcpProcess = spawn('pnpm', ['mcp'], {
|
|
133
|
+
console.log('\nRunning: pnpm mcp:serve');
|
|
134
|
+
const mcpProcess = spawn('pnpm', ['mcp:serve'], {
|
|
135
135
|
cwd: PROJECT_ROOT,
|
|
136
136
|
stdio: ['ignore', 'pipe', 'pipe'],
|
|
137
137
|
env: { ...process.env, FORCE_COLOR: '1' },
|