create-skybridge 2.0.0-beta.8f56a42 → 2.0.0-beta.b072b9f

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-skybridge",
3
- "version": "2.0.0-beta.8f56a42",
3
+ "version": "2.0.0-beta.b072b9f",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Alpic",
@@ -12,12 +12,12 @@
12
12
  "deploy": "alpic deploy"
13
13
  },
14
14
  "dependencies": {
15
- "skybridge": "^2.0.0-beta.8f56a42",
15
+ "skybridge": "^2.0.0-beta.b072b9f",
16
16
  "vite": "^8.1.5"
17
17
  },
18
18
  "devDependencies": {
19
- "@skybridge/devtools": "^2.0.0-beta.8f56a42",
20
- "@skybridge/vite-plugin": "^2.0.0-beta.8f56a42",
19
+ "@skybridge/devtools": "^2.0.0-beta.b072b9f",
20
+ "@skybridge/vite-plugin": "^2.0.0-beta.b072b9f",
21
21
  "@types/node": "^24.13.3",
22
22
  "alpic": "^1.155.0",
23
23
  "tsx": "^4.23.1",
@@ -6,7 +6,6 @@ import { Skybridge } from "skybridge/server";
6
6
  export const app = new Skybridge({
7
7
  name: "skybridge-blank",
8
8
  version: "0.0.1",
9
- capabilities: {},
10
9
  handler: (server) => server,
11
10
  });
12
11
 
@@ -54,6 +54,7 @@ This command starts:
54
54
  │ ├── components/ # Shared UI components
55
55
  │ ├── helpers.ts # Shared utilities
56
56
  │ └── index.css # Global styles
57
+ ├── evals/ # Model-driven scenarios (pnpm evals, needs ANTHROPIC_API_KEY)
57
58
  ├── vite.config.ts
58
59
  ├── alpic.json # Deployment config
59
60
  └── package.json
@@ -18,7 +18,7 @@
18
18
  "lucide-react": "^1.25.0",
19
19
  "react": "^19.2.7",
20
20
  "react-dom": "^19.2.7",
21
- "skybridge": "^2.0.0-beta.8f56a42",
21
+ "skybridge": "^2.0.0-beta.b072b9f",
22
22
  "sonner": "^2.0.7",
23
23
  "tw-animate-css": "^1.4.0",
24
24
  "vite": "^8.1.5",
@@ -26,9 +26,9 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "@ai-sdk/anthropic": "^2.0.90",
29
- "@skybridge/devtools": "^2.0.0-beta.8f56a42",
29
+ "@skybridge/devtools": "^2.0.0-beta.b072b9f",
30
30
  "@skybridge/test": "beta",
31
- "@skybridge/vite-plugin": "^2.0.0-beta.8f56a42",
31
+ "@skybridge/vite-plugin": "^2.0.0-beta.b072b9f",
32
32
  "@tailwindcss/vite": "^4.3.3",
33
33
  "@types/node": "^24.13.3",
34
34
  "@types/react": "^19.2.17",
@@ -4,7 +4,6 @@ import { z } from "zod";
4
4
  export const app = new Skybridge({
5
5
  name: "alpic-openai-app",
6
6
  version: "0.0.1",
7
- capabilities: {},
8
7
  handler: (server) =>
9
8
  server
10
9
  .registerTool(
@@ -16,14 +16,14 @@
16
16
  "dependencies": {
17
17
  "react": "^19.2.4",
18
18
  "react-dom": "^19.2.4",
19
- "skybridge": "^2.0.0-beta.8f56a42",
19
+ "skybridge": "^2.0.0-beta.b072b9f",
20
20
  "vite": "^8.1.3",
21
21
  "zod": "^4.4.3"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@ladle/react": "^5.1.1",
25
- "@skybridge/devtools": "^2.0.0-beta.8f56a42",
26
- "@skybridge/vite-plugin": "^2.0.0-beta.8f56a42",
25
+ "@skybridge/devtools": "^2.0.0-beta.b072b9f",
26
+ "@skybridge/vite-plugin": "^2.0.0-beta.b072b9f",
27
27
  "@types/node": "^24.13.2",
28
28
  "@types/react": "^19.2.14",
29
29
  "@types/react-dom": "^19.2.3",