@mastra/express 0.0.0-workflow-timeout-issue-20260219210834 → 0.0.0-workflow-timeout-issue-20260220185702

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 +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mastra/express
2
2
 
3
- ## 0.0.0-workflow-timeout-issue-20260219210834
3
+ ## 0.0.0-workflow-timeout-issue-20260220185702
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -32,8 +32,8 @@
32
32
  ```
33
33
 
34
34
  - Updated dependencies [[`7ef618f`](https://github.com/mastra-ai/mastra/commit/7ef618f3c49c27e2f6b27d7f564c557c0734325b), [`b373564`](https://github.com/mastra-ai/mastra/commit/b37356491d43b4d53067f10cb669abaf2502f218), [`5fbb1a8`](https://github.com/mastra-ai/mastra/commit/5fbb1a8f68a5953b4c7a60dd6d081c33111223f4), [`b896b41`](https://github.com/mastra-ai/mastra/commit/b896b41343de7fcc14442fb40fe82d189e65bbe2), [`6415277`](https://github.com/mastra-ai/mastra/commit/6415277a438faa00db2af850ead5dee25f40c428), [`0831bbb`](https://github.com/mastra-ai/mastra/commit/0831bbb5bc750c18e9b22b45f18687c964b70828), [`6297864`](https://github.com/mastra-ai/mastra/commit/62978644cd93b0782eae75c9f202fe846e7802d7), [`63f7eda`](https://github.com/mastra-ai/mastra/commit/63f7eda605eb3e0c8c35ee3912ffe7c999c69f69), [`a5b67a3`](https://github.com/mastra-ai/mastra/commit/a5b67a3589a74415feb663a55d1858324a2afde9), [`877b02c`](https://github.com/mastra-ai/mastra/commit/877b02cdbb15e199184c7f2b8f217be8d3ebada7), [`877b02c`](https://github.com/mastra-ai/mastra/commit/877b02cdbb15e199184c7f2b8f217be8d3ebada7), [`d87e96b`](https://github.com/mastra-ai/mastra/commit/d87e96b63cb47f0fe87d9147b915ebd0509f4ca3), [`eb36bd8`](https://github.com/mastra-ai/mastra/commit/eb36bd8c52fcd6ec9674ac3b7a6412405b5983e1), [`3cbf121`](https://github.com/mastra-ai/mastra/commit/3cbf121f55418141924754a83102aade89835947), [`6415277`](https://github.com/mastra-ai/mastra/commit/6415277a438faa00db2af850ead5dee25f40c428)]:
35
- - @mastra/core@0.0.0-workflow-timeout-issue-20260219210834
36
- - @mastra/server@0.0.0-workflow-timeout-issue-20260219210834
35
+ - @mastra/core@0.0.0-workflow-timeout-issue-20260220185702
36
+ - @mastra/server@0.0.0-workflow-timeout-issue-20260220185702
37
37
 
38
38
  ## 1.1.2
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/express",
3
- "version": "0.0.0-workflow-timeout-issue-20260219210834",
3
+ "version": "0.0.0-workflow-timeout-issue-20260220185702",
4
4
  "description": "Mastra Express 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-workflow-timeout-issue-20260219210834"
24
+ "@mastra/server": "0.0.0-workflow-timeout-issue-20260220185702"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^20.19.30",
@@ -37,20 +37,20 @@
37
37
  "zod": "^3.25.0",
38
38
  "swagger-ui-express": "^5.0.1",
39
39
  "@types/swagger-ui-express": "^4.1.8",
40
- "@internal/lint": "0.0.0-workflow-timeout-issue-20260219210834",
40
+ "@internal/lint": "0.0.0-workflow-timeout-issue-20260220185702",
41
41
  "@internal/server-adapter-test-utils": "0.0.4",
42
- "@mastra/core": "0.0.0-workflow-timeout-issue-20260219210834",
43
42
  "@internal/storage-test-utils": "0.0.54",
44
- "@mastra/libsql": "0.0.0-workflow-timeout-issue-20260219210834",
45
- "@mastra/observability": "0.0.0-workflow-timeout-issue-20260219210834",
46
- "@mastra/evals": "0.0.0-workflow-timeout-issue-20260219210834",
47
- "@internal/types-builder": "0.0.0-workflow-timeout-issue-20260219210834",
48
- "@mastra/memory": "0.0.0-workflow-timeout-issue-20260219210834"
43
+ "@mastra/evals": "0.0.0-workflow-timeout-issue-20260220185702",
44
+ "@mastra/core": "0.0.0-workflow-timeout-issue-20260220185702",
45
+ "@mastra/libsql": "0.0.0-workflow-timeout-issue-20260220185702",
46
+ "@mastra/memory": "0.0.0-workflow-timeout-issue-20260220185702",
47
+ "@internal/types-builder": "0.0.0-workflow-timeout-issue-20260220185702",
48
+ "@mastra/observability": "0.0.0-workflow-timeout-issue-20260220185702"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "express": "^5.1.0",
52
52
  "@types/express": "^5.0.5",
53
- "@mastra/core": "0.0.0-workflow-timeout-issue-20260219210834"
53
+ "@mastra/core": "0.0.0-workflow-timeout-issue-20260220185702"
54
54
  },
55
55
  "engines": {
56
56
  "node": ">=22.13.0"