@mastra/memory 0.0.0-workflow-timeout-issue-20260213181535 → 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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mastra/memory
2
2
 
3
- ## 0.0.0-workflow-timeout-issue-20260213181535
3
+ ## 0.0.0-workflow-timeout-issue-20260220185702
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -45,7 +45,7 @@
45
45
  - Fixed cloneThread not copying working memory to the cloned thread. Thread-scoped working memory is now properly carried over when cloning, and resource-scoped working memory is copied when the clone uses a different resourceId. ([#12833](https://github.com/mastra-ai/mastra/pull/12833))
46
46
 
47
47
  - Updated dependencies [[`7ef618f`](https://github.com/mastra-ai/mastra/commit/7ef618f3c49c27e2f6b27d7f564c557c0734325b), [`b373564`](https://github.com/mastra-ai/mastra/commit/b37356491d43b4d53067f10cb669abaf2502f218), [`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), [`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), [`eb36bd8`](https://github.com/mastra-ai/mastra/commit/eb36bd8c52fcd6ec9674ac3b7a6412405b5983e1), [`3cbf121`](https://github.com/mastra-ai/mastra/commit/3cbf121f55418141924754a83102aade89835947)]:
48
- - @mastra/core@0.0.0-workflow-timeout-issue-20260213181535
48
+ - @mastra/core@0.0.0-workflow-timeout-issue-20260220185702
49
49
 
50
50
  ## 1.2.0
51
51
 
@@ -3,7 +3,7 @@ name: mastra-memory
3
3
  description: Documentation for @mastra/memory. Use when working with @mastra/memory APIs, configuration, or implementation.
4
4
  metadata:
5
5
  package: "@mastra/memory"
6
- version: "0.0.0-workflow-timeout-issue-20260213181535"
6
+ version: "0.0.0-workflow-timeout-issue-20260220185702"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.0-workflow-timeout-issue-20260213181535",
2
+ "version": "0.0.0-workflow-timeout-issue-20260220185702",
3
3
  "package": "@mastra/memory",
4
4
  "exports": {
5
5
  "OBSERVATIONAL_MEMORY_DEFAULTS": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/memory",
3
- "version": "0.0.0-workflow-timeout-issue-20260213181535",
3
+ "version": "0.0.0-workflow-timeout-issue-20260220185702",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -56,16 +56,16 @@
56
56
  "typescript": "^5.9.3",
57
57
  "typescript-eslint": "^8.51.0",
58
58
  "vitest": "4.0.16",
59
- "@internal/ai-sdk-v4": "0.0.0-workflow-timeout-issue-20260213181535",
60
- "@internal/ai-sdk-v5": "0.0.0-workflow-timeout-issue-20260213181535",
61
- "@internal/ai-v6": "0.0.0-workflow-timeout-issue-20260213181535",
62
- "@internal/lint": "0.0.0-workflow-timeout-issue-20260213181535",
63
- "@internal/types-builder": "0.0.0-workflow-timeout-issue-20260213181535",
64
- "@mastra/core": "0.0.0-workflow-timeout-issue-20260213181535"
59
+ "@internal/ai-sdk-v4": "0.0.0-workflow-timeout-issue-20260220185702",
60
+ "@internal/ai-sdk-v5": "0.0.0-workflow-timeout-issue-20260220185702",
61
+ "@internal/ai-v6": "0.0.0-workflow-timeout-issue-20260220185702",
62
+ "@internal/types-builder": "0.0.0-workflow-timeout-issue-20260220185702",
63
+ "@internal/lint": "0.0.0-workflow-timeout-issue-20260220185702",
64
+ "@mastra/core": "0.0.0-workflow-timeout-issue-20260220185702"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "zod": "^3.25.0 || ^4.0.0",
68
- "@mastra/core": "0.0.0-workflow-timeout-issue-20260213181535"
68
+ "@mastra/core": "0.0.0-workflow-timeout-issue-20260220185702"
69
69
  },
70
70
  "homepage": "https://mastra.ai",
71
71
  "repository": {