@mastra/server 0.0.0-fix-cloud-peer-deps-20250929-20250929175756 → 0.0.0-fix-cloud-peer-deps-libsql-20250929202200

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/CHANGELOG.md +2 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mastra/server
2
2
 
3
- ## 0.0.0-fix-cloud-peer-deps-20250929-20250929175756
3
+ ## 0.0.0-fix-cloud-peer-deps-libsql-20250929202200
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -15,7 +15,7 @@
15
15
  - Add server apis to get scores by span ([#8237](https://github.com/mastra-ai/mastra/pull/8237))
16
16
 
17
17
  - Updated dependencies [[`dc099b4`](https://github.com/mastra-ai/mastra/commit/dc099b40fb31147ba3f362f98d991892033c4c67), [`504438b`](https://github.com/mastra-ai/mastra/commit/504438b961bde211071186bba63a842c4e3db879), [`b342a68`](https://github.com/mastra-ai/mastra/commit/b342a68e1399cf1ece9ba11bda112db89d21118c), [`7fceb0a`](https://github.com/mastra-ai/mastra/commit/7fceb0a327d678e812f90f5387c5bc4f38bd039e), [`303a9c0`](https://github.com/mastra-ai/mastra/commit/303a9c0d7dd58795915979f06a0512359e4532fb), [`370f8a6`](https://github.com/mastra-ai/mastra/commit/370f8a6480faec70fef18d72e5f7538f27004301), [`809eea0`](https://github.com/mastra-ai/mastra/commit/809eea092fa80c3f69b9eaf078d843b57fd2a88e), [`623ffaf`](https://github.com/mastra-ai/mastra/commit/623ffaf2d969e11e99a0224633cf7b5a0815c857), [`9fc1613`](https://github.com/mastra-ai/mastra/commit/9fc16136400186648880fd990119ac15f7c02ee4), [`61f62aa`](https://github.com/mastra-ai/mastra/commit/61f62aa31bc88fe4ddf8da6240dbcfbeb07358bd), [`db1891a`](https://github.com/mastra-ai/mastra/commit/db1891a4707443720b7cd8a260dc7e1d49b3609c), [`e8f379d`](https://github.com/mastra-ai/mastra/commit/e8f379d390efa264c4e0874f9ac0cf8839b07777), [`3e292ba`](https://github.com/mastra-ai/mastra/commit/3e292ba00837886d5d68a34cbc0d9b703c991883), [`418c136`](https://github.com/mastra-ai/mastra/commit/418c1366843d88e491bca3f87763899ce855ca29), [`c84b7d0`](https://github.com/mastra-ai/mastra/commit/c84b7d093c4657772140cbfd2b15ef72f3315ed5)]:
18
- - @mastra/core@0.0.0-fix-cloud-peer-deps-20250929-20250929175756
18
+ - @mastra/core@0.0.0-fix-cloud-peer-deps-libsql-20250929202200
19
19
 
20
20
  ## 0.18.1-alpha.0
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/server",
3
- "version": "0.0.0-fix-cloud-peer-deps-20250929-20250929175756",
3
+ "version": "0.0.0-fix-cloud-peer-deps-libsql-20250929202200",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -57,7 +57,7 @@
57
57
  "license": "Apache-2.0",
58
58
  "peerDependencies": {
59
59
  "zod": "^3.25.0 || ^4.0.0",
60
- "@mastra/core": "0.0.0-fix-cloud-peer-deps-20250929-20250929175756"
60
+ "@mastra/core": "0.0.0-fix-cloud-peer-deps-libsql-20250929202200"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@ai-sdk/anthropic": "^1.2.12",
@@ -78,11 +78,11 @@
78
78
  "typescript": "^5.8.3",
79
79
  "vitest": "^3.2.4",
80
80
  "zod": "^3.25.76",
81
- "@internal/lint": "0.0.0-fix-cloud-peer-deps-20250929-20250929175756",
81
+ "@mastra/core": "0.0.0-fix-cloud-peer-deps-libsql-20250929202200",
82
82
  "@internal/storage-test-utils": "0.0.38",
83
- "@mastra/core": "0.0.0-fix-cloud-peer-deps-20250929-20250929175756",
84
- "@mastra/agent-builder": "0.0.0-fix-cloud-peer-deps-20250929-20250929175756",
85
- "@internal/types-builder": "0.0.0-fix-cloud-peer-deps-20250929-20250929175756"
83
+ "@mastra/agent-builder": "0.0.0-fix-cloud-peer-deps-libsql-20250929202200",
84
+ "@internal/types-builder": "0.0.0-fix-cloud-peer-deps-libsql-20250929202200",
85
+ "@internal/lint": "0.0.0-fix-cloud-peer-deps-libsql-20250929202200"
86
86
  },
87
87
  "homepage": "https://mastra.ai",
88
88
  "repository": {