@blaxel/mastra 0.2.10-dev.85 → 0.2.10-dev1

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Blaxel Typescript SDK
2
2
 
3
3
  <p align="center">
4
- <img src="https://blaxel.ai/logo.png" alt="Blaxel"/>
4
+ <img src="https://blaxel.ai/logo-bg.png" alt="Blaxel"/>
5
5
  </p>
6
6
 
7
7
  **Blaxel is a computing platform for AI agent builders, with all the services and infrastructure to build and deploy agents efficiently.** This repository contains the TypeScript SDK to interact with Blaxel resources using Mastra format.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaxel/mastra",
3
- "version": "0.2.10-dev.85",
3
+ "version": "0.2.10-dev1",
4
4
  "description": "Blaxel SDK for TypeScript",
5
5
  "license": "MIT",
6
6
  "author": "Blaxel, INC (https://blaxel.ai)",
@@ -53,7 +53,7 @@
53
53
  "dist"
54
54
  ],
55
55
  "dependencies": {
56
- "@blaxel/vercel": "0.2.10-dev.85"
56
+ "@blaxel/vercel": "0.2.10-dev1"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@eslint/js": "^9.26.0",