@mastra/koa 0.0.0-standard-schema-20260123120255 → 0.0.0-standard-schema-20260126101119

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 +3 -3
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mastra/koa
2
2
 
3
- ## 0.0.0-standard-schema-20260123120255
3
+ ## 0.0.0-standard-schema-20260126101119
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-20260123120255
15
- - @mastra/server@0.0.0-standard-schema-20260123120255
14
+ - @mastra/core@0.0.0-standard-schema-20260126101119
15
+ - @mastra/server@0.0.0-standard-schema-20260126101119
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-20260123120255",
3
+ "version": "0.0.0-standard-schema-20260126101119",
4
4
  "description": "Mastra Koa adapter for the server",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -21,10 +21,10 @@
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
23
  "@fastify/busboy": "^3.2.0",
24
- "@mastra/server": "0.0.0-standard-schema-20260123120255"
24
+ "@mastra/server": "0.0.0-standard-schema-20260126101119"
25
25
  },
26
26
  "devDependencies": {
27
- "@types/node": "^20.19.27",
27
+ "@types/node": "^20.19.30",
28
28
  "eslint": "^9.37.0",
29
29
  "tsup": "^8.5.1",
30
30
  "typescript": "^5.8.3",
@@ -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-20260126101119",
38
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",
39
42
  "@internal/storage-test-utils": "0.0.51",
40
- "@internal/lint": "0.0.0-standard-schema-20260123120255",
41
- "@mastra/core": "0.0.0-standard-schema-20260123120255",
42
- "@mastra/libsql": "0.0.0-standard-schema-20260123120255",
43
- "@mastra/evals": "0.0.0-standard-schema-20260123120255",
44
- "@mastra/observability": "0.0.0-standard-schema-20260123120255",
45
- "@mastra/memory": "0.0.0-standard-schema-20260123120255",
46
- "@internal/types-builder": "0.0.0-standard-schema-20260123120255"
43
+ "@mastra/observability": "0.0.0-standard-schema-20260126101119",
44
+ "@mastra/libsql": "0.0.0-standard-schema-20260126101119",
45
+ "@mastra/memory": "0.0.0-standard-schema-20260126101119",
46
+ "@internal/types-builder": "0.0.0-standard-schema-20260126101119"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "koa": "^3.0.0",
50
- "@mastra/core": "0.0.0-standard-schema-20260123120255"
50
+ "@mastra/core": "0.0.0-standard-schema-20260126101119"
51
51
  },
52
52
  "engines": {
53
53
  "node": ">=22.13.0"