Skip to content

Commit

Permalink
fix package install error
Browse files Browse the repository at this point in the history
  • Loading branch information
YujohnNattrass committed Feb 22, 2025
1 parent a0a6a3c commit 5d5a92e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 6 deletions.
35 changes: 30 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ packages:
- "vector-stores/*"
- "stores/*"
- "speech/*"
- "voice/*"
- "client-sdks/*"
- "!packages/cli/admin"
- "integration-generator/*"
Expand Down
2 changes: 1 addition & 1 deletion speech/speechify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@mastra/core": "workspace:^",
"@speechify/api-sdk": "^1.50.2",
"@speechify/api-sdk": "^2.3.0",
"zod": "^3.24.1"
},
"devDependencies": {
Expand Down

0 comments on commit 5d5a92e

Please # to comment.