@mastra/koa 0.0.0-standard-schema-20260126101119 → 0.0.0-standard-schema-20260126130907
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/CHANGELOG.md +3 -3
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @mastra/koa
|
|
2
2
|
|
|
3
|
-
## 0.0.0-standard-schema-
|
|
3
|
+
## 0.0.0-standard-schema-20260126130907
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
- Fixed route prefix behavior to correctly replace the default /api prefix instead of prepending to it. Previously, setting prefix: '/api/v2' resulted in routes at /api/v2/api/agents. Now routes correctly appear at /api/v2/agents as documented. ([#12221](https://github.com/mastra-ai/mastra/pull/12221))
|
|
12
12
|
|
|
13
13
|
- Updated dependencies [[`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72), [`1cf5d2e`](https://github.com/mastra-ai/mastra/commit/1cf5d2ea1b085be23e34fb506c80c80a4e6d9c2b), [`c0c15b9`](https://github.com/mastra-ai/mastra/commit/c0c15b90f177c54d7d7d24ea9c0efb1d22c31d1e), [`3efbe5a`](https://github.com/mastra-ai/mastra/commit/3efbe5ae20864c4f3143457f4f3ee7dc2fa5ca76), [`a646090`](https://github.com/mastra-ai/mastra/commit/a646090808ed6df5bfc379fd0672c9d15d6ae905), [`56d4097`](https://github.com/mastra-ai/mastra/commit/56d4097ccdb6fada9963eb50e65d67a071d45fd1), [`bc9fa00`](https://github.com/mastra-ai/mastra/commit/bc9fa00859c5c4a796d53a0a5cae46ab4a3072e4), [`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72), [`b94d043`](https://github.com/mastra-ai/mastra/commit/b94d0438ce34101b0279a8e5b1ce8d229b7b0968)]:
|
|
14
|
-
- @mastra/core@0.0.0-standard-schema-
|
|
15
|
-
- @mastra/server@0.0.0-standard-schema-
|
|
14
|
+
- @mastra/core@0.0.0-standard-schema-20260126130907
|
|
15
|
+
- @mastra/server@0.0.0-standard-schema-20260126130907
|
|
16
16
|
|
|
17
17
|
## 1.0.1
|
|
18
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/koa",
|
|
3
|
-
"version": "0.0.0-standard-schema-
|
|
3
|
+
"version": "0.0.0-standard-schema-20260126130907",
|
|
4
4
|
"description": "Mastra Koa adapter for the server",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"license": "Apache-2.0",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@fastify/busboy": "^3.2.0",
|
|
24
|
-
"@mastra/server": "0.0.0-standard-schema-
|
|
24
|
+
"@mastra/server": "0.0.0-standard-schema-20260126130907"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "^20.19.30",
|
|
@@ -35,19 +35,19 @@
|
|
|
35
35
|
"@types/koa-bodyparser": "^4.3.13",
|
|
36
36
|
"@ai-sdk/openai": "^2.0.62",
|
|
37
37
|
"zod": "^3.25.0",
|
|
38
|
-
"@internal/lint": "0.0.0-standard-schema-
|
|
38
|
+
"@internal/lint": "0.0.0-standard-schema-20260126130907",
|
|
39
39
|
"@internal/server-adapter-test-utils": "0.0.2",
|
|
40
|
-
"@mastra/core": "0.0.0-standard-schema-20260126101119",
|
|
41
|
-
"@mastra/evals": "0.0.0-standard-schema-20260126101119",
|
|
42
40
|
"@internal/storage-test-utils": "0.0.51",
|
|
43
|
-
"@mastra/
|
|
44
|
-
"@mastra/libsql": "0.0.0-standard-schema-
|
|
45
|
-
"@mastra/
|
|
46
|
-
"@
|
|
41
|
+
"@mastra/core": "0.0.0-standard-schema-20260126130907",
|
|
42
|
+
"@mastra/libsql": "0.0.0-standard-schema-20260126130907",
|
|
43
|
+
"@mastra/observability": "0.0.0-standard-schema-20260126130907",
|
|
44
|
+
"@mastra/evals": "0.0.0-standard-schema-20260126130907",
|
|
45
|
+
"@mastra/memory": "0.0.0-standard-schema-20260126130907",
|
|
46
|
+
"@internal/types-builder": "0.0.0-standard-schema-20260126130907"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"koa": "^3.0.0",
|
|
50
|
-
"@mastra/core": "0.0.0-standard-schema-
|
|
50
|
+
"@mastra/core": "0.0.0-standard-schema-20260126130907"
|
|
51
51
|
},
|
|
52
52
|
"engines": {
|
|
53
53
|
"node": ">=22.13.0"
|