@blaxel/vercel 0.2.79-preview.128 → 0.2.79-preview.130
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/package.json +2 -2
package/README.md
CHANGED
|
@@ -89,7 +89,7 @@ Here is an example of retrieving tool definitions from a Blaxel sandbox's MCP se
|
|
|
89
89
|
import { SandboxInstance } from "@blaxel/core";
|
|
90
90
|
import { blTools } from "@blaxel/vercel";
|
|
91
91
|
|
|
92
|
-
// Create a new sandbox
|
|
92
|
+
// Create a new sandbox (base-image is Alpine + Node.js 22 + git; no Python — use "blaxel/py-app:latest" for Python)
|
|
93
93
|
const sandbox = await SandboxInstance.createIfNotExists({
|
|
94
94
|
name: "my-sandbox",
|
|
95
95
|
image: "blaxel/base-image:latest",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blaxel/vercel",
|
|
3
|
-
"version": "0.2.79-preview.
|
|
3
|
+
"version": "0.2.79-preview.130",
|
|
4
4
|
"description": "Blaxel SDK for TypeScript",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Blaxel, INC (https://blaxel.ai)",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@ai-sdk/mistral": "^2.0.24",
|
|
59
59
|
"@ai-sdk/openai": "^2.0.57",
|
|
60
60
|
"@ai-sdk/provider": "^2.0.0",
|
|
61
|
-
"@blaxel/core": "0.2.79-preview.
|
|
61
|
+
"@blaxel/core": "0.2.79-preview.130",
|
|
62
62
|
"ai": "^5.0.82"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|