Skip to content

Commit

Permalink
Fix test and cleanup changeset (mastra-ai#1651)
Browse files Browse the repository at this point in the history
Small fixes to tests and workspace + changeset
  • Loading branch information
wardpeet authored Jan 31, 2025
1 parent d21b8e4 commit 99a5f78
Show file tree
Hide file tree
Showing 53 changed files with 457 additions and 209 deletions.
30 changes: 0 additions & 30 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,41 +14,12 @@
"@mastra/dane": "0.0.1",
"@mastra/stabilityai": "1.0.1-alpha.17",
"@mastra/mcp": "0.0.0",
"docs": "0.1.1-alpha.15",
"examples-agent": "1.0.1-alpha.41",
"generate-object-structured": "0.0.1-alpha.5",
"generate-text": "0.0.1-alpha.2",
"generate-text-from-image": "0.0.1-alpha.5",
"generate-text-from-pdf": "0.0.1-alpha.5",
"generate-text-system-prompt": "0.0.1-alpha.5",
"generate-text-with-claude": "0.0.1-alpha.5",
"generate-text-with-gemini": "0.0.1-alpha.5",
"stream-object-structured": "0.0.1-alpha.5",
"stream-text": "0.0.1-alpha.5",
"bird-checker-with-express": "1.0.1-alpha.44",
"bird-checker-with-nextjs": "0.1.1-alpha.42",
"bird-checker-with-nextjs-and-eval": "0.1.1-alpha.42",
"ai-chatbot": "0.1.1-alpha.43",
"mastra-examples-integrations": "1.0.1-alpha.33",
"mastra-examples-llm": "1.0.1-alpha.41",
"memory": "1.0.1-alpha.42",
"openapi-spec-writer": "0.1.1-alpha.47",
"quick-start": "1.0.1-alpha.29",
"stock-price-tool": "1.0.1-alpha.35",
"travel-app": "0.1.1-alpha.19",
"weather-agent": "1.0.1-alpha.7",
"workflow-ai-recruiter": "1.0.1-alpha.10",
"workflow-with-inline-steps": "1.0.1-alpha.10",
"workflow": "1.0.1-alpha.23",
"workflow-with-separate-steps": "1.0.1-alpha.10",
"@mastra/evals": "0.0.0",
"@mastra/playground": "0.0.1",
"@mastra/deployer-cloudflare": "0.0.0",
"@mastra/deployer-netlify": "0.0.0",
"@mastra/deployer-vercel": "0.0.0",
"@mastra/deployer": "0.0.0",
"generate-text-with-deepseek": "0.0.1-alpha.6",
"yc-directory": "1.0.0",
"@mastra/loggers": "0.0.0",
"@mastra/vector-astra": "0.0.0",
"@mastra/vector-chroma": "0.0.0",
Expand All @@ -68,7 +39,6 @@
"@mastra/speech-playai": "0.0.0",
"@mastra/speech-replicate": "0.0.0",
"@mastra/speech-speechify": "0.0.0",
"assistant-ui-starter": "0.1.0",
"@mastra/ragie": "1.0.1-alpha.57"
},
"changesets": [
Expand Down
1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "docs",
"version": "0.1.1-alpha.25",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
4 changes: 1 addition & 3 deletions examples/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "examples-agent",
"type": "module",
"version": "1.0.1-alpha.72",
"private": true,
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"start-deployed": "npx bun src/with-deployed.ts",
"start": "npx bun src/index.ts"
Expand All @@ -15,7 +14,6 @@
"dependencies": {
"@mastra/core": "workspace:*",
"@mastra/deployer-cloudflare": "workspace:*",
"@mastra/rag": "workspace:*",
"zod": "^3.24.0"
}
}
1 change: 0 additions & 1 deletion examples/assistant-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "assistant-ui-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
Expand Down
1 change: 0 additions & 1 deletion examples/basics/agents/agentic-workflows/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "using-a-workflow",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "pnpx tsx index.ts"
Expand Down
1 change: 0 additions & 1 deletion examples/basics/agents/bird-checker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "bird-checker",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "pnpx tsx index.ts"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "hierarchical-multi-agent",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "pnpx tsx index.ts"
Expand Down
1 change: 0 additions & 1 deletion examples/basics/agents/multi-agent-workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "multi-agent-workflow",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "pnpx tsx index.ts"
Expand Down
1 change: 0 additions & 1 deletion examples/basics/agents/system-prompt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "system-prompt",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "pnpx tsx index.ts"
Expand Down
1 change: 0 additions & 1 deletion examples/basics/agents/using-a-tool/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "using-a-tool",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "pnpx tsx index.ts"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "generate-object-structured",
"type": "module",
"version": "0.0.1-alpha.23",
"private": true,
"scripts": {
"start": "pnpx tsx index.ts"
Expand Down
1 change: 0 additions & 1 deletion examples/basics/llms/generate-text-from-image/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "generate-text-from-image",
"type": "module",
"version": "0.0.1-alpha.23",
"private": true,
"scripts": {
"start": "pnpx tsx index.ts"
Expand Down
1 change: 0 additions & 1 deletion examples/basics/llms/generate-text-from-pdf/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "generate-text-from-pdf",
"type": "module",
"version": "0.0.1-alpha.23",
"private": true,
"scripts": {
"start": "pnpx tsx index.ts"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "generate-text-system-prompt",
"type": "module",
"version": "0.0.1-alpha.23",
"private": true,
"scripts": {
"start": "pnpx tsx index.ts"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "generate-text-with-claude",
"type": "module",
"version": "0.0.1-alpha.23",
"private": true,
"scripts": {
"start": "pnpx tsx index.ts"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "generate-text-with-deepseek",
"type": "module",
"version": "0.0.1-alpha.22",
"private": true,
"scripts": {
"start": "pnpx tsx index.ts"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "generate-text-with-gemini",
"type": "module",
"version": "0.0.1-alpha.23",
"private": true,
"scripts": {
"start": "pnpx tsx index.ts"
Expand Down
1 change: 0 additions & 1 deletion examples/basics/llms/generate-text/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "generate-text",
"type": "module",
"version": "0.0.1-alpha.20",
"private": true,
"scripts": {
"start": "pnpx tsx index.ts"
Expand Down
1 change: 0 additions & 1 deletion examples/basics/llms/stream-object-structured/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "stream-object-structured",
"type": "module",
"version": "0.0.1-alpha.23",
"private": true,
"scripts": {
"start": "pnpx tsx index.ts"
Expand Down
1 change: 0 additions & 1 deletion examples/basics/llms/stream-text/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "stream-text",
"type": "module",
"version": "0.0.1-alpha.23",
"private": true,
"scripts": {
"start": "pnpx tsx index.ts"
Expand Down
1 change: 0 additions & 1 deletion examples/basics/rag/adjust-chunk-delimiters/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "adjust-chunk-delimiters",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "pnpx tsx index.ts"
Expand Down
1 change: 0 additions & 1 deletion examples/basics/rag/adjust-chunk-size/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "adjust-chunk-size",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "pnpx tsx index.ts"
Expand Down
1 change: 0 additions & 1 deletion examples/basics/rag/basic-rag/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "basic-rag",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "pnpx tsx index.ts"
Expand Down
1 change: 0 additions & 1 deletion examples/basics/rag/chunk-html/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "chunk-html",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "pnpx tsx index.ts"
Expand Down
1 change: 1 addition & 0 deletions examples/basics/rag/chunk-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "chunk-json",
"type": "module",
"private": true,
"scripts": {
"start": "pnpx tsx index.ts"
},
Expand Down
1 change: 1 addition & 0 deletions examples/basics/rag/chunk-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "chunk-markdown",
"type": "module",
"private": true,
"scripts": {
"start": "pnpx tsx index.ts"
},
Expand Down
1 change: 0 additions & 1 deletion examples/basics/rag/graph-rag/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "graph-rag",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "pnpx tsx index.ts"
Expand Down
1 change: 0 additions & 1 deletion examples/basics/rag/hybrid-vector-search/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "hybrid-vector-search",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "pnpx tsx index.ts"
Expand Down
2 changes: 1 addition & 1 deletion examples/basics/rag/retrieve-results/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "insert-embedding-in-pinecone",
"name": "retrieve-results",
"type": "module",
"scripts": {
"start": "pnpx tsx index.ts"
Expand Down
1 change: 0 additions & 1 deletion examples/bird-checker-with-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "bird-checker-with-express",
"version": "1.0.1-alpha.63",
"description": "",
"type": "module",
"main": "index.js",
Expand Down
1 change: 0 additions & 1 deletion examples/bird-checker-with-nextjs-and-eval/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "bird-checker-with-nextjs-and-eval",
"version": "0.1.1-alpha.60",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
Expand Down
1 change: 0 additions & 1 deletion examples/bird-checker-with-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "bird-checker-with-nextjs",
"version": "0.1.1-alpha.60",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
Expand Down
1 change: 0 additions & 1 deletion examples/crypto-chatbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "ai-chatbot",
"version": "0.1.1-alpha.63",
"private": true,
"scripts": {
"dev": "next dev --turbo",
Expand Down
1 change: 0 additions & 1 deletion examples/integrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "mastra-examples-integrations",
"version": "1.0.1-alpha.57",
"private": true,
"main": "index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion examples/llm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "mastra-examples-llm",
"type": "module",
"version": "1.0.1-alpha.59",
"description": "",
"private": true,
"main": "index.js",
Expand Down
1 change: 0 additions & 1 deletion examples/memory/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "memory",
"type": "module",
"version": "1.0.1-alpha.62",
"description": "",
"private": true,
"main": "index.js",
Expand Down
1 change: 0 additions & 1 deletion examples/openapi-spec-writer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "openapi-spec-writer",
"version": "0.1.1-alpha.71",
"type": "module",
"private": true,
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion examples/quick-start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "quick-start",
"version": "1.0.1-alpha.47",
"description": "",
"private": true,
"main": "index.js",
Expand Down
1 change: 0 additions & 1 deletion examples/stock-price-tool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "stock-price-tool",
"version": "1.0.1-alpha.53",
"main": "index.js",
"type": "module",
"private": true,
Expand Down
1 change: 0 additions & 1 deletion examples/travel-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "travel-app",
"version": "0.1.1-alpha.39",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
Expand Down
1 change: 0 additions & 1 deletion examples/weather-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "weather-agent",
"version": "1.0.1-alpha.25",
"description": "",
"private": true,
"type": "module",
Expand Down
1 change: 0 additions & 1 deletion examples/workflow-ai-recruiter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "workflow-ai-recruiter",
"version": "1.0.1-alpha.28",
"main": "index.js",
"private": true,
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion examples/workflow-with-inline-steps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "workflow-with-inline-steps",
"version": "1.0.1-alpha.28",
"main": "index.js",
"private": true,
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion examples/workflow-with-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "workflow",
"private": true,
"version": "1.0.1-alpha.43",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
1 change: 0 additions & 1 deletion examples/workflow-with-separate-steps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "workflow-with-separate-steps",
"version": "1.0.1-alpha.28",
"main": "index.js",
"private": true,
"scripts": {
Expand Down
Loading

0 comments on commit 99a5f78

Please sign in to comment.