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
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"deploy": "alpic deploy"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"skybridge": "^2.0.0-beta.
|
|
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.
|
|
20
|
-
"@skybridge/vite-plugin": "^2.0.0-beta.
|
|
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",
|
package/templates/demo/README.md
CHANGED
|
@@ -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.
|
|
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.
|
|
29
|
+
"@skybridge/devtools": "^2.0.0-beta.b072b9f",
|
|
30
30
|
"@skybridge/test": "beta",
|
|
31
|
-
"@skybridge/vite-plugin": "^2.0.0-beta.
|
|
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",
|
|
@@ -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.
|
|
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.
|
|
26
|
-
"@skybridge/vite-plugin": "^2.0.0-beta.
|
|
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",
|