skybridge 0.35.14 → 0.35.15

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 (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -8,8 +8,6 @@
8
8
 
9
9
  <br />
10
10
 
11
- # Skybridge
12
-
13
11
  **Build ChatGPT & MCP Apps. The Modern TypeScript Way.**
14
12
 
15
13
  The fullstack TypeScript framework for AI-embedded widgets.<br />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skybridge",
3
- "version": "0.35.14",
3
+ "version": "0.35.15",
4
4
  "description": "Skybridge is a framework for building ChatGPT and MCP Apps",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,7 +34,7 @@
34
34
  "license": "ISC",
35
35
  "peerDependencies": {
36
36
  "@modelcontextprotocol/sdk": ">=1.0.0",
37
- "@skybridge/devtools": ">=0.35.13 <1.0.0",
37
+ "@skybridge/devtools": ">=0.35.14 <1.0.0",
38
38
  "nodemon": ">=3.0.0",
39
39
  "react": ">=18.0.0",
40
40
  "react-dom": ">=18.0.0",
@@ -42,8 +42,8 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@babel/core": "^7.29.0",
45
- "@modelcontextprotocol/ext-apps": "^1.3.1",
46
- "@oclif/core": "^4.10.2",
45
+ "@modelcontextprotocol/ext-apps": "^1.3.2",
46
+ "@oclif/core": "^4.10.3",
47
47
  "ci-info": "^4.4.0",
48
48
  "cors": "^2.8.6",
49
49
  "dequal": "^2.0.3",
@@ -51,12 +51,12 @@
51
51
  "express": "^5.2.1",
52
52
  "handlebars": "^4.7.9",
53
53
  "ink": "^6.8.0",
54
- "posthog-node": "^5.28.5",
54
+ "posthog-node": "^5.28.9",
55
55
  "superjson": "^2.2.6",
56
56
  "zustand": "^5.0.12"
57
57
  },
58
58
  "devDependencies": {
59
- "@modelcontextprotocol/sdk": "^1.27.1",
59
+ "@modelcontextprotocol/sdk": "^1.29.0",
60
60
  "@testing-library/dom": "^10.4.1",
61
61
  "@testing-library/react": "^16.3.2",
62
62
  "@total-typescript/tsconfig": "^1.0.4",
@@ -67,12 +67,12 @@
67
67
  "@types/node": "^24.12.0",
68
68
  "@types/react": "^19.2.14",
69
69
  "@types/react-dom": "^19.2.3",
70
- "@vitest/ui": "^4.1.1",
70
+ "@vitest/ui": "^4.1.2",
71
71
  "jsdom": "^29.0.1",
72
72
  "shx": "^0.4.0",
73
73
  "ts-node": "^10.9.2",
74
74
  "typescript": "^6.0.2",
75
- "vitest": "^4.1.1",
75
+ "vitest": "^4.1.2",
76
76
  "zod": "^4.3.6"
77
77
  },
78
78
  "bin": {