@mastra/deployer-netlify 0.0.0-vector-query-tool-provider-options-20250828222356 → 0.0.0-vector-extension-schema-20250922130418

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 ADDED
@@ -0,0 +1,3706 @@
1
+ # @mastra/deployer-netlify
2
+
3
+ ## 0.0.0-vector-extension-schema-20250922130418
4
+
5
+ ### Patch Changes
6
+
7
+ - dependencies updates: ([#8007](https://github.com/mastra-ai/mastra/pull/8007))
8
+ - Updated dependency [`fs-extra@^11.3.2` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.2) (from `^11.3.1`, in `dependencies`)
9
+
10
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
11
+
12
+ - Updated dependencies [[`288745a`](https://github.com/mastra-ai/mastra/commit/288745a19aa9557db3ab3c877d667ff59f14d79c), [`cf34503`](https://github.com/mastra-ai/mastra/commit/cf345031de4e157f29087946449e60b965e9c8a9), [`6b4b1e4`](https://github.com/mastra-ai/mastra/commit/6b4b1e4235428d39e51cbda9832704c0ba70ab32), [`3469fca`](https://github.com/mastra-ai/mastra/commit/3469fca7bb7e5e19369ff9f7044716a5e4b02585), [`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7), [`d1dc606`](https://github.com/mastra-ai/mastra/commit/d1dc6067b0557a71190b68d56ee15b48c26d2411), [`2d29ad9`](https://github.com/mastra-ai/mastra/commit/2d29ad92763cac02fc1d80c221ac93c39c0c5caf), [`c45298a`](https://github.com/mastra-ai/mastra/commit/c45298a0a0791db35cf79f1199d77004da0704cb), [`c4a8204`](https://github.com/mastra-ai/mastra/commit/c4a82046bfd241d6044e234bc5917d5a01fe6b55), [`d3bd4d4`](https://github.com/mastra-ai/mastra/commit/d3bd4d482a685bbb67bfa89be91c90dca3fa71ad), [`5b1ee71`](https://github.com/mastra-ai/mastra/commit/5b1ee71dc3ac92383226dc1e375642ca5f9b4224)]:
13
+ - @mastra/deployer@0.0.0-vector-extension-schema-20250922130418
14
+ - @mastra/core@0.0.0-vector-extension-schema-20250922130418
15
+
16
+ ## 0.13.2-alpha.1
17
+
18
+ ### Patch Changes
19
+
20
+ - dependencies updates: ([#8007](https://github.com/mastra-ai/mastra/pull/8007))
21
+ - Updated dependency [`fs-extra@^11.3.2` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.2) (from `^11.3.1`, in `dependencies`)
22
+ - Updated dependencies [[`288745a`](https://github.com/mastra-ai/mastra/commit/288745a19aa9557db3ab3c877d667ff59f14d79c), [`c45298a`](https://github.com/mastra-ai/mastra/commit/c45298a0a0791db35cf79f1199d77004da0704cb)]:
23
+ - @mastra/deployer@0.17.2-alpha.1
24
+ - @mastra/core@0.17.2-alpha.1
25
+
26
+ ## 0.13.2-alpha.0
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [[`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7), [`d1dc606`](https://github.com/mastra-ai/mastra/commit/d1dc6067b0557a71190b68d56ee15b48c26d2411), [`d3bd4d4`](https://github.com/mastra-ai/mastra/commit/d3bd4d482a685bbb67bfa89be91c90dca3fa71ad)]:
31
+ - @mastra/core@0.17.2-alpha.0
32
+ - @mastra/deployer@0.17.2-alpha.0
33
+
34
+ ## 0.13.1
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [[`fd00e63`](https://github.com/mastra-ai/mastra/commit/fd00e63759cbcca3473c40cac9843280b0557cff), [`ab610f6`](https://github.com/mastra-ai/mastra/commit/ab610f6f41dbfe6c9502368671485ca7a0aac09b), [`e6bda5f`](https://github.com/mastra-ai/mastra/commit/e6bda5f954ee8493ea18adc1a883f0a5b785ad9b)]:
39
+ - @mastra/core@0.17.1
40
+ - @mastra/deployer@0.17.1
41
+
42
+ ## 0.13.1-alpha.0
43
+
44
+ ### Patch Changes
45
+
46
+ - Updated dependencies [[`fd00e63`](https://github.com/mastra-ai/mastra/commit/fd00e63759cbcca3473c40cac9843280b0557cff), [`ab610f6`](https://github.com/mastra-ai/mastra/commit/ab610f6f41dbfe6c9502368671485ca7a0aac09b), [`e6bda5f`](https://github.com/mastra-ai/mastra/commit/e6bda5f954ee8493ea18adc1a883f0a5b785ad9b)]:
47
+ - @mastra/core@0.17.1-alpha.0
48
+ - @mastra/deployer@0.17.1-alpha.0
49
+
50
+ ## 0.13.0
51
+
52
+ ### Minor Changes
53
+
54
+ - The `IBundler` and subsequently the `IDeployer` interface changed, making the third argument of `bundle()` an object. ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
55
+
56
+ ```diff
57
+ - bundle(entryFile: string, outputDirectory: string, toolsPaths: (string | string[])[]): Promise<void>;
58
+ + bundle(entryFile: string, outputDirectory: string, options: { toolsPaths: (string | string[])[]; projectRoot: string }): Promise<void>;
59
+ ```
60
+
61
+ If you're just using the deployer inside `src/mastra/index.ts` you're safe to upgrade, no changes needed.
62
+
63
+ ### Patch Changes
64
+
65
+ - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
66
+
67
+ - Updated dependencies [[`197cbb2`](https://github.com/mastra-ai/mastra/commit/197cbb248fc8cb4bbf61bf70b770f1388b445df2), [`b1c155b`](https://github.com/mastra-ai/mastra/commit/b1c155b57ce702674f207f1d4c6a4ebf94225f44), [`790f7d1`](https://github.com/mastra-ai/mastra/commit/790f7d17895d7a5f75b6b5d2d794c2e820b99d4c), [`3cd6538`](https://github.com/mastra-ai/mastra/commit/3cd6538811fc94f84a19dbd1064f46cb42e38c1d), [`197cbb2`](https://github.com/mastra-ai/mastra/commit/197cbb248fc8cb4bbf61bf70b770f1388b445df2), [`a1bb887`](https://github.com/mastra-ai/mastra/commit/a1bb887e8bfae44230f487648da72e96ef824561), [`6590763`](https://github.com/mastra-ai/mastra/commit/65907630ef4bf4127067cecd1cb21b56f55d5f1b), [`fb84c21`](https://github.com/mastra-ai/mastra/commit/fb84c21859d09bdc8f158bd5412bdc4b5835a61c), [`5802bf5`](https://github.com/mastra-ai/mastra/commit/5802bf57f6182e4b67c28d7d91abed349a8d14f3), [`5bda53a`](https://github.com/mastra-ai/mastra/commit/5bda53a9747bfa7d876d754fc92c83a06e503f62), [`c2eade3`](https://github.com/mastra-ai/mastra/commit/c2eade3508ef309662f065e5f340d7840295dd53), [`f26a8fd`](https://github.com/mastra-ai/mastra/commit/f26a8fd99fcb0497a5d86c28324430d7f6a5fb83), [`7e82fbf`](https://github.com/mastra-ai/mastra/commit/7e82fbf3715175e274d2015eb59fb7f57dc9b09d), [`222965a`](https://github.com/mastra-ai/mastra/commit/222965a98ce8197b86673ec594244650b5960257), [`6047778`](https://github.com/mastra-ai/mastra/commit/6047778e501df460648f31decddf8e443f36e373), [`a0f5f1c`](https://github.com/mastra-ai/mastra/commit/a0f5f1ca39c3c5c6d26202e9fcab986b4fe14568), [`9d4fc09`](https://github.com/mastra-ai/mastra/commit/9d4fc09b2ad55caa7738c7ceb3a905e454f74cdd), [`05c7abf`](https://github.com/mastra-ai/mastra/commit/05c7abfe105a015b7760c9bf33ff4419727502a0), [`0324ceb`](https://github.com/mastra-ai/mastra/commit/0324ceb8af9d16c12a531f90e575f6aab797ac81), [`d75ccf0`](https://github.com/mastra-ai/mastra/commit/d75ccf06dfd2582b916aa12624e3cd61b279edf1), [`0f9d227`](https://github.com/mastra-ai/mastra/commit/0f9d227890a98db33865abbea39daf407cd55ef7), [`b356f5f`](https://github.com/mastra-ai/mastra/commit/b356f5f7566cb3edb755d91f00b72fc1420b2a37), [`de056a0`](https://github.com/mastra-ai/mastra/commit/de056a02cbb43f6aa0380ab2150ea404af9ec0dd), [`f5ce05f`](https://github.com/mastra-ai/mastra/commit/f5ce05f831d42c69559bf4c0fdb46ccb920fc3a3), [`60c9cec`](https://github.com/mastra-ai/mastra/commit/60c9cec7048a79a87440f7840c383875bd710d93), [`c93532a`](https://github.com/mastra-ai/mastra/commit/c93532a340b80e4dd946d4c138d9381de5f70399), [`6c33d7f`](https://github.com/mastra-ai/mastra/commit/6c33d7f7242804c32e969ad3ab33ff4a6aebda8b), [`6cb1fcb`](https://github.com/mastra-ai/mastra/commit/6cb1fcbc8d0378ffed0d17784c96e68f30cb0272), [`aee4f00`](https://github.com/mastra-ai/mastra/commit/aee4f00e61e1a42e81a6d74ff149dbe69e32695a), [`f0ab020`](https://github.com/mastra-ai/mastra/commit/f0ab02034532a4afb71a1ef4fe243f9a8dffde84), [`9f6f30f`](https://github.com/mastra-ai/mastra/commit/9f6f30f04ec6648bbca798ea8aad59317c40d8db), [`547c621`](https://github.com/mastra-ai/mastra/commit/547c62104af3f7a551b3754e9cbdf0a3fbba15e4), [`897995e`](https://github.com/mastra-ai/mastra/commit/897995e630d572fe2891e7ede817938cabb43251), [`0fed8f2`](https://github.com/mastra-ai/mastra/commit/0fed8f2aa84b167b3415ea6f8f70755775132c8d), [`4f9ea8c`](https://github.com/mastra-ai/mastra/commit/4f9ea8c95ea74ba9abbf3b2ab6106c7d7bc45689), [`1a1fbe6`](https://github.com/mastra-ai/mastra/commit/1a1fbe66efb7d94abc373ed0dd9676adb8122454), [`d706fad`](https://github.com/mastra-ai/mastra/commit/d706fad6e6e4b72357b18d229ba38e6c913c0e70), [`87fd07f`](https://github.com/mastra-ai/mastra/commit/87fd07ff35387a38728967163460231b5d33ae3b), [`8a3f5e4`](https://github.com/mastra-ai/mastra/commit/8a3f5e4212ec36b302957deb4bd47005ab598382), [`5c3768f`](https://github.com/mastra-ai/mastra/commit/5c3768fa959454232ad76715c381f4aac00c6881), [`2685a78`](https://github.com/mastra-ai/mastra/commit/2685a78f224b8b04e20d4fab5ac1adb638190071), [`36f39c0`](https://github.com/mastra-ai/mastra/commit/36f39c00dc794952dc3c11aab91c2fa8bca74b11), [`239b5a4`](https://github.com/mastra-ai/mastra/commit/239b5a497aeae2e8b4d764f46217cfff2284788e), [`8a3f5e4`](https://github.com/mastra-ai/mastra/commit/8a3f5e4212ec36b302957deb4bd47005ab598382)]:
68
+ - @mastra/core@0.17.0
69
+ - @mastra/deployer@0.17.0
70
+
71
+ ## 0.13.0-alpha.1
72
+
73
+ ### Minor Changes
74
+
75
+ - The `IBundler` and subsequently the `IDeployer` interface changed, making the third argument of `bundle()` an object. ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
76
+
77
+ ```diff
78
+ - bundle(entryFile: string, outputDirectory: string, toolsPaths: (string | string[])[]): Promise<void>;
79
+ + bundle(entryFile: string, outputDirectory: string, options: { toolsPaths: (string | string[])[]; projectRoot: string }): Promise<void>;
80
+ ```
81
+
82
+ If you're just using the deployer inside `src/mastra/index.ts` you're safe to upgrade, no changes needed.
83
+
84
+ ### Patch Changes
85
+
86
+ - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
87
+
88
+ - Updated dependencies [[`b1c155b`](https://github.com/mastra-ai/mastra/commit/b1c155b57ce702674f207f1d4c6a4ebf94225f44), [`790f7d1`](https://github.com/mastra-ai/mastra/commit/790f7d17895d7a5f75b6b5d2d794c2e820b99d4c), [`3cd6538`](https://github.com/mastra-ai/mastra/commit/3cd6538811fc94f84a19dbd1064f46cb42e38c1d), [`a1bb887`](https://github.com/mastra-ai/mastra/commit/a1bb887e8bfae44230f487648da72e96ef824561), [`7e82fbf`](https://github.com/mastra-ai/mastra/commit/7e82fbf3715175e274d2015eb59fb7f57dc9b09d), [`a0f5f1c`](https://github.com/mastra-ai/mastra/commit/a0f5f1ca39c3c5c6d26202e9fcab986b4fe14568), [`b356f5f`](https://github.com/mastra-ai/mastra/commit/b356f5f7566cb3edb755d91f00b72fc1420b2a37), [`f5ce05f`](https://github.com/mastra-ai/mastra/commit/f5ce05f831d42c69559bf4c0fdb46ccb920fc3a3), [`9f6f30f`](https://github.com/mastra-ai/mastra/commit/9f6f30f04ec6648bbca798ea8aad59317c40d8db), [`d706fad`](https://github.com/mastra-ai/mastra/commit/d706fad6e6e4b72357b18d229ba38e6c913c0e70), [`8a3f5e4`](https://github.com/mastra-ai/mastra/commit/8a3f5e4212ec36b302957deb4bd47005ab598382), [`5c3768f`](https://github.com/mastra-ai/mastra/commit/5c3768fa959454232ad76715c381f4aac00c6881), [`8a3f5e4`](https://github.com/mastra-ai/mastra/commit/8a3f5e4212ec36b302957deb4bd47005ab598382)]:
89
+ - @mastra/deployer@0.17.0-alpha.3
90
+ - @mastra/core@0.17.0-alpha.3
91
+
92
+ ## 0.12.8-alpha.0
93
+
94
+ ### Patch Changes
95
+
96
+ - Updated dependencies [[`5802bf5`](https://github.com/mastra-ai/mastra/commit/5802bf57f6182e4b67c28d7d91abed349a8d14f3), [`5bda53a`](https://github.com/mastra-ai/mastra/commit/5bda53a9747bfa7d876d754fc92c83a06e503f62), [`f26a8fd`](https://github.com/mastra-ai/mastra/commit/f26a8fd99fcb0497a5d86c28324430d7f6a5fb83), [`f0ab020`](https://github.com/mastra-ai/mastra/commit/f0ab02034532a4afb71a1ef4fe243f9a8dffde84), [`1a1fbe6`](https://github.com/mastra-ai/mastra/commit/1a1fbe66efb7d94abc373ed0dd9676adb8122454), [`36f39c0`](https://github.com/mastra-ai/mastra/commit/36f39c00dc794952dc3c11aab91c2fa8bca74b11)]:
97
+ - @mastra/core@0.16.4-alpha.0
98
+ - @mastra/deployer@0.16.4-alpha.0
99
+
100
+ ## 0.12.7
101
+
102
+ ### Patch Changes
103
+
104
+ - Updated dependencies [[`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`2a6585f`](https://github.com/mastra-ai/mastra/commit/2a6585f7cb71f023f805d521d1c3c95fb9a3aa59), [`3d26e83`](https://github.com/mastra-ai/mastra/commit/3d26e8353a945719028f087cc6ac4b06f0ce27d2), [`dd9119b`](https://github.com/mastra-ai/mastra/commit/dd9119b175a8f389082f75c12750e51f96d65dca), [`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`56e55d1`](https://github.com/mastra-ai/mastra/commit/56e55d1e9eb63e7d9e41aa46e012aae471256812), [`ce1e580`](https://github.com/mastra-ai/mastra/commit/ce1e580f6391e94a0c6816a9c5db0a21566a262f), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed), [`d8c3ba5`](https://github.com/mastra-ai/mastra/commit/d8c3ba516f4173282d293f7e64769cfc8738d360), [`a566c4e`](https://github.com/mastra-ai/mastra/commit/a566c4e92d86c1671707c54359b1d33934f7cc13), [`0666082`](https://github.com/mastra-ai/mastra/commit/06660820230dcb1fa7c1d51c8254107afd68cd67), [`af333aa`](https://github.com/mastra-ai/mastra/commit/af333aa30fe6d1b127024b03a64736c46eddeca2), [`4c81b65`](https://github.com/mastra-ai/mastra/commit/4c81b65a28d128560bdf63bc9b8a1bddd4884812), [`3863c52`](https://github.com/mastra-ai/mastra/commit/3863c52d44b4e5779968b802d977e87adf939d8e), [`6424c7e`](https://github.com/mastra-ai/mastra/commit/6424c7ec38b6921d66212431db1e0958f441b2a7), [`db94750`](https://github.com/mastra-ai/mastra/commit/db94750a41fd29b43eb1f7ce8e97ba8b9978c91b), [`a66a371`](https://github.com/mastra-ai/mastra/commit/a66a3716b00553d7f01842be9deb34f720b10fab), [`69fc3cd`](https://github.com/mastra-ai/mastra/commit/69fc3cd0fd814901785bdcf49bf536ab1e7fd975)]:
105
+ - @mastra/core@0.16.3
106
+ - @mastra/deployer@0.16.3
107
+
108
+ ## 0.12.7-alpha.0
109
+
110
+ ### Patch Changes
111
+
112
+ - Updated dependencies [[`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`dd9119b`](https://github.com/mastra-ai/mastra/commit/dd9119b175a8f389082f75c12750e51f96d65dca), [`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`ce1e580`](https://github.com/mastra-ai/mastra/commit/ce1e580f6391e94a0c6816a9c5db0a21566a262f), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed), [`d8c3ba5`](https://github.com/mastra-ai/mastra/commit/d8c3ba516f4173282d293f7e64769cfc8738d360), [`a566c4e`](https://github.com/mastra-ai/mastra/commit/a566c4e92d86c1671707c54359b1d33934f7cc13), [`0666082`](https://github.com/mastra-ai/mastra/commit/06660820230dcb1fa7c1d51c8254107afd68cd67), [`af333aa`](https://github.com/mastra-ai/mastra/commit/af333aa30fe6d1b127024b03a64736c46eddeca2), [`3863c52`](https://github.com/mastra-ai/mastra/commit/3863c52d44b4e5779968b802d977e87adf939d8e), [`6424c7e`](https://github.com/mastra-ai/mastra/commit/6424c7ec38b6921d66212431db1e0958f441b2a7), [`db94750`](https://github.com/mastra-ai/mastra/commit/db94750a41fd29b43eb1f7ce8e97ba8b9978c91b), [`a66a371`](https://github.com/mastra-ai/mastra/commit/a66a3716b00553d7f01842be9deb34f720b10fab), [`69fc3cd`](https://github.com/mastra-ai/mastra/commit/69fc3cd0fd814901785bdcf49bf536ab1e7fd975)]:
113
+ - @mastra/core@0.16.3-alpha.0
114
+ - @mastra/deployer@0.16.3-alpha.0
115
+
116
+ ## 0.12.6
117
+
118
+ ### Patch Changes
119
+
120
+ - Updated dependencies [[`61926ef`](https://github.com/mastra-ai/mastra/commit/61926ef40d415b805a63527cffe27a50542e15e5)]:
121
+ - @mastra/core@0.16.2
122
+ - @mastra/deployer@0.16.2
123
+
124
+ ## 0.12.6-alpha.0
125
+
126
+ ### Patch Changes
127
+
128
+ - Updated dependencies [[`61926ef`](https://github.com/mastra-ai/mastra/commit/61926ef40d415b805a63527cffe27a50542e15e5)]:
129
+ - @mastra/core@0.16.2-alpha.0
130
+ - @mastra/deployer@0.16.2-alpha.0
131
+
132
+ ## 0.12.5
133
+
134
+ ### Patch Changes
135
+
136
+ - dependencies updates: ([#7544](https://github.com/mastra-ai/mastra/pull/7544))
137
+ - Updated dependency [`fs-extra@^11.3.1` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.1) (from `^11.3.0`, in `dependencies`)
138
+ - Updated dependencies [[`6d6e5dd`](https://github.com/mastra-ai/mastra/commit/6d6e5dd00edd5f4d2f310d347c615aef3ed7f609), [`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`827d876`](https://github.com/mastra-ai/mastra/commit/827d8766f36a900afcaf64a040f7ba76249009b3), [`0662d02`](https://github.com/mastra-ai/mastra/commit/0662d02ef16916e67531890639fcd72c69cfb6e2), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`6189844`](https://github.com/mastra-ai/mastra/commit/61898448e65bda02bb814fb15801a89dc6476938), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`90cab34`](https://github.com/mastra-ai/mastra/commit/90cab347db71359dc5f3d001b1e8d63fd958879a), [`fd9bbfe`](https://github.com/mastra-ai/mastra/commit/fd9bbfee22484f8493582325f53e8171bf8e682b), [`e75360a`](https://github.com/mastra-ai/mastra/commit/e75360a134d722df969777abcf36092fadad1f12), [`7eaf1d1`](https://github.com/mastra-ai/mastra/commit/7eaf1d1cec7e828d7a98efc2a748ac395bbdba3b), [`6f046b5`](https://github.com/mastra-ai/mastra/commit/6f046b5ccc5c8721302a9a61d5d16c12374cc8d7), [`d7a8f59`](https://github.com/mastra-ai/mastra/commit/d7a8f59154b0621aec4f41a6b2ea2b3882f03cb7), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`4dda259`](https://github.com/mastra-ai/mastra/commit/4dda2593b6343f9258671de5fb237aeba3ef6bb7), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e), [`f3427cd`](https://github.com/mastra-ai/mastra/commit/f3427cdaf9eecd63360dfc897a4acbf5f4143a4e), [`defed1c`](https://github.com/mastra-ai/mastra/commit/defed1ca8040cc8d42e645c5a50a1bc52a4918d7), [`6991ced`](https://github.com/mastra-ai/mastra/commit/6991cedcb5a44a49d9fe58ef67926e1f96ba55b1), [`9cb9c42`](https://github.com/mastra-ai/mastra/commit/9cb9c422854ee81074989dd2d8dccc0500ba8d3e), [`f36343e`](https://github.com/mastra-ai/mastra/commit/f36343e02935b9a112a45b2dc3de7b562cc3aa68), [`8334859`](https://github.com/mastra-ai/mastra/commit/83348594d4f37b311ba4a94d679c5f8721d796d4), [`05f13b8`](https://github.com/mastra-ai/mastra/commit/05f13b8fb269ccfc4de98e9db58dbe16eae55a5e)]:
139
+ - @mastra/deployer@0.16.1
140
+ - @mastra/core@0.16.1
141
+
142
+ ## 0.12.5-alpha.0
143
+
144
+ ### Patch Changes
145
+
146
+ - dependencies updates: ([#7544](https://github.com/mastra-ai/mastra/pull/7544))
147
+ - Updated dependency [`fs-extra@^11.3.1` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.1) (from `^11.3.0`, in `dependencies`)
148
+ - Updated dependencies [[`6d6e5dd`](https://github.com/mastra-ai/mastra/commit/6d6e5dd00edd5f4d2f310d347c615aef3ed7f609), [`0662d02`](https://github.com/mastra-ai/mastra/commit/0662d02ef16916e67531890639fcd72c69cfb6e2), [`6189844`](https://github.com/mastra-ai/mastra/commit/61898448e65bda02bb814fb15801a89dc6476938), [`90cab34`](https://github.com/mastra-ai/mastra/commit/90cab347db71359dc5f3d001b1e8d63fd958879a), [`e75360a`](https://github.com/mastra-ai/mastra/commit/e75360a134d722df969777abcf36092fadad1f12), [`d7a8f59`](https://github.com/mastra-ai/mastra/commit/d7a8f59154b0621aec4f41a6b2ea2b3882f03cb7), [`4dda259`](https://github.com/mastra-ai/mastra/commit/4dda2593b6343f9258671de5fb237aeba3ef6bb7), [`defed1c`](https://github.com/mastra-ai/mastra/commit/defed1ca8040cc8d42e645c5a50a1bc52a4918d7), [`6991ced`](https://github.com/mastra-ai/mastra/commit/6991cedcb5a44a49d9fe58ef67926e1f96ba55b1), [`9cb9c42`](https://github.com/mastra-ai/mastra/commit/9cb9c422854ee81074989dd2d8dccc0500ba8d3e), [`8334859`](https://github.com/mastra-ai/mastra/commit/83348594d4f37b311ba4a94d679c5f8721d796d4)]:
149
+ - @mastra/deployer@0.16.1-alpha.0
150
+ - @mastra/core@0.16.1-alpha.0
151
+
152
+ ## 0.12.4
153
+
154
+ ### Patch Changes
155
+
156
+ - 376913a: Update peerdeps
157
+ - Updated dependencies [8fbf79e]
158
+ - Updated dependencies [cf4e353]
159
+ - Updated dependencies [fd83526]
160
+ - Updated dependencies [d0b90ab]
161
+ - Updated dependencies [6f5eb7a]
162
+ - Updated dependencies [a01cf14]
163
+ - Updated dependencies [a9e50ee]
164
+ - Updated dependencies [5397eb4]
165
+ - Updated dependencies [c9f4e4a]
166
+ - Updated dependencies [0acbc80]
167
+ - Updated dependencies [376913a]
168
+ - @mastra/core@0.16.0
169
+ - @mastra/deployer@0.16.0
170
+
171
+ ## 0.12.4-alpha.1
172
+
173
+ ### Patch Changes
174
+
175
+ - 376913a: Update peerdeps
176
+ - Updated dependencies [8fbf79e]
177
+ - Updated dependencies [376913a]
178
+ - @mastra/core@0.16.0-alpha.1
179
+ - @mastra/deployer@0.16.0-alpha.1
180
+
181
+ ## 0.12.4-alpha.0
182
+
183
+ ### Patch Changes
184
+
185
+ - Updated dependencies [cf4e353]
186
+ - Updated dependencies [fd83526]
187
+ - Updated dependencies [d0b90ab]
188
+ - Updated dependencies [6f5eb7a]
189
+ - Updated dependencies [a01cf14]
190
+ - Updated dependencies [a9e50ee]
191
+ - Updated dependencies [5397eb4]
192
+ - Updated dependencies [c9f4e4a]
193
+ - Updated dependencies [0acbc80]
194
+ - @mastra/deployer@0.16.0-alpha.0
195
+ - @mastra/core@0.16.0-alpha.0
196
+
197
+ ## 0.12.3
198
+
199
+ ### Patch Changes
200
+
201
+ - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
202
+ - f0dfcac: updated core peerdep
203
+ - Updated dependencies [ab48c97]
204
+ - Updated dependencies [3e0bd2a]
205
+ - Updated dependencies [2b64943]
206
+ - Updated dependencies [85ef90b]
207
+ - Updated dependencies [aedbbfa]
208
+ - Updated dependencies [ff89505]
209
+ - Updated dependencies [637f323]
210
+ - Updated dependencies [de3cbc6]
211
+ - Updated dependencies [c19bcf7]
212
+ - Updated dependencies [4474d04]
213
+ - Updated dependencies [183dc95]
214
+ - Updated dependencies [a1111e2]
215
+ - Updated dependencies [b42a961]
216
+ - Updated dependencies [71b657b]
217
+ - Updated dependencies [61debef]
218
+ - Updated dependencies [9beaeff]
219
+ - Updated dependencies [29de0e1]
220
+ - Updated dependencies [f643c65]
221
+ - Updated dependencies [00c74e7]
222
+ - Updated dependencies [f0dfcac]
223
+ - Updated dependencies [fef7375]
224
+ - Updated dependencies [6d98856]
225
+ - Updated dependencies [e3d8fea]
226
+ - Updated dependencies [45e4d39]
227
+ - Updated dependencies [9eee594]
228
+ - Updated dependencies [7149d8d]
229
+ - Updated dependencies [822c2e8]
230
+ - Updated dependencies [979912c]
231
+ - Updated dependencies [7dcf4c0]
232
+ - Updated dependencies [4106a58]
233
+ - Updated dependencies [ad78bfc]
234
+ - Updated dependencies [6f715fe]
235
+ - Updated dependencies [48f0742]
236
+ - Updated dependencies [0302f50]
237
+ - Updated dependencies [12adcc8]
238
+ - Updated dependencies [6ac697e]
239
+ - Updated dependencies [74db265]
240
+ - Updated dependencies [0ce418a]
241
+ - Updated dependencies [af90672]
242
+ - Updated dependencies [8387952]
243
+ - Updated dependencies [7f3b8da]
244
+ - Updated dependencies [905352b]
245
+ - Updated dependencies [599d04c]
246
+ - Updated dependencies [a6e2254]
247
+ - Updated dependencies [56041d0]
248
+ - Updated dependencies [3412597]
249
+ - Updated dependencies [5eca5d2]
250
+ - Updated dependencies [8f22a2c]
251
+ - Updated dependencies [f2cda47]
252
+ - Updated dependencies [5de1555]
253
+ - Updated dependencies [cfd377a]
254
+ - Updated dependencies [1ed5a3e]
255
+ - Updated dependencies [03d0c39]
256
+ - @mastra/core@0.15.3
257
+ - @mastra/deployer@0.15.3
258
+
259
+ ## 0.12.3-alpha.2
260
+
261
+ ### Patch Changes
262
+
263
+ - [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
264
+
265
+ - Updated dependencies [[`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3), [`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
266
+ - @mastra/deployer@0.15.3-alpha.7
267
+ - @mastra/core@0.15.3-alpha.7
268
+
269
+ ## 0.12.3-alpha.1
270
+
271
+ ### Patch Changes
272
+
273
+ - [#7343](https://github.com/mastra-ai/mastra/pull/7343) [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e) Thanks [@LekoArts](https://github.com/LekoArts)! - Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
274
+
275
+ - Updated dependencies [[`2b64943`](https://github.com/mastra-ai/mastra/commit/2b64943a282c99988c2e5b6e1269bfaca60e6fe3), [`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
276
+ - @mastra/deployer@0.15.3-alpha.5
277
+ - @mastra/core@0.15.3-alpha.5
278
+
279
+ ## 0.12.3-alpha.0
280
+
281
+ ### Patch Changes
282
+
283
+ - Updated dependencies [[`00c74e7`](https://github.com/mastra-ai/mastra/commit/00c74e73b1926be0d475693bb886fb67a22ff352), [`6f715fe`](https://github.com/mastra-ai/mastra/commit/6f715fe524296e1138a319e56bcf8e4214bd5dd5), [`af90672`](https://github.com/mastra-ai/mastra/commit/af906722d8da28688882193b1e531026f9e2e81e), [`a6e2254`](https://github.com/mastra-ai/mastra/commit/a6e225469159950bb69e8d240d510ec57dc0d79a), [`56041d0`](https://github.com/mastra-ai/mastra/commit/56041d018863a3da6b98c512e47348647c075fb3), [`5de1555`](https://github.com/mastra-ai/mastra/commit/5de15554d3d6695211945a36928f6657e76cddc9), [`1ed5a3e`](https://github.com/mastra-ai/mastra/commit/1ed5a3e19330374c4347a4237cd2f4b9ffb60376)]:
284
+ - @mastra/core@0.15.3-alpha.0
285
+ - @mastra/deployer@0.15.3-alpha.0
286
+
287
+ ## 0.12.2
288
+
289
+ ### Patch Changes
290
+
291
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
292
+
293
+ - Updated dependencies [[`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430)]:
294
+ - @mastra/deployer@0.15.2
295
+ - @mastra/core@0.15.2
296
+
297
+ ## 0.12.1
298
+
299
+ ### Patch Changes
300
+
301
+ - [`95b2aa9`](https://github.com/mastra-ai/mastra/commit/95b2aa908230919e67efcac0d69005a2d5745298) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdeps @mastra/core
302
+
303
+ - Updated dependencies [[`95b2aa9`](https://github.com/mastra-ai/mastra/commit/95b2aa908230919e67efcac0d69005a2d5745298)]:
304
+ - @mastra/deployer@0.15.1
305
+ - @mastra/core@0.15.1
306
+
307
+ ## 0.12.0
308
+
309
+ ### Minor Changes
310
+
311
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
312
+
313
+ - [#7032](https://github.com/mastra-ai/mastra/pull/7032) [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump zod peerdep to 3.25.0 to support both v3/v4
314
+
315
+ ### Patch Changes
316
+
317
+ - [#6942](https://github.com/mastra-ai/mastra/pull/6942) [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01) Thanks [@wardpeet](https://github.com/wardpeet)! - Add zod as peerdeps for all packages
318
+
319
+ - Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`e9a36bd`](https://github.com/mastra-ai/mastra/commit/e9a36bd03ed032528b60186a318f563ebf59c01a), [`2b38a60`](https://github.com/mastra-ai/mastra/commit/2b38a60da0c1153028d8241c7748b41c5fb81121), [`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`681252d`](https://github.com/mastra-ai/mastra/commit/681252d20e57fcee6821377dea96cacab3bc230f), [`01be5d3`](https://github.com/mastra-ai/mastra/commit/01be5d358fad8faa101e5c69dfa54562c02cc0af), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`2a96802`](https://github.com/mastra-ai/mastra/commit/2a96802f76790ebb86a1bcb254398dccf27e5479), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`2e58325`](https://github.com/mastra-ai/mastra/commit/2e58325beb170f5b92f856e27d915cd26917e5e6), [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c), [`de24804`](https://github.com/mastra-ai/mastra/commit/de248044e79b407d211b339ce3ed4dc6e1630704), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
320
+ - @mastra/core@0.15.0
321
+ - @mastra/deployer@0.15.0
322
+
323
+ ## 0.12.0-alpha.3
324
+
325
+ ### Minor Changes
326
+
327
+ - [#7032](https://github.com/mastra-ai/mastra/pull/7032) [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump zod peerdep to 3.25.0 to support both v3/v4
328
+
329
+ ### Patch Changes
330
+
331
+ - Updated dependencies [[`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c)]:
332
+ - @mastra/deployer@0.15.0-alpha.4
333
+ - @mastra/core@0.15.0-alpha.4
334
+
335
+ ## 0.12.0-alpha.2
336
+
337
+ ### Minor Changes
338
+
339
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
340
+
341
+ ### Patch Changes
342
+
343
+ - Updated dependencies [[`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec)]:
344
+ - @mastra/deployer@0.15.0-alpha.3
345
+ - @mastra/core@0.15.0-alpha.3
346
+
347
+ ## 0.11.16-alpha.1
348
+
349
+ ### Patch Changes
350
+
351
+ - [#6942](https://github.com/mastra-ai/mastra/pull/6942) [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01) Thanks [@wardpeet](https://github.com/wardpeet)! - Add zod as peerdeps for all packages
352
+
353
+ - Updated dependencies [[`2b38a60`](https://github.com/mastra-ai/mastra/commit/2b38a60da0c1153028d8241c7748b41c5fb81121), [`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`681252d`](https://github.com/mastra-ai/mastra/commit/681252d20e57fcee6821377dea96cacab3bc230f), [`01be5d3`](https://github.com/mastra-ai/mastra/commit/01be5d358fad8faa101e5c69dfa54562c02cc0af), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01)]:
354
+ - @mastra/deployer@0.14.2-alpha.1
355
+ - @mastra/core@0.14.2-alpha.1
356
+
357
+ ## 0.11.16-alpha.0
358
+
359
+ ### Patch Changes
360
+
361
+ - Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`e9a36bd`](https://github.com/mastra-ai/mastra/commit/e9a36bd03ed032528b60186a318f563ebf59c01a), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`de24804`](https://github.com/mastra-ai/mastra/commit/de248044e79b407d211b339ce3ed4dc6e1630704), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
362
+ - @mastra/core@0.14.2-alpha.0
363
+ - @mastra/deployer@0.14.2-alpha.0
364
+
365
+ ## 0.11.15
366
+
367
+ ### Patch Changes
368
+
369
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`4c8956f`](https://github.com/mastra-ai/mastra/commit/4c8956f3110ccf39595e022f127a44a0a5c09c86), [`0f00e17`](https://github.com/mastra-ai/mastra/commit/0f00e172953ccdccadb35ed3d70f5e4d89115869), [`217cd7a`](https://github.com/mastra-ai/mastra/commit/217cd7a4ce171e9a575c41bb8c83300f4db03236), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
370
+ - @mastra/core@0.14.1
371
+ - @mastra/deployer@0.14.1
372
+
373
+ ## 0.11.15-alpha.0
374
+
375
+ ### Patch Changes
376
+
377
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`4c8956f`](https://github.com/mastra-ai/mastra/commit/4c8956f3110ccf39595e022f127a44a0a5c09c86), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
378
+ - @mastra/core@0.14.1-alpha.0
379
+ - @mastra/deployer@0.14.1-alpha.0
380
+
381
+ ## 0.11.14
382
+
383
+ ### Patch Changes
384
+
385
+ - 03997ae: Update peerdeps
386
+ - Updated dependencies [227c7e6]
387
+ - Updated dependencies [12cae67]
388
+ - Updated dependencies [bca2ba3]
389
+ - Updated dependencies [fd3a3eb]
390
+ - Updated dependencies [022f3a2]
391
+ - Updated dependencies [6faaee5]
392
+ - Updated dependencies [4232b14]
393
+ - Updated dependencies [6313063]
394
+ - Updated dependencies [a89de7e]
395
+ - Updated dependencies [96518cc]
396
+ - Updated dependencies [5a37d0c]
397
+ - Updated dependencies [4bde0cb]
398
+ - Updated dependencies [cf4f357]
399
+ - Updated dependencies [c712849]
400
+ - Updated dependencies [04dcd66]
401
+ - Updated dependencies [03997ae]
402
+ - Updated dependencies [ad888a2]
403
+ - Updated dependencies [481751d]
404
+ - Updated dependencies [2454423]
405
+ - Updated dependencies [194e395]
406
+ - Updated dependencies [a9916bd]
407
+ - Updated dependencies [a722c0b]
408
+ - Updated dependencies [c30bca8]
409
+ - Updated dependencies [95e1330]
410
+ - Updated dependencies [33eb340]
411
+ - Updated dependencies [3b5fec7]
412
+ - Updated dependencies [a8f129d]
413
+ - Updated dependencies [6dfc4a6]
414
+ - @mastra/core@0.14.0
415
+ - @mastra/deployer@0.14.0
416
+
417
+ ## 0.11.14-alpha.2
418
+
419
+ ### Patch Changes
420
+
421
+ - 03997ae: Update peerdeps
422
+ - Updated dependencies [03997ae]
423
+ - @mastra/deployer@0.14.0-alpha.7
424
+ - @mastra/core@0.14.0-alpha.7
425
+
426
+ ## 0.11.14-alpha.1
427
+
428
+ ### Patch Changes
429
+
430
+ - Updated dependencies [bca2ba3]
431
+ - Updated dependencies [6faaee5]
432
+ - Updated dependencies [4232b14]
433
+ - Updated dependencies [6313063]
434
+ - Updated dependencies [a89de7e]
435
+ - Updated dependencies [cf4f357]
436
+ - Updated dependencies [a722c0b]
437
+ - Updated dependencies [3b5fec7]
438
+ - Updated dependencies [6dfc4a6]
439
+ - @mastra/deployer@0.14.0-alpha.1
440
+ - @mastra/core@0.14.0-alpha.1
441
+
442
+ ## 0.11.14-alpha.0
443
+
444
+ ### Patch Changes
445
+
446
+ - Updated dependencies [c30bca8]
447
+ - @mastra/core@0.13.3-alpha.0
448
+ - @mastra/deployer@0.13.3-alpha.0
449
+
450
+ ## 0.11.13
451
+
452
+ ### Patch Changes
453
+
454
+ - Updated dependencies [d5330bf]
455
+ - Updated dependencies [aaf0224]
456
+ - Updated dependencies [2e74797]
457
+ - Updated dependencies [42cb4e9]
458
+ - Updated dependencies [8388649]
459
+ - Updated dependencies [a239d41]
460
+ - Updated dependencies [dd94a26]
461
+ - Updated dependencies [3ba6772]
462
+ - Updated dependencies [96169cc]
463
+ - Updated dependencies [b5cf2a3]
464
+ - Updated dependencies [2fff911]
465
+ - Updated dependencies [b32c50d]
466
+ - Updated dependencies [c6d2603]
467
+ - Updated dependencies [63449d0]
468
+ - Updated dependencies [121a3f8]
469
+ - Updated dependencies [ce04175]
470
+ - Updated dependencies [ec510e7]
471
+ - @mastra/core@0.13.2
472
+ - @mastra/deployer@0.13.2
473
+
474
+ ## 0.11.13-alpha.0
475
+
476
+ ### Patch Changes
477
+
478
+ - Updated dependencies [8388649]
479
+ - Updated dependencies [dd94a26]
480
+ - Updated dependencies [3ba6772]
481
+ - Updated dependencies [2fff911]
482
+ - @mastra/core@0.13.2-alpha.0
483
+ - @mastra/deployer@0.13.2-alpha.0
484
+
485
+ ## 0.11.12
486
+
487
+ ### Patch Changes
488
+
489
+ - Updated dependencies [cd0042e]
490
+ - @mastra/core@0.13.1
491
+ - @mastra/deployer@0.13.1
492
+
493
+ ## 0.11.12-alpha.0
494
+
495
+ ### Patch Changes
496
+
497
+ - Updated dependencies [cd0042e]
498
+ - @mastra/core@0.13.1-alpha.0
499
+ - @mastra/deployer@0.13.1-alpha.0
500
+
501
+ ## 0.11.11
502
+
503
+ ### Patch Changes
504
+
505
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
506
+ - Updated dependencies [cb36de0]
507
+ - Updated dependencies [d0496e6]
508
+ - Updated dependencies [7b8172f]
509
+ - Updated dependencies [cb36de0]
510
+ - Updated dependencies [d0496e6]
511
+ - Updated dependencies [a82b851]
512
+ - Updated dependencies [ea0c5f2]
513
+ - Updated dependencies [41a0a0e]
514
+ - Updated dependencies [2871020]
515
+ - Updated dependencies [94f4812]
516
+ - Updated dependencies [e202b82]
517
+ - Updated dependencies [e00f6a0]
518
+ - Updated dependencies [4a406ec]
519
+ - Updated dependencies [b0e43c1]
520
+ - Updated dependencies [5d377e5]
521
+ - Updated dependencies [1fb812e]
522
+ - Updated dependencies [35c5798]
523
+ - @mastra/core@0.13.0
524
+ - @mastra/deployer@0.13.0
525
+
526
+ ## 0.11.11-alpha.2
527
+
528
+ ### Patch Changes
529
+
530
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
531
+ - Updated dependencies [cb36de0]
532
+ - Updated dependencies [cb36de0]
533
+ - Updated dependencies [a82b851]
534
+ - Updated dependencies [41a0a0e]
535
+ - Updated dependencies [2871020]
536
+ - Updated dependencies [4a406ec]
537
+ - Updated dependencies [5d377e5]
538
+ - @mastra/core@0.13.0-alpha.2
539
+ - @mastra/deployer@0.13.0-alpha.2
540
+
541
+ ## 0.11.11-alpha.1
542
+
543
+ ### Patch Changes
544
+
545
+ - Updated dependencies [7b8172f]
546
+ - Updated dependencies [ea0c5f2]
547
+ - Updated dependencies [b0e43c1]
548
+ - Updated dependencies [1fb812e]
549
+ - Updated dependencies [35c5798]
550
+ - @mastra/deployer@0.13.0-alpha.1
551
+ - @mastra/core@0.13.0-alpha.1
552
+
553
+ ## 0.11.11-alpha.0
554
+
555
+ ### Patch Changes
556
+
557
+ - Updated dependencies [94f4812]
558
+ - Updated dependencies [e202b82]
559
+ - Updated dependencies [e00f6a0]
560
+ - @mastra/core@0.12.2-alpha.0
561
+ - @mastra/deployer@0.12.2-alpha.0
562
+
563
+ ## 0.11.10
564
+
565
+ ### Patch Changes
566
+
567
+ - Updated dependencies [33dcb07]
568
+ - Updated dependencies [d0d9500]
569
+ - Updated dependencies [d30b1a0]
570
+ - Updated dependencies [bff87f7]
571
+ - Updated dependencies [07fe7a2]
572
+ - Updated dependencies [b4a8df0]
573
+ - @mastra/core@0.12.1
574
+ - @mastra/deployer@0.12.1
575
+
576
+ ## 0.11.10-alpha.0
577
+
578
+ ### Patch Changes
579
+
580
+ - Updated dependencies [33dcb07]
581
+ - Updated dependencies [d30b1a0]
582
+ - Updated dependencies [bff87f7]
583
+ - Updated dependencies [07fe7a2]
584
+ - Updated dependencies [b4a8df0]
585
+ - @mastra/core@0.12.1-alpha.0
586
+ - @mastra/deployer@0.12.1-alpha.0
587
+
588
+ ## 0.11.9
589
+
590
+ ### Patch Changes
591
+
592
+ - bc6b44a: Extract tools import from `createHonoServer`; the function now receives tools via a prop on the `options` parameter.
593
+ - f42c4c2: update peer deps for packages to latest core range
594
+ - Updated dependencies [510e2c8]
595
+ - Updated dependencies [2f72fb2]
596
+ - Updated dependencies [27cc97a]
597
+ - Updated dependencies [832691b]
598
+ - Updated dependencies [557bb9d]
599
+ - Updated dependencies [27cc97a]
600
+ - Updated dependencies [3f89307]
601
+ - Updated dependencies [9eda7d4]
602
+ - Updated dependencies [9d49408]
603
+ - Updated dependencies [bc6b44a]
604
+ - Updated dependencies [41daa63]
605
+ - Updated dependencies [ad0a58b]
606
+ - Updated dependencies [254a36b]
607
+ - Updated dependencies [2ecf658]
608
+ - Updated dependencies [7a7754f]
609
+ - Updated dependencies [fc92d80]
610
+ - Updated dependencies [e0f73c6]
611
+ - Updated dependencies [0b89602]
612
+ - Updated dependencies [4d37822]
613
+ - Updated dependencies [23a6a7c]
614
+ - Updated dependencies [cda801d]
615
+ - Updated dependencies [a77c823]
616
+ - Updated dependencies [ff9c125]
617
+ - Updated dependencies [09bca64]
618
+ - Updated dependencies [9802f42]
619
+ - Updated dependencies [d5cc460]
620
+ - Updated dependencies [f42c4c2]
621
+ - Updated dependencies [b8efbb9]
622
+ - Updated dependencies [71466e7]
623
+ - Updated dependencies [0c99fbe]
624
+ - @mastra/core@0.12.0
625
+ - @mastra/deployer@0.12.0
626
+
627
+ ## 0.11.9-alpha.1
628
+
629
+ ### Patch Changes
630
+
631
+ - f42c4c2: update peer deps for packages to latest core range
632
+ - Updated dependencies [f42c4c2]
633
+ - @mastra/deployer@0.12.0-alpha.5
634
+ - @mastra/core@0.12.0-alpha.5
635
+
636
+ ## 0.11.9-alpha.0
637
+
638
+ ### Patch Changes
639
+
640
+ - bc6b44a: Extract tools import from `createHonoServer`; the function now receives tools via a prop on the `options` parameter.
641
+ - Updated dependencies [510e2c8]
642
+ - Updated dependencies [2f72fb2]
643
+ - Updated dependencies [832691b]
644
+ - Updated dependencies [557bb9d]
645
+ - Updated dependencies [3f89307]
646
+ - Updated dependencies [9eda7d4]
647
+ - Updated dependencies [9d49408]
648
+ - Updated dependencies [bc6b44a]
649
+ - Updated dependencies [2ecf658]
650
+ - Updated dependencies [7a7754f]
651
+ - Updated dependencies [fc92d80]
652
+ - Updated dependencies [23a6a7c]
653
+ - Updated dependencies [09bca64]
654
+ - @mastra/core@0.12.0-alpha.0
655
+ - @mastra/deployer@0.12.0-alpha.0
656
+
657
+ ## 0.11.8
658
+
659
+ ### Patch Changes
660
+
661
+ - 1a45f3a: Fix peerdeps
662
+
663
+ ## 0.11.7
664
+
665
+ ### Patch Changes
666
+
667
+ - Updated dependencies [f248d53]
668
+ - Updated dependencies [82c6860]
669
+ - Updated dependencies [2affc57]
670
+ - Updated dependencies [66e13e3]
671
+ - Updated dependencies [edd9482]
672
+ - Updated dependencies [0938991]
673
+ - Updated dependencies [18344d7]
674
+ - Updated dependencies [7ba91fa]
675
+ - Updated dependencies [a512ede]
676
+ - Updated dependencies [35b1155]
677
+ - Updated dependencies [9d372c2]
678
+ - Updated dependencies [45469c5]
679
+ - Updated dependencies [40c2525]
680
+ - Updated dependencies [e473f27]
681
+ - Updated dependencies [032cb66]
682
+ - Updated dependencies [6f50efd]
683
+ - Updated dependencies [24eb25c]
684
+ - Updated dependencies [bf6903e]
685
+ - Updated dependencies [703ac71]
686
+ - Updated dependencies [a723d69]
687
+ - Updated dependencies [7827943]
688
+ - Updated dependencies [4c06f06]
689
+ - Updated dependencies [5889a31]
690
+ - Updated dependencies [bf1e7e7]
691
+ - Updated dependencies [65e3395]
692
+ - Updated dependencies [9de6f58]
693
+ - Updated dependencies [4933192]
694
+ - Updated dependencies [d1c77a4]
695
+ - Updated dependencies [bea9dd1]
696
+ - Updated dependencies [7983e53]
697
+ - Updated dependencies [dcd4802]
698
+ - Updated dependencies [cbddd18]
699
+ - Updated dependencies [7ba91fa]
700
+ - Updated dependencies [15ce274]
701
+ - @mastra/core@0.11.0
702
+ - @mastra/deployer@0.11.0
703
+
704
+ ## 0.11.7-alpha.0
705
+
706
+ ### Patch Changes
707
+
708
+ - Updated dependencies [0938991]
709
+ - Updated dependencies [6f50efd]
710
+ - Updated dependencies [bf6903e]
711
+ - Updated dependencies [7827943]
712
+ - Updated dependencies [bf1e7e7]
713
+ - Updated dependencies [cbddd18]
714
+ - @mastra/deployer@0.11.0-alpha.0
715
+ - @mastra/core@0.11.0-alpha.0
716
+
717
+ ## 0.11.6
718
+
719
+ ### Patch Changes
720
+
721
+ - Updated dependencies [7776324]
722
+ - Updated dependencies [0b56518]
723
+ - Updated dependencies [db5cc15]
724
+ - Updated dependencies [2ba5b76]
725
+ - Updated dependencies [7b57e2c]
726
+ - Updated dependencies [5237998]
727
+ - Updated dependencies [c3a30de]
728
+ - Updated dependencies [37c1acd]
729
+ - Updated dependencies [1aa60b1]
730
+ - Updated dependencies [89ec9d4]
731
+ - Updated dependencies [cf3a184]
732
+ - Updated dependencies [fe4bbd4]
733
+ - Updated dependencies [d6bfd60]
734
+ - Updated dependencies [626b0f4]
735
+ - Updated dependencies [c22a91f]
736
+ - Updated dependencies [f7403ab]
737
+ - Updated dependencies [6c89d7f]
738
+ - @mastra/deployer@0.10.15
739
+ - @mastra/core@0.10.15
740
+
741
+ ## 0.11.6-alpha.0
742
+
743
+ ### Patch Changes
744
+
745
+ - Updated dependencies [7776324]
746
+ - Updated dependencies [db5cc15]
747
+ - Updated dependencies [7b57e2c]
748
+ - Updated dependencies [5237998]
749
+ - Updated dependencies [37c1acd]
750
+ - Updated dependencies [1aa60b1]
751
+ - Updated dependencies [89ec9d4]
752
+ - Updated dependencies [626b0f4]
753
+ - Updated dependencies [c22a91f]
754
+ - Updated dependencies [f7403ab]
755
+ - Updated dependencies [6c89d7f]
756
+ - @mastra/deployer@0.10.15-alpha.0
757
+ - @mastra/core@0.10.15-alpha.0
758
+
759
+ ## 0.11.5
760
+
761
+ ### Patch Changes
762
+
763
+ - Updated dependencies [b4a9811]
764
+ - Updated dependencies [4d5583d]
765
+ - Updated dependencies [53e3f58]
766
+ - @mastra/core@0.10.12
767
+ - @mastra/deployer@0.10.12
768
+
769
+ ## 0.11.5-alpha.0
770
+
771
+ ### Patch Changes
772
+
773
+ - Updated dependencies [b4a9811]
774
+ - Updated dependencies [53e3f58]
775
+ - @mastra/core@0.10.12-alpha.0
776
+ - @mastra/deployer@0.10.12-alpha.0
777
+
778
+ ## 0.11.4
779
+
780
+ ### Patch Changes
781
+
782
+ - Updated dependencies [2873c7f]
783
+ - Updated dependencies [1c1c6a1]
784
+ - Updated dependencies [bc40cdd]
785
+ - Updated dependencies [2873c7f]
786
+ - Updated dependencies [1c1c6a1]
787
+ - Updated dependencies [d9b26b5]
788
+ - Updated dependencies [f8ce2cc]
789
+ - Updated dependencies [8c846b6]
790
+ - Updated dependencies [c7bbf1e]
791
+ - Updated dependencies [8722d53]
792
+ - Updated dependencies [565cc0c]
793
+ - Updated dependencies [b790fd1]
794
+ - Updated dependencies [132027f]
795
+ - Updated dependencies [0c85311]
796
+ - Updated dependencies [d7ed04d]
797
+ - Updated dependencies [18ca936]
798
+ - Updated dependencies [cb16baf]
799
+ - Updated dependencies [40cd025]
800
+ - Updated dependencies [f36e4f1]
801
+ - Updated dependencies [7f6e403]
802
+ - @mastra/core@0.10.11
803
+ - @mastra/deployer@0.10.11
804
+
805
+ ## 0.11.4-alpha.0
806
+
807
+ ### Patch Changes
808
+
809
+ - Updated dependencies [bc40cdd]
810
+ - Updated dependencies [f8ce2cc]
811
+ - Updated dependencies [8c846b6]
812
+ - Updated dependencies [b790fd1]
813
+ - Updated dependencies [d7ed04d]
814
+ - Updated dependencies [f36e4f1]
815
+ - @mastra/deployer@0.10.11-alpha.0
816
+ - @mastra/core@0.10.11-alpha.0
817
+
818
+ ## 0.11.3
819
+
820
+ ### Patch Changes
821
+
822
+ - Updated dependencies [6e13b80]
823
+ - Updated dependencies [6997af1]
824
+ - Updated dependencies [4d3fbdf]
825
+ - @mastra/deployer@0.10.10
826
+ - @mastra/core@0.10.10
827
+
828
+ ## 0.11.3-alpha.0
829
+
830
+ ### Patch Changes
831
+
832
+ - Updated dependencies [6e13b80]
833
+ - Updated dependencies [4d3fbdf]
834
+ - @mastra/deployer@0.10.10-alpha.0
835
+ - @mastra/core@0.10.10-alpha.0
836
+
837
+ ## 0.11.2
838
+
839
+ ### Patch Changes
840
+
841
+ - Updated dependencies [9dda1ac]
842
+ - Updated dependencies [9dda1ac]
843
+ - Updated dependencies [c984582]
844
+ - Updated dependencies [7e801dd]
845
+ - Updated dependencies [a606c75]
846
+ - Updated dependencies [7aa70a4]
847
+ - Updated dependencies [764f86a]
848
+ - Updated dependencies [1760a1c]
849
+ - Updated dependencies [038e5ae]
850
+ - Updated dependencies [7dda16a]
851
+ - Updated dependencies [6f87544]
852
+ - Updated dependencies [5ebfcdd]
853
+ - Updated dependencies [81a1b3b]
854
+ - Updated dependencies [b2d0c91]
855
+ - Updated dependencies [4e809ad]
856
+ - Updated dependencies [57929df]
857
+ - Updated dependencies [7e801dd]
858
+ - Updated dependencies [b7852ed]
859
+ - Updated dependencies [6320a61]
860
+ - @mastra/core@0.10.9
861
+ - @mastra/deployer@0.10.9
862
+
863
+ ## 0.11.2-alpha.0
864
+
865
+ ### Patch Changes
866
+
867
+ - Updated dependencies [9dda1ac]
868
+ - Updated dependencies [9dda1ac]
869
+ - Updated dependencies [c984582]
870
+ - Updated dependencies [7e801dd]
871
+ - Updated dependencies [a606c75]
872
+ - Updated dependencies [7aa70a4]
873
+ - Updated dependencies [764f86a]
874
+ - Updated dependencies [1760a1c]
875
+ - Updated dependencies [038e5ae]
876
+ - Updated dependencies [7dda16a]
877
+ - Updated dependencies [6f87544]
878
+ - Updated dependencies [5ebfcdd]
879
+ - Updated dependencies [81a1b3b]
880
+ - Updated dependencies [b2d0c91]
881
+ - Updated dependencies [4e809ad]
882
+ - Updated dependencies [57929df]
883
+ - Updated dependencies [7e801dd]
884
+ - Updated dependencies [b7852ed]
885
+ - Updated dependencies [6320a61]
886
+ - @mastra/core@0.10.9-alpha.0
887
+ - @mastra/deployer@0.10.9-alpha.0
888
+
889
+ ## 0.11.1
890
+
891
+ ### Patch Changes
892
+
893
+ - Updated dependencies [b8f16b2]
894
+ - Updated dependencies [3e04487]
895
+ - Updated dependencies [a344ac7]
896
+ - Updated dependencies [dc4ca0a]
897
+ - @mastra/core@0.10.8
898
+ - @mastra/deployer@0.10.8
899
+
900
+ ## 0.11.1-alpha.1
901
+
902
+ ### Patch Changes
903
+
904
+ - Updated dependencies [b8f16b2]
905
+ - Updated dependencies [3e04487]
906
+ - Updated dependencies [dc4ca0a]
907
+ - @mastra/core@0.10.8-alpha.1
908
+ - @mastra/deployer@0.10.8-alpha.1
909
+
910
+ ## 0.11.1-alpha.0
911
+
912
+ ### Patch Changes
913
+
914
+ - Updated dependencies [a344ac7]
915
+ - @mastra/deployer@0.10.8-alpha.0
916
+ - @mastra/core@0.10.8-alpha.0
917
+
918
+ ## 0.11.0
919
+
920
+ ### Minor Changes
921
+
922
+ - 3df52d1: fix deployers netlify and vercel on both cli and git integrations, improve DX
923
+
924
+ ### Patch Changes
925
+
926
+ - 8e1b6e9: dependencies updates:
927
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
928
+ - Updated dependencies [8e1b6e9]
929
+ - Updated dependencies [36cd0f1]
930
+ - Updated dependencies [2eab82b]
931
+ - Updated dependencies [15e9d26]
932
+ - Updated dependencies [d1baedb]
933
+ - Updated dependencies [d8f2d19]
934
+ - Updated dependencies [9bf1d55]
935
+ - Updated dependencies [4d21bf2]
936
+ - Updated dependencies [914684e]
937
+ - Updated dependencies [07d6d88]
938
+ - Updated dependencies [9d52b17]
939
+ - Updated dependencies [2097952]
940
+ - Updated dependencies [792c4c0]
941
+ - Updated dependencies [5d74aab]
942
+ - Updated dependencies [5d74aab]
943
+ - Updated dependencies [17903a3]
944
+ - Updated dependencies [a8b194f]
945
+ - Updated dependencies [4fb0cc2]
946
+ - Updated dependencies [d2a7a31]
947
+ - Updated dependencies [502fe05]
948
+ - Updated dependencies [144eb0b]
949
+ - Updated dependencies [8ba1b51]
950
+ - Updated dependencies [10a4f10]
951
+ - Updated dependencies [4efcfa0]
952
+ - Updated dependencies [0e17048]
953
+ - @mastra/deployer@0.10.7
954
+ - @mastra/core@0.10.7
955
+
956
+ ## 0.11.0-alpha.5
957
+
958
+ ### Patch Changes
959
+
960
+ - @mastra/core@0.10.7-alpha.5
961
+ - @mastra/deployer@0.10.7-alpha.5
962
+
963
+ ## 0.11.0-alpha.4
964
+
965
+ ### Patch Changes
966
+
967
+ - Updated dependencies [a8b194f]
968
+ - @mastra/core@0.10.7-alpha.4
969
+ - @mastra/deployer@0.10.7-alpha.4
970
+
971
+ ## 0.11.0-alpha.3
972
+
973
+ ### Minor Changes
974
+
975
+ - 3df52d1: fix deployers netlify and vercel on both cli and git integrations, improve DX
976
+
977
+ ### Patch Changes
978
+
979
+ - Updated dependencies [792c4c0]
980
+ - Updated dependencies [502fe05]
981
+ - Updated dependencies [10a4f10]
982
+ - Updated dependencies [4efcfa0]
983
+ - @mastra/core@0.10.7-alpha.3
984
+ - @mastra/deployer@0.10.7-alpha.3
985
+
986
+ ## 0.10.7-alpha.2
987
+
988
+ ### Patch Changes
989
+
990
+ - 8e1b6e9: dependencies updates:
991
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
992
+ - Updated dependencies [8e1b6e9]
993
+ - Updated dependencies [36cd0f1]
994
+ - Updated dependencies [2eab82b]
995
+ - Updated dependencies [15e9d26]
996
+ - Updated dependencies [9bf1d55]
997
+ - Updated dependencies [914684e]
998
+ - Updated dependencies [07d6d88]
999
+ - Updated dependencies [5d74aab]
1000
+ - Updated dependencies [5d74aab]
1001
+ - Updated dependencies [17903a3]
1002
+ - Updated dependencies [144eb0b]
1003
+ - @mastra/deployer@0.10.7-alpha.2
1004
+ - @mastra/core@0.10.7-alpha.2
1005
+
1006
+ ## 0.10.7-alpha.1
1007
+
1008
+ ### Patch Changes
1009
+
1010
+ - Updated dependencies [d1baedb]
1011
+ - Updated dependencies [4d21bf2]
1012
+ - Updated dependencies [2097952]
1013
+ - Updated dependencies [4fb0cc2]
1014
+ - Updated dependencies [d2a7a31]
1015
+ - Updated dependencies [0e17048]
1016
+ - @mastra/core@0.10.7-alpha.1
1017
+ - @mastra/deployer@0.10.7-alpha.1
1018
+
1019
+ ## 0.10.7-alpha.0
1020
+
1021
+ ### Patch Changes
1022
+
1023
+ - Updated dependencies [d8f2d19]
1024
+ - Updated dependencies [9d52b17]
1025
+ - Updated dependencies [8ba1b51]
1026
+ - @mastra/core@0.10.7-alpha.0
1027
+ - @mastra/deployer@0.10.7-alpha.0
1028
+
1029
+ ## 0.10.6
1030
+
1031
+ ### Patch Changes
1032
+
1033
+ - 63f6b7d: dependencies updates:
1034
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
1035
+ - Removed dependency [`netlify-cli@^19.1.7` ↗︎](https://www.npmjs.com/package/netlify-cli/v/19.1.7) (from `dependencies`)
1036
+ - Updated dependencies [63f6b7d]
1037
+ - Updated dependencies [4051477]
1038
+ - Updated dependencies [2d12edd]
1039
+ - Updated dependencies [63f6b7d]
1040
+ - Updated dependencies [c28ed65]
1041
+ - Updated dependencies [12a95fc]
1042
+ - Updated dependencies [79b9909]
1043
+ - Updated dependencies [4b0f8a6]
1044
+ - Updated dependencies [51264a5]
1045
+ - Updated dependencies [8e6f677]
1046
+ - Updated dependencies [d70c420]
1047
+ - Updated dependencies [ee9af57]
1048
+ - Updated dependencies [ec7f824]
1049
+ - Updated dependencies [36f1c36]
1050
+ - Updated dependencies [084f6aa]
1051
+ - Updated dependencies [2a16996]
1052
+ - Updated dependencies [10d352e]
1053
+ - Updated dependencies [9589624]
1054
+ - Updated dependencies [3270d9d]
1055
+ - Updated dependencies [53d3c37]
1056
+ - Updated dependencies [751c894]
1057
+ - Updated dependencies [577ce3a]
1058
+ - Updated dependencies [9260b3a]
1059
+ - @mastra/core@0.10.6
1060
+ - @mastra/deployer@0.10.6
1061
+
1062
+ ## 0.10.6-alpha.5
1063
+
1064
+ ### Patch Changes
1065
+
1066
+ - Updated dependencies [12a95fc]
1067
+ - Updated dependencies [51264a5]
1068
+ - Updated dependencies [8e6f677]
1069
+ - @mastra/core@0.10.6-alpha.5
1070
+ - @mastra/deployer@0.10.6-alpha.5
1071
+
1072
+ ## 0.10.6-alpha.4
1073
+
1074
+ ### Patch Changes
1075
+
1076
+ - Updated dependencies [79b9909]
1077
+ - Updated dependencies [084f6aa]
1078
+ - Updated dependencies [9589624]
1079
+ - @mastra/deployer@0.10.6-alpha.4
1080
+ - @mastra/core@0.10.6-alpha.4
1081
+
1082
+ ## 0.10.6-alpha.3
1083
+
1084
+ ### Patch Changes
1085
+
1086
+ - Updated dependencies [4051477]
1087
+ - Updated dependencies [c28ed65]
1088
+ - Updated dependencies [d70c420]
1089
+ - Updated dependencies [2a16996]
1090
+ - @mastra/deployer@0.10.6-alpha.3
1091
+ - @mastra/core@0.10.6-alpha.3
1092
+
1093
+ ## 0.10.6-alpha.2
1094
+
1095
+ ### Patch Changes
1096
+
1097
+ - Updated dependencies [4b0f8a6]
1098
+ - Updated dependencies [ec7f824]
1099
+ - @mastra/core@0.10.6-alpha.2
1100
+ - @mastra/deployer@0.10.6-alpha.2
1101
+
1102
+ ## 0.10.6-alpha.1
1103
+
1104
+ ### Patch Changes
1105
+
1106
+ - Updated dependencies [ee9af57]
1107
+ - Updated dependencies [3270d9d]
1108
+ - Updated dependencies [751c894]
1109
+ - Updated dependencies [577ce3a]
1110
+ - Updated dependencies [9260b3a]
1111
+ - @mastra/deployer@0.10.6-alpha.1
1112
+ - @mastra/core@0.10.6-alpha.1
1113
+
1114
+ ## 0.10.6-alpha.0
1115
+
1116
+ ### Patch Changes
1117
+
1118
+ - 63f6b7d: dependencies updates:
1119
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
1120
+ - Removed dependency [`netlify-cli@^19.1.7` ↗︎](https://www.npmjs.com/package/netlify-cli/v/19.1.7) (from `dependencies`)
1121
+ - Updated dependencies [63f6b7d]
1122
+ - Updated dependencies [2d12edd]
1123
+ - Updated dependencies [63f6b7d]
1124
+ - Updated dependencies [36f1c36]
1125
+ - Updated dependencies [10d352e]
1126
+ - Updated dependencies [53d3c37]
1127
+ - @mastra/core@0.10.6-alpha.0
1128
+ - @mastra/deployer@0.10.6-alpha.0
1129
+
1130
+ ## 0.10.5
1131
+
1132
+ ### Patch Changes
1133
+
1134
+ - Updated dependencies [8725d02]
1135
+ - Updated dependencies [13c97f9]
1136
+ - Updated dependencies [105f872]
1137
+ - @mastra/deployer@0.10.5
1138
+ - @mastra/core@0.10.5
1139
+
1140
+ ## 0.10.4
1141
+
1142
+ ### Patch Changes
1143
+
1144
+ - d90c49f: dependencies updates:
1145
+ - Updated dependency [`execa@^9.6.0` ↗︎](https://www.npmjs.com/package/execa/v/9.6.0) (from `^9.5.2`, in `dependencies`)
1146
+ - Updated dependency [`netlify-cli@^19.1.7` ↗︎](https://www.npmjs.com/package/netlify-cli/v/19.1.7) (from `^19.0.3`, in `dependencies`)
1147
+ - 1ccccff: dependencies updates:
1148
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1149
+ - 1ccccff: dependencies updates:
1150
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1151
+ - Updated dependencies [d1ed912]
1152
+ - Updated dependencies [d1ed912]
1153
+ - Updated dependencies [f595975]
1154
+ - Updated dependencies [d90c49f]
1155
+ - Updated dependencies [1ccccff]
1156
+ - Updated dependencies [1ccccff]
1157
+ - Updated dependencies [afd9fda]
1158
+ - Updated dependencies [f6fd25f]
1159
+ - Updated dependencies [dffb67b]
1160
+ - Updated dependencies [f1f1f1b]
1161
+ - Updated dependencies [925ab94]
1162
+ - Updated dependencies [9597ee5]
1163
+ - Updated dependencies [f9816ae]
1164
+ - Updated dependencies [82090c1]
1165
+ - Updated dependencies [69f6101]
1166
+ - Updated dependencies [1b443fd]
1167
+ - Updated dependencies [ce97900]
1168
+ - Updated dependencies [514fdde]
1169
+ - Updated dependencies [f1309d3]
1170
+ - Updated dependencies [bebd27c]
1171
+ - Updated dependencies [14a2566]
1172
+ - Updated dependencies [f7f8293]
1173
+ - Updated dependencies [48eddb9]
1174
+ - @mastra/core@0.10.4
1175
+ - @mastra/deployer@0.10.4
1176
+
1177
+ ## 0.10.4-alpha.3
1178
+
1179
+ ### Patch Changes
1180
+
1181
+ - Updated dependencies [925ab94]
1182
+ - @mastra/core@0.10.4-alpha.3
1183
+ - @mastra/deployer@0.10.4-alpha.3
1184
+
1185
+ ## 0.10.4-alpha.2
1186
+
1187
+ ### Patch Changes
1188
+
1189
+ - Updated dependencies [48eddb9]
1190
+ - @mastra/core@0.10.4-alpha.2
1191
+ - @mastra/deployer@0.10.4-alpha.2
1192
+
1193
+ ## 0.10.4-alpha.1
1194
+
1195
+ ### Patch Changes
1196
+
1197
+ - d90c49f: dependencies updates:
1198
+ - Updated dependency [`execa@^9.6.0` ↗︎](https://www.npmjs.com/package/execa/v/9.6.0) (from `^9.5.2`, in `dependencies`)
1199
+ - Updated dependency [`netlify-cli@^19.1.7` ↗︎](https://www.npmjs.com/package/netlify-cli/v/19.1.7) (from `^19.0.3`, in `dependencies`)
1200
+ - 1ccccff: dependencies updates:
1201
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1202
+ - 1ccccff: dependencies updates:
1203
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1204
+ - Updated dependencies [d90c49f]
1205
+ - Updated dependencies [1ccccff]
1206
+ - Updated dependencies [1ccccff]
1207
+ - Updated dependencies [f6fd25f]
1208
+ - Updated dependencies [dffb67b]
1209
+ - Updated dependencies [9597ee5]
1210
+ - Updated dependencies [514fdde]
1211
+ - Updated dependencies [f1309d3]
1212
+ - Updated dependencies [bebd27c]
1213
+ - Updated dependencies [f7f8293]
1214
+ - @mastra/deployer@0.10.4-alpha.1
1215
+ - @mastra/core@0.10.4-alpha.1
1216
+
1217
+ ## 0.10.4-alpha.0
1218
+
1219
+ ### Patch Changes
1220
+
1221
+ - Updated dependencies [d1ed912]
1222
+ - Updated dependencies [d1ed912]
1223
+ - Updated dependencies [f595975]
1224
+ - Updated dependencies [afd9fda]
1225
+ - Updated dependencies [f1f1f1b]
1226
+ - Updated dependencies [f9816ae]
1227
+ - Updated dependencies [82090c1]
1228
+ - Updated dependencies [69f6101]
1229
+ - Updated dependencies [1b443fd]
1230
+ - Updated dependencies [ce97900]
1231
+ - Updated dependencies [14a2566]
1232
+ - @mastra/core@0.10.4-alpha.0
1233
+ - @mastra/deployer@0.10.4-alpha.0
1234
+
1235
+ ## 0.10.3
1236
+
1237
+ ### Patch Changes
1238
+
1239
+ - Updated dependencies [2b0fc7e]
1240
+ - @mastra/core@0.10.3
1241
+ - @mastra/deployer@0.10.3
1242
+
1243
+ ## 0.10.3-alpha.0
1244
+
1245
+ ### Patch Changes
1246
+
1247
+ - Updated dependencies [2b0fc7e]
1248
+ - @mastra/core@0.10.3-alpha.0
1249
+ - @mastra/deployer@0.10.3-alpha.0
1250
+
1251
+ ## 0.10.2
1252
+
1253
+ ### Patch Changes
1254
+
1255
+ - f0d559f: Fix peerdeps for alpha channel
1256
+ - Updated dependencies [ee77e78]
1257
+ - Updated dependencies [592a2db]
1258
+ - Updated dependencies [e5dc18d]
1259
+ - Updated dependencies [ab5adbe]
1260
+ - Updated dependencies [e8d2aff]
1261
+ - Updated dependencies [1e8bb40]
1262
+ - Updated dependencies [1b5fc55]
1263
+ - Updated dependencies [195c428]
1264
+ - Updated dependencies [f73e11b]
1265
+ - Updated dependencies [37643b8]
1266
+ - Updated dependencies [99fd6cf]
1267
+ - Updated dependencies [1fcc048]
1268
+ - Updated dependencies [c5bf1ce]
1269
+ - Updated dependencies [f946acf]
1270
+ - Updated dependencies [add596e]
1271
+ - Updated dependencies [8dc94d8]
1272
+ - Updated dependencies [ecebbeb]
1273
+ - Updated dependencies [4187ed4]
1274
+ - Updated dependencies [79d5145]
1275
+ - Updated dependencies [12b7002]
1276
+ - Updated dependencies [f0d559f]
1277
+ - Updated dependencies [2901125]
1278
+ - @mastra/core@0.10.2
1279
+ - @mastra/deployer@0.10.2
1280
+
1281
+ ## 0.10.2-alpha.8
1282
+
1283
+ ### Patch Changes
1284
+
1285
+ - Updated dependencies [37643b8]
1286
+ - Updated dependencies [79d5145]
1287
+ - @mastra/core@0.10.2-alpha.8
1288
+ - @mastra/deployer@0.10.2-alpha.8
1289
+
1290
+ ## 0.10.2-alpha.7
1291
+
1292
+ ### Patch Changes
1293
+
1294
+ - @mastra/deployer@0.10.2-alpha.7
1295
+ - @mastra/core@0.10.2-alpha.7
1296
+
1297
+ ## 0.10.2-alpha.6
1298
+
1299
+ ### Patch Changes
1300
+
1301
+ - Updated dependencies [99fd6cf]
1302
+ - Updated dependencies [1fcc048]
1303
+ - Updated dependencies [8dc94d8]
1304
+ - @mastra/core@0.10.2-alpha.6
1305
+ - @mastra/deployer@0.10.2-alpha.6
1306
+
1307
+ ## 0.10.2-alpha.5
1308
+
1309
+ ### Patch Changes
1310
+
1311
+ - Updated dependencies [1b5fc55]
1312
+ - Updated dependencies [add596e]
1313
+ - Updated dependencies [ecebbeb]
1314
+ - @mastra/core@0.10.2-alpha.5
1315
+ - @mastra/deployer@0.10.2-alpha.5
1316
+
1317
+ ## 0.10.2-alpha.4
1318
+
1319
+ ### Patch Changes
1320
+
1321
+ - Updated dependencies [c5bf1ce]
1322
+ - Updated dependencies [12b7002]
1323
+ - @mastra/core@0.10.2-alpha.4
1324
+ - @mastra/deployer@0.10.2-alpha.4
1325
+
1326
+ ## 0.10.2-alpha.3
1327
+
1328
+ ### Patch Changes
1329
+
1330
+ - Updated dependencies [ab5adbe]
1331
+ - Updated dependencies [195c428]
1332
+ - Updated dependencies [f73e11b]
1333
+ - Updated dependencies [f946acf]
1334
+ - @mastra/core@0.10.2-alpha.3
1335
+ - @mastra/deployer@0.10.2-alpha.3
1336
+
1337
+ ## 0.10.2-alpha.2
1338
+
1339
+ ### Patch Changes
1340
+
1341
+ - f0d559f: Fix peerdeps for alpha channel
1342
+ - Updated dependencies [e8d2aff]
1343
+ - Updated dependencies [1e8bb40]
1344
+ - Updated dependencies [4187ed4]
1345
+ - Updated dependencies [f0d559f]
1346
+ - @mastra/deployer@0.10.2-alpha.2
1347
+ - @mastra/core@0.10.2-alpha.2
1348
+
1349
+ ## 0.10.2-alpha.1
1350
+
1351
+ ### Patch Changes
1352
+
1353
+ - Updated dependencies [ee77e78]
1354
+ - Updated dependencies [2901125]
1355
+ - @mastra/core@0.10.2-alpha.1
1356
+ - @mastra/deployer@0.10.2-alpha.1
1357
+
1358
+ ## 0.10.2-alpha.0
1359
+
1360
+ ### Patch Changes
1361
+
1362
+ - Updated dependencies [592a2db]
1363
+ - Updated dependencies [e5dc18d]
1364
+ - @mastra/core@0.10.2-alpha.0
1365
+ - @mastra/deployer@0.10.2-alpha.0
1366
+
1367
+ ## 0.10.1
1368
+
1369
+ ### Patch Changes
1370
+
1371
+ - d70b807: Improve storage.init
1372
+ - Updated dependencies [d70b807]
1373
+ - Updated dependencies [6d16390]
1374
+ - Updated dependencies [1e4a421]
1375
+ - Updated dependencies [200d0da]
1376
+ - Updated dependencies [bed0916]
1377
+ - Updated dependencies [bf5f17b]
1378
+ - Updated dependencies [5343f93]
1379
+ - Updated dependencies [38aee50]
1380
+ - Updated dependencies [5c41100]
1381
+ - Updated dependencies [d6a759b]
1382
+ - Updated dependencies [fe68410]
1383
+ - Updated dependencies [6015bdf]
1384
+ - @mastra/core@0.10.1
1385
+ - @mastra/deployer@0.10.1
1386
+
1387
+ ## 0.10.1-alpha.3
1388
+
1389
+ ### Patch Changes
1390
+
1391
+ - d70b807: Improve storage.init
1392
+ - Updated dependencies [d70b807]
1393
+ - @mastra/core@0.10.1-alpha.3
1394
+ - @mastra/deployer@0.10.1-alpha.3
1395
+
1396
+ ## 0.10.1-alpha.2
1397
+
1398
+ ### Patch Changes
1399
+
1400
+ - Updated dependencies [fe68410]
1401
+ - Updated dependencies [6015bdf]
1402
+ - @mastra/deployer@0.10.1-alpha.2
1403
+ - @mastra/core@0.10.1-alpha.2
1404
+
1405
+ ## 0.10.1-alpha.1
1406
+
1407
+ ### Patch Changes
1408
+
1409
+ - Updated dependencies [200d0da]
1410
+ - Updated dependencies [bed0916]
1411
+ - Updated dependencies [bf5f17b]
1412
+ - Updated dependencies [5343f93]
1413
+ - Updated dependencies [38aee50]
1414
+ - Updated dependencies [5c41100]
1415
+ - Updated dependencies [d6a759b]
1416
+ - @mastra/core@0.10.1-alpha.1
1417
+ - @mastra/deployer@0.10.1-alpha.1
1418
+
1419
+ ## 0.10.1-alpha.0
1420
+
1421
+ ### Patch Changes
1422
+
1423
+ - Updated dependencies [6d16390]
1424
+ - Updated dependencies [1e4a421]
1425
+ - @mastra/deployer@0.10.1-alpha.0
1426
+ - @mastra/core@0.10.1-alpha.0
1427
+
1428
+ ## 0.10.0
1429
+
1430
+ ### Minor Changes
1431
+
1432
+ - 83da932: Move @mastra/core to peerdeps
1433
+
1434
+ ### Patch Changes
1435
+
1436
+ - Updated dependencies [b3a3d63]
1437
+ - Updated dependencies [344f453]
1438
+ - Updated dependencies [0a3ae6d]
1439
+ - Updated dependencies [95911be]
1440
+ - Updated dependencies [83da932]
1441
+ - Updated dependencies [f53a6ac]
1442
+ - Updated dependencies [5eb5a99]
1443
+ - Updated dependencies [7e632c5]
1444
+ - Updated dependencies [1e9fbfa]
1445
+ - Updated dependencies [eabdcd9]
1446
+ - Updated dependencies [90be034]
1447
+ - Updated dependencies [8d9feae]
1448
+ - Updated dependencies [aaf0e48]
1449
+ - Updated dependencies [99f050a]
1450
+ - Updated dependencies [d0ee3c6]
1451
+ - Updated dependencies [b2ae5aa]
1452
+ - Updated dependencies [48e5910]
1453
+ - Updated dependencies [23f258c]
1454
+ - Updated dependencies [a7292b0]
1455
+ - Updated dependencies [0dcb9f0]
1456
+ - Updated dependencies [2672a05]
1457
+ - @mastra/deployer@0.10.0
1458
+ - @mastra/core@0.10.0
1459
+
1460
+ ## 0.2.0-alpha.1
1461
+
1462
+ ### Minor Changes
1463
+
1464
+ - 83da932: Move @mastra/core to peerdeps
1465
+
1466
+ ### Patch Changes
1467
+
1468
+ - Updated dependencies [b3a3d63]
1469
+ - Updated dependencies [344f453]
1470
+ - Updated dependencies [0a3ae6d]
1471
+ - Updated dependencies [95911be]
1472
+ - Updated dependencies [83da932]
1473
+ - Updated dependencies [5eb5a99]
1474
+ - Updated dependencies [7e632c5]
1475
+ - Updated dependencies [1e9fbfa]
1476
+ - Updated dependencies [8d9feae]
1477
+ - Updated dependencies [b2ae5aa]
1478
+ - Updated dependencies [a7292b0]
1479
+ - Updated dependencies [0dcb9f0]
1480
+ - @mastra/deployer@0.4.0-alpha.1
1481
+ - @mastra/core@0.10.0-alpha.1
1482
+
1483
+ ## 0.1.24-alpha.0
1484
+
1485
+ ### Patch Changes
1486
+
1487
+ - Updated dependencies [f53a6ac]
1488
+ - Updated dependencies [eabdcd9]
1489
+ - Updated dependencies [90be034]
1490
+ - Updated dependencies [aaf0e48]
1491
+ - Updated dependencies [99f050a]
1492
+ - Updated dependencies [d0ee3c6]
1493
+ - Updated dependencies [48e5910]
1494
+ - Updated dependencies [23f258c]
1495
+ - Updated dependencies [2672a05]
1496
+ - @mastra/core@0.9.5-alpha.0
1497
+ - @mastra/deployer@0.3.5-alpha.0
1498
+
1499
+ ## 0.1.23
1500
+
1501
+ ### Patch Changes
1502
+
1503
+ - Updated dependencies [396be50]
1504
+ - Updated dependencies [ab80e7e]
1505
+ - Updated dependencies [5c70b8a]
1506
+ - Updated dependencies [c3bd795]
1507
+ - Updated dependencies [da082f8]
1508
+ - Updated dependencies [a5810ce]
1509
+ - Updated dependencies [3e9c131]
1510
+ - Updated dependencies [3171b5b]
1511
+ - Updated dependencies [03c40d1]
1512
+ - Updated dependencies [cb1f698]
1513
+ - Updated dependencies [973e5ac]
1514
+ - Updated dependencies [daf942f]
1515
+ - Updated dependencies [0b8b868]
1516
+ - Updated dependencies [9e1eff5]
1517
+ - Updated dependencies [6fa1ad1]
1518
+ - Updated dependencies [c28d7a0]
1519
+ - Updated dependencies [edf1e88]
1520
+ - @mastra/core@0.9.4
1521
+ - @mastra/deployer@0.3.4
1522
+
1523
+ ## 0.1.23-alpha.4
1524
+
1525
+ ### Patch Changes
1526
+
1527
+ - Updated dependencies [5c70b8a]
1528
+ - Updated dependencies [3e9c131]
1529
+ - @mastra/deployer@0.3.4-alpha.4
1530
+ - @mastra/core@0.9.4-alpha.4
1531
+
1532
+ ## 0.1.23-alpha.3
1533
+
1534
+ ### Patch Changes
1535
+
1536
+ - Updated dependencies [396be50]
1537
+ - Updated dependencies [c3bd795]
1538
+ - Updated dependencies [da082f8]
1539
+ - Updated dependencies [a5810ce]
1540
+ - @mastra/core@0.9.4-alpha.3
1541
+ - @mastra/deployer@0.3.4-alpha.3
1542
+
1543
+ ## 0.1.23-alpha.2
1544
+
1545
+ ### Patch Changes
1546
+
1547
+ - Updated dependencies [3171b5b]
1548
+ - Updated dependencies [03c40d1]
1549
+ - Updated dependencies [973e5ac]
1550
+ - Updated dependencies [9e1eff5]
1551
+ - @mastra/core@0.9.4-alpha.2
1552
+ - @mastra/deployer@0.3.4-alpha.2
1553
+
1554
+ ## 0.1.23-alpha.1
1555
+
1556
+ ### Patch Changes
1557
+
1558
+ - Updated dependencies [ab80e7e]
1559
+ - Updated dependencies [6fa1ad1]
1560
+ - Updated dependencies [c28d7a0]
1561
+ - Updated dependencies [edf1e88]
1562
+ - @mastra/core@0.9.4-alpha.1
1563
+ - @mastra/deployer@0.3.4-alpha.1
1564
+
1565
+ ## 0.1.23-alpha.0
1566
+
1567
+ ### Patch Changes
1568
+
1569
+ - Updated dependencies [cb1f698]
1570
+ - Updated dependencies [daf942f]
1571
+ - Updated dependencies [0b8b868]
1572
+ - @mastra/deployer@0.3.4-alpha.0
1573
+ - @mastra/core@0.9.4-alpha.0
1574
+
1575
+ ## 0.1.22
1576
+
1577
+ ### Patch Changes
1578
+
1579
+ - Updated dependencies [e450778]
1580
+ - Updated dependencies [8902157]
1581
+ - Updated dependencies [ca0dc88]
1582
+ - Updated dependencies [526c570]
1583
+ - Updated dependencies [d7a6a33]
1584
+ - Updated dependencies [9cd1a46]
1585
+ - Updated dependencies [b5d2de0]
1586
+ - Updated dependencies [644f8ad]
1587
+ - Updated dependencies [70dbf51]
1588
+ - @mastra/core@0.9.3
1589
+ - @mastra/deployer@0.3.3
1590
+
1591
+ ## 0.1.22-alpha.1
1592
+
1593
+ ### Patch Changes
1594
+
1595
+ - Updated dependencies [e450778]
1596
+ - Updated dependencies [8902157]
1597
+ - Updated dependencies [ca0dc88]
1598
+ - Updated dependencies [9cd1a46]
1599
+ - Updated dependencies [70dbf51]
1600
+ - @mastra/core@0.9.3-alpha.1
1601
+ - @mastra/deployer@0.3.3-alpha.1
1602
+
1603
+ ## 0.1.22-alpha.0
1604
+
1605
+ ### Patch Changes
1606
+
1607
+ - Updated dependencies [526c570]
1608
+ - Updated dependencies [b5d2de0]
1609
+ - Updated dependencies [644f8ad]
1610
+ - @mastra/core@0.9.3-alpha.0
1611
+ - @mastra/deployer@0.3.3-alpha.0
1612
+
1613
+ ## 0.1.21
1614
+
1615
+ ### Patch Changes
1616
+
1617
+ - 2cf3b8f: dependencies updates:
1618
+ - Updated dependency [`zod@^3.24.3` ↗︎](https://www.npmjs.com/package/zod/v/3.24.3) (from `^3.24.2`, in `dependencies`)
1619
+ - 8607972: Introduce Mastra lint cli command
1620
+ - Updated dependencies [2cf3b8f]
1621
+ - Updated dependencies [6052aa6]
1622
+ - Updated dependencies [967b41c]
1623
+ - Updated dependencies [3d2fb5c]
1624
+ - Updated dependencies [26738f4]
1625
+ - Updated dependencies [4155f47]
1626
+ - Updated dependencies [254f5c3]
1627
+ - Updated dependencies [7eeb2bc]
1628
+ - Updated dependencies [b804723]
1629
+ - Updated dependencies [8607972]
1630
+ - Updated dependencies [a798090]
1631
+ - Updated dependencies [ccef9f9]
1632
+ - Updated dependencies [0097d50]
1633
+ - Updated dependencies [7eeb2bc]
1634
+ - Updated dependencies [17826a9]
1635
+ - Updated dependencies [7d8b7c7]
1636
+ - Updated dependencies [fba031f]
1637
+ - Updated dependencies [3a5f1e1]
1638
+ - Updated dependencies [51e6923]
1639
+ - Updated dependencies [8398d89]
1640
+ - @mastra/deployer@0.3.2
1641
+ - @mastra/core@0.9.2
1642
+
1643
+ ## 0.1.21-alpha.6
1644
+
1645
+ ### Patch Changes
1646
+
1647
+ - Updated dependencies [6052aa6]
1648
+ - Updated dependencies [a798090]
1649
+ - Updated dependencies [7d8b7c7]
1650
+ - Updated dependencies [3a5f1e1]
1651
+ - Updated dependencies [8398d89]
1652
+ - @mastra/core@0.9.2-alpha.6
1653
+ - @mastra/deployer@0.3.2-alpha.6
1654
+
1655
+ ## 0.1.21-alpha.5
1656
+
1657
+ ### Patch Changes
1658
+
1659
+ - 8607972: Introduce Mastra lint cli command
1660
+ - Updated dependencies [3d2fb5c]
1661
+ - Updated dependencies [7eeb2bc]
1662
+ - Updated dependencies [8607972]
1663
+ - Updated dependencies [7eeb2bc]
1664
+ - Updated dependencies [fba031f]
1665
+ - @mastra/core@0.9.2-alpha.5
1666
+ - @mastra/deployer@0.3.2-alpha.5
1667
+
1668
+ ## 0.1.21-alpha.4
1669
+
1670
+ ### Patch Changes
1671
+
1672
+ - Updated dependencies [ccef9f9]
1673
+ - Updated dependencies [51e6923]
1674
+ - @mastra/core@0.9.2-alpha.4
1675
+ - @mastra/deployer@0.3.2-alpha.4
1676
+
1677
+ ## 0.1.21-alpha.3
1678
+
1679
+ ### Patch Changes
1680
+
1681
+ - Updated dependencies [967b41c]
1682
+ - Updated dependencies [4155f47]
1683
+ - Updated dependencies [17826a9]
1684
+ - @mastra/core@0.9.2-alpha.3
1685
+ - @mastra/deployer@0.3.2-alpha.3
1686
+
1687
+ ## 0.1.21-alpha.2
1688
+
1689
+ ### Patch Changes
1690
+
1691
+ - Updated dependencies [26738f4]
1692
+ - @mastra/core@0.9.2-alpha.2
1693
+ - @mastra/deployer@0.3.2-alpha.2
1694
+
1695
+ ## 0.1.21-alpha.1
1696
+
1697
+ ### Patch Changes
1698
+
1699
+ - Updated dependencies [254f5c3]
1700
+ - Updated dependencies [b804723]
1701
+ - @mastra/deployer@0.3.2-alpha.1
1702
+ - @mastra/core@0.9.2-alpha.1
1703
+
1704
+ ## 0.1.21-alpha.0
1705
+
1706
+ ### Patch Changes
1707
+
1708
+ - Updated dependencies [0097d50]
1709
+ - @mastra/core@0.9.2-alpha.0
1710
+ - @mastra/deployer@0.3.2-alpha.0
1711
+
1712
+ ## 0.1.20
1713
+
1714
+ ### Patch Changes
1715
+
1716
+ - Updated dependencies [e7c2881]
1717
+ - Updated dependencies [0ccb8b4]
1718
+ - Updated dependencies [92c598d]
1719
+ - Updated dependencies [405b63d]
1720
+ - Updated dependencies [81fb7f6]
1721
+ - Updated dependencies [20275d4]
1722
+ - Updated dependencies [7d1892c]
1723
+ - Updated dependencies [ebdb781]
1724
+ - Updated dependencies [a90a082]
1725
+ - Updated dependencies [2d17c73]
1726
+ - Updated dependencies [61e92f5]
1727
+ - Updated dependencies [35955b0]
1728
+ - Updated dependencies [6262bd5]
1729
+ - Updated dependencies [c1409ef]
1730
+ - Updated dependencies [3e7b69d]
1731
+ - Updated dependencies [e4943b8]
1732
+ - Updated dependencies [11d4485]
1733
+ - Updated dependencies [479f490]
1734
+ - Updated dependencies [530ced1]
1735
+ - Updated dependencies [c23a81c]
1736
+ - Updated dependencies [611aa4a]
1737
+ - Updated dependencies [2d4001d]
1738
+ - Updated dependencies [c71013a]
1739
+ - Updated dependencies [1d3b1cd]
1740
+ - @mastra/deployer@0.3.1
1741
+ - @mastra/core@0.9.1
1742
+
1743
+ ## 0.1.20-alpha.8
1744
+
1745
+ ### Patch Changes
1746
+
1747
+ - Updated dependencies [2d17c73]
1748
+ - @mastra/core@0.9.1-alpha.8
1749
+ - @mastra/deployer@0.3.1-alpha.8
1750
+
1751
+ ## 0.1.20-alpha.7
1752
+
1753
+ ### Patch Changes
1754
+
1755
+ - Updated dependencies [1d3b1cd]
1756
+ - @mastra/core@0.9.1-alpha.7
1757
+ - @mastra/deployer@0.3.1-alpha.7
1758
+
1759
+ ## 0.1.20-alpha.6
1760
+
1761
+ ### Patch Changes
1762
+
1763
+ - Updated dependencies [c23a81c]
1764
+ - @mastra/core@0.9.1-alpha.6
1765
+ - @mastra/deployer@0.3.1-alpha.6
1766
+
1767
+ ## 0.1.20-alpha.5
1768
+
1769
+ ### Patch Changes
1770
+
1771
+ - Updated dependencies [3e7b69d]
1772
+ - @mastra/core@0.9.1-alpha.5
1773
+ - @mastra/deployer@0.3.1-alpha.5
1774
+
1775
+ ## 0.1.20-alpha.4
1776
+
1777
+ ### Patch Changes
1778
+
1779
+ - Updated dependencies [e4943b8]
1780
+ - Updated dependencies [479f490]
1781
+ - @mastra/core@0.9.1-alpha.4
1782
+ - @mastra/deployer@0.3.1-alpha.4
1783
+
1784
+ ## 0.1.20-alpha.3
1785
+
1786
+ ### Patch Changes
1787
+
1788
+ - Updated dependencies [6262bd5]
1789
+ - @mastra/deployer@0.3.1-alpha.3
1790
+ - @mastra/core@0.9.1-alpha.3
1791
+
1792
+ ## 0.1.20-alpha.2
1793
+
1794
+ ### Patch Changes
1795
+
1796
+ - Updated dependencies [405b63d]
1797
+ - Updated dependencies [61e92f5]
1798
+ - Updated dependencies [c71013a]
1799
+ - @mastra/core@0.9.1-alpha.2
1800
+ - @mastra/deployer@0.3.1-alpha.2
1801
+
1802
+ ## 0.1.20-alpha.1
1803
+
1804
+ ### Patch Changes
1805
+
1806
+ - Updated dependencies [e7c2881]
1807
+ - Updated dependencies [0ccb8b4]
1808
+ - Updated dependencies [92c598d]
1809
+ - Updated dependencies [20275d4]
1810
+ - Updated dependencies [7d1892c]
1811
+ - Updated dependencies [ebdb781]
1812
+ - Updated dependencies [a90a082]
1813
+ - Updated dependencies [35955b0]
1814
+ - Updated dependencies [c1409ef]
1815
+ - Updated dependencies [11d4485]
1816
+ - Updated dependencies [530ced1]
1817
+ - Updated dependencies [611aa4a]
1818
+ - Updated dependencies [2d4001d]
1819
+ - @mastra/deployer@0.3.1-alpha.1
1820
+ - @mastra/core@0.9.1-alpha.1
1821
+
1822
+ ## 0.1.20-alpha.0
1823
+
1824
+ ### Patch Changes
1825
+
1826
+ - Updated dependencies [81fb7f6]
1827
+ - @mastra/core@0.9.1-alpha.0
1828
+ - @mastra/deployer@0.3.1-alpha.0
1829
+
1830
+ ## 0.1.19
1831
+
1832
+ ### Patch Changes
1833
+
1834
+ - 7e92011: Include tools with deployment builds
1835
+ - 16a8648: Disable swaggerUI, playground for production builds, mastra instance server build config to enable swaggerUI, apiReqLogs, openAPI documentation for prod builds
1836
+ - Updated dependencies [b9122b0]
1837
+ - Updated dependencies [000a6d4]
1838
+ - Updated dependencies [08bb78e]
1839
+ - Updated dependencies [3527610]
1840
+ - Updated dependencies [ed2f549]
1841
+ - Updated dependencies [7e92011]
1842
+ - Updated dependencies [9ee4293]
1843
+ - Updated dependencies [03f3cd0]
1844
+ - Updated dependencies [c0f22b4]
1845
+ - Updated dependencies [71d9444]
1846
+ - Updated dependencies [157c741]
1847
+ - Updated dependencies [8a8a73b]
1848
+ - Updated dependencies [0a033fa]
1849
+ - Updated dependencies [fe3ae4d]
1850
+ - Updated dependencies [2538066]
1851
+ - Updated dependencies [9c26508]
1852
+ - Updated dependencies [63fe16a]
1853
+ - Updated dependencies [0f4eae3]
1854
+ - Updated dependencies [3f9d151]
1855
+ - Updated dependencies [735ead7]
1856
+ - Updated dependencies [16a8648]
1857
+ - Updated dependencies [6f92295]
1858
+ - @mastra/deployer@0.3.0
1859
+ - @mastra/core@0.9.0
1860
+
1861
+ ## 0.1.19-alpha.9
1862
+
1863
+ ### Patch Changes
1864
+
1865
+ - 16a8648: Disable swaggerUI, playground for production builds, mastra instance server build config to enable swaggerUI, apiReqLogs, openAPI documentation for prod builds
1866
+ - Updated dependencies [b9122b0]
1867
+ - Updated dependencies [000a6d4]
1868
+ - Updated dependencies [ed2f549]
1869
+ - Updated dependencies [c0f22b4]
1870
+ - Updated dependencies [0a033fa]
1871
+ - Updated dependencies [2538066]
1872
+ - Updated dependencies [9c26508]
1873
+ - Updated dependencies [0f4eae3]
1874
+ - Updated dependencies [16a8648]
1875
+ - @mastra/deployer@0.3.0-alpha.9
1876
+ - @mastra/core@0.9.0-alpha.8
1877
+
1878
+ ## 0.1.19-alpha.8
1879
+
1880
+ ### Patch Changes
1881
+
1882
+ - Updated dependencies [71d9444]
1883
+ - @mastra/core@0.9.0-alpha.7
1884
+ - @mastra/deployer@0.3.0-alpha.8
1885
+
1886
+ ## 0.1.19-alpha.7
1887
+
1888
+ ### Patch Changes
1889
+
1890
+ - Updated dependencies [157c741]
1891
+ - Updated dependencies [63fe16a]
1892
+ - Updated dependencies [735ead7]
1893
+ - @mastra/core@0.9.0-alpha.6
1894
+ - @mastra/deployer@0.3.0-alpha.7
1895
+
1896
+ ## 0.1.19-alpha.6
1897
+
1898
+ ### Patch Changes
1899
+
1900
+ - Updated dependencies [08bb78e]
1901
+ - Updated dependencies [3f9d151]
1902
+ - @mastra/core@0.9.0-alpha.5
1903
+ - @mastra/deployer@0.3.0-alpha.6
1904
+
1905
+ ## 0.1.19-alpha.5
1906
+
1907
+ ### Patch Changes
1908
+
1909
+ - 7e92011: Include tools with deployment builds
1910
+ - Updated dependencies [7e92011]
1911
+ - @mastra/deployer@0.3.0-alpha.5
1912
+ - @mastra/core@0.9.0-alpha.4
1913
+
1914
+ ## 0.1.19-alpha.4
1915
+
1916
+ ### Patch Changes
1917
+
1918
+ - Updated dependencies [fe3ae4d]
1919
+ - @mastra/deployer@0.3.0-alpha.4
1920
+ - @mastra/core@0.9.0-alpha.3
1921
+
1922
+ ## 0.1.19-alpha.3
1923
+
1924
+ ### Patch Changes
1925
+
1926
+ - Updated dependencies [9ee4293]
1927
+ - @mastra/core@0.8.4-alpha.2
1928
+ - @mastra/deployer@0.2.10-alpha.3
1929
+
1930
+ ## 0.1.19-alpha.2
1931
+
1932
+ ### Patch Changes
1933
+
1934
+ - Updated dependencies [3527610]
1935
+ - @mastra/deployer@0.2.10-alpha.2
1936
+
1937
+ ## 0.1.19-alpha.1
1938
+
1939
+ ### Patch Changes
1940
+
1941
+ - Updated dependencies [8a8a73b]
1942
+ - Updated dependencies [6f92295]
1943
+ - @mastra/core@0.8.4-alpha.1
1944
+ - @mastra/deployer@0.2.10-alpha.1
1945
+
1946
+ ## 0.1.19-alpha.0
1947
+
1948
+ ### Patch Changes
1949
+
1950
+ - Updated dependencies [03f3cd0]
1951
+ - @mastra/core@0.8.4-alpha.0
1952
+ - @mastra/deployer@0.2.10-alpha.0
1953
+
1954
+ ## 0.1.18
1955
+
1956
+ ### Patch Changes
1957
+
1958
+ - 37bb612: Add Elastic-2.0 licensing for packages
1959
+ - 67aff42: Fix netlify deployer missing @libsql/linux-x64-gnu bug
1960
+ - Updated dependencies [d72318f]
1961
+ - Updated dependencies [0bcc862]
1962
+ - Updated dependencies [10a8caf]
1963
+ - Updated dependencies [359b089]
1964
+ - Updated dependencies [9f6f6dd]
1965
+ - Updated dependencies [32e7b71]
1966
+ - Updated dependencies [37bb612]
1967
+ - Updated dependencies [1ebbfbf]
1968
+ - Updated dependencies [67aff42]
1969
+ - Updated dependencies [7f1b291]
1970
+ - @mastra/core@0.8.3
1971
+ - @mastra/deployer@0.2.9
1972
+
1973
+ ## 0.1.18-alpha.7
1974
+
1975
+ ### Patch Changes
1976
+
1977
+ - Updated dependencies [d72318f]
1978
+ - @mastra/core@0.8.3-alpha.5
1979
+ - @mastra/deployer@0.2.9-alpha.7
1980
+
1981
+ ## 0.1.18-alpha.6
1982
+
1983
+ ### Patch Changes
1984
+
1985
+ - 67aff42: Fix netlify deployer missing @libsql/linux-x64-gnu bug
1986
+ - Updated dependencies [67aff42]
1987
+ - @mastra/deployer@0.2.9-alpha.6
1988
+
1989
+ ## 0.1.18-alpha.5
1990
+
1991
+ ### Patch Changes
1992
+
1993
+ - Updated dependencies [9f6f6dd]
1994
+ - @mastra/deployer@0.2.9-alpha.5
1995
+
1996
+ ## 0.1.18-alpha.4
1997
+
1998
+ ### Patch Changes
1999
+
2000
+ - Updated dependencies [1ebbfbf]
2001
+ - Updated dependencies [7f1b291]
2002
+ - @mastra/deployer@0.2.9-alpha.4
2003
+ - @mastra/core@0.8.3-alpha.4
2004
+
2005
+ ## 0.1.18-alpha.3
2006
+
2007
+ ### Patch Changes
2008
+
2009
+ - Updated dependencies [10a8caf]
2010
+ - @mastra/core@0.8.3-alpha.3
2011
+ - @mastra/deployer@0.2.9-alpha.3
2012
+
2013
+ ## 0.1.18-alpha.2
2014
+
2015
+ ### Patch Changes
2016
+
2017
+ - Updated dependencies [0bcc862]
2018
+ - @mastra/core@0.8.3-alpha.2
2019
+ - @mastra/deployer@0.2.9-alpha.2
2020
+
2021
+ ## 0.1.18-alpha.1
2022
+
2023
+ ### Patch Changes
2024
+
2025
+ - 37bb612: Add Elastic-2.0 licensing for packages
2026
+ - Updated dependencies [32e7b71]
2027
+ - Updated dependencies [37bb612]
2028
+ - @mastra/deployer@0.2.9-alpha.1
2029
+ - @mastra/core@0.8.3-alpha.1
2030
+
2031
+ ## 0.1.18-alpha.0
2032
+
2033
+ ### Patch Changes
2034
+
2035
+ - Updated dependencies [359b089]
2036
+ - @mastra/core@0.8.3-alpha.0
2037
+ - @mastra/deployer@0.2.9-alpha.0
2038
+
2039
+ ## 0.1.17
2040
+
2041
+ ### Patch Changes
2042
+
2043
+ - Updated dependencies [a06aadc]
2044
+ - Updated dependencies [ae6c5ce]
2045
+ - Updated dependencies [94cd5c1]
2046
+ - @mastra/core@0.8.2
2047
+ - @mastra/deployer@0.2.8
2048
+
2049
+ ## 0.1.17-alpha.1
2050
+
2051
+ ### Patch Changes
2052
+
2053
+ - Updated dependencies [94cd5c1]
2054
+ - @mastra/deployer@0.2.8-alpha.1
2055
+
2056
+ ## 0.1.17-alpha.0
2057
+
2058
+ ### Patch Changes
2059
+
2060
+ - Updated dependencies [a06aadc]
2061
+ - Updated dependencies [ae6c5ce]
2062
+ - @mastra/core@0.8.2-alpha.0
2063
+ - @mastra/deployer@0.2.8-alpha.0
2064
+
2065
+ ## 0.1.16
2066
+
2067
+ ### Patch Changes
2068
+
2069
+ - Updated dependencies [99e2998]
2070
+ - Updated dependencies [8fdb414]
2071
+ - @mastra/core@0.8.1
2072
+ - @mastra/deployer@0.2.7
2073
+
2074
+ ## 0.1.16-alpha.0
2075
+
2076
+ ### Patch Changes
2077
+
2078
+ - Updated dependencies [99e2998]
2079
+ - Updated dependencies [8fdb414]
2080
+ - @mastra/core@0.8.1-alpha.0
2081
+ - @mastra/deployer@0.2.7-alpha.0
2082
+
2083
+ ## 0.1.15
2084
+
2085
+ ### Patch Changes
2086
+
2087
+ - Updated dependencies [56c31b7]
2088
+ - Updated dependencies [619c39d]
2089
+ - Updated dependencies [2135c81]
2090
+ - Updated dependencies [5ae0180]
2091
+ - Updated dependencies [05d58cc]
2092
+ - Updated dependencies [fe56be0]
2093
+ - Updated dependencies [93875ed]
2094
+ - Updated dependencies [107bcfe]
2095
+ - Updated dependencies [9bfa12b]
2096
+ - Updated dependencies [515ebfb]
2097
+ - Updated dependencies [5b4e19f]
2098
+ - Updated dependencies [4c98129]
2099
+ - Updated dependencies [4c65a57]
2100
+ - Updated dependencies [dbbbf80]
2101
+ - Updated dependencies [a0967a0]
2102
+ - Updated dependencies [84fe241]
2103
+ - Updated dependencies [fca3b21]
2104
+ - Updated dependencies [88fa727]
2105
+ - Updated dependencies [dfb0601]
2106
+ - Updated dependencies [f37f535]
2107
+ - Updated dependencies [789bef3]
2108
+ - Updated dependencies [a3f0e90]
2109
+ - Updated dependencies [4d67826]
2110
+ - Updated dependencies [6330967]
2111
+ - Updated dependencies [8393832]
2112
+ - Updated dependencies [6330967]
2113
+ - Updated dependencies [84fe241]
2114
+ - Updated dependencies [99d43b9]
2115
+ - Updated dependencies [32ba03c]
2116
+ - Updated dependencies [d7e08e8]
2117
+ - Updated dependencies [3c6ae54]
2118
+ - Updated dependencies [febc8a6]
2119
+ - Updated dependencies [0deb356]
2120
+ - Updated dependencies [7599d77]
2121
+ - Updated dependencies [0118361]
2122
+ - Updated dependencies [619c39d]
2123
+ - Updated dependencies [cafae83]
2124
+ - Updated dependencies [8076ecf]
2125
+ - Updated dependencies [8df4a77]
2126
+ - Updated dependencies [304397c]
2127
+ - @mastra/core@0.8.0
2128
+ - @mastra/deployer@0.2.6
2129
+
2130
+ ## 0.1.15-alpha.10
2131
+
2132
+ ### Patch Changes
2133
+
2134
+ - Updated dependencies [2135c81]
2135
+ - Updated dependencies [8df4a77]
2136
+ - @mastra/deployer@0.2.6-alpha.10
2137
+ - @mastra/core@0.8.0-alpha.8
2138
+
2139
+ ## 0.1.15-alpha.9
2140
+
2141
+ ### Patch Changes
2142
+
2143
+ - Updated dependencies [3c6ae54]
2144
+ - Updated dependencies [febc8a6]
2145
+ - @mastra/deployer@0.2.6-alpha.9
2146
+ - @mastra/core@0.8.0-alpha.7
2147
+
2148
+ ## 0.1.15-alpha.8
2149
+
2150
+ ### Patch Changes
2151
+
2152
+ - Updated dependencies [4c65a57]
2153
+ - Updated dependencies [a3f0e90]
2154
+ - @mastra/deployer@0.2.6-alpha.8
2155
+ - @mastra/core@0.8.0-alpha.6
2156
+
2157
+ ## 0.1.15-alpha.7
2158
+
2159
+ ### Patch Changes
2160
+
2161
+ - Updated dependencies [93875ed]
2162
+ - @mastra/core@0.8.0-alpha.5
2163
+ - @mastra/deployer@0.2.6-alpha.7
2164
+
2165
+ ## 0.1.15-alpha.6
2166
+
2167
+ ### Patch Changes
2168
+
2169
+ - Updated dependencies [d7e08e8]
2170
+ - @mastra/core@0.8.0-alpha.4
2171
+ - @mastra/deployer@0.2.6-alpha.6
2172
+
2173
+ ## 0.1.15-alpha.5
2174
+
2175
+ ### Patch Changes
2176
+
2177
+ - Updated dependencies [32ba03c]
2178
+ - @mastra/deployer@0.2.6-alpha.5
2179
+
2180
+ ## 0.1.15-alpha.4
2181
+
2182
+ ### Patch Changes
2183
+
2184
+ - Updated dependencies [5ae0180]
2185
+ - Updated dependencies [9bfa12b]
2186
+ - Updated dependencies [515ebfb]
2187
+ - Updated dependencies [88fa727]
2188
+ - Updated dependencies [dfb0601]
2189
+ - Updated dependencies [f37f535]
2190
+ - Updated dependencies [789bef3]
2191
+ - Updated dependencies [4d67826]
2192
+ - Updated dependencies [6330967]
2193
+ - Updated dependencies [8393832]
2194
+ - Updated dependencies [6330967]
2195
+ - @mastra/core@0.8.0-alpha.3
2196
+ - @mastra/deployer@0.2.6-alpha.4
2197
+
2198
+ ## 0.1.15-alpha.3
2199
+
2200
+ ### Patch Changes
2201
+
2202
+ - Updated dependencies [0deb356]
2203
+ - @mastra/deployer@0.2.6-alpha.3
2204
+
2205
+ ## 0.1.15-alpha.2
2206
+
2207
+ ### Patch Changes
2208
+
2209
+ - Updated dependencies [56c31b7]
2210
+ - Updated dependencies [4c98129]
2211
+ - Updated dependencies [dbbbf80]
2212
+ - Updated dependencies [84fe241]
2213
+ - Updated dependencies [84fe241]
2214
+ - Updated dependencies [99d43b9]
2215
+ - @mastra/core@0.8.0-alpha.2
2216
+ - @mastra/deployer@0.2.6-alpha.2
2217
+
2218
+ ## 0.1.15-alpha.1
2219
+
2220
+ ### Patch Changes
2221
+
2222
+ - Updated dependencies [619c39d]
2223
+ - Updated dependencies [fe56be0]
2224
+ - Updated dependencies [a0967a0]
2225
+ - Updated dependencies [fca3b21]
2226
+ - Updated dependencies [0118361]
2227
+ - Updated dependencies [619c39d]
2228
+ - @mastra/core@0.8.0-alpha.1
2229
+ - @mastra/deployer@0.2.6-alpha.1
2230
+
2231
+ ## 0.1.15-alpha.0
2232
+
2233
+ ### Patch Changes
2234
+
2235
+ - Updated dependencies [05d58cc]
2236
+ - Updated dependencies [107bcfe]
2237
+ - Updated dependencies [5b4e19f]
2238
+ - Updated dependencies [7599d77]
2239
+ - Updated dependencies [cafae83]
2240
+ - Updated dependencies [8076ecf]
2241
+ - Updated dependencies [304397c]
2242
+ - @mastra/deployer@0.2.6-alpha.0
2243
+ - @mastra/core@0.7.1-alpha.0
2244
+
2245
+ ## 0.1.14
2246
+
2247
+ ### Patch Changes
2248
+
2249
+ - 4be4cb9: Update netlify cli to latest
2250
+ - Updated dependencies [cdc0498]
2251
+ - Updated dependencies [b4fbc59]
2252
+ - Updated dependencies [a838fde]
2253
+ - Updated dependencies [a8bd4cf]
2254
+ - Updated dependencies [7a3eeb0]
2255
+ - Updated dependencies [0b54522]
2256
+ - Updated dependencies [b3b34f5]
2257
+ - Updated dependencies [1af25d5]
2258
+ - Updated dependencies [a4686e8]
2259
+ - Updated dependencies [6530ad1]
2260
+ - Updated dependencies [0b496ff]
2261
+ - Updated dependencies [27439ad]
2262
+ - @mastra/deployer@0.2.5
2263
+ - @mastra/core@0.7.0
2264
+
2265
+ ## 0.1.14-alpha.3
2266
+
2267
+ ### Patch Changes
2268
+
2269
+ - Updated dependencies [b3b34f5]
2270
+ - Updated dependencies [a4686e8]
2271
+ - @mastra/core@0.7.0-alpha.3
2272
+ - @mastra/deployer@0.2.5-alpha.3
2273
+
2274
+ ## 0.1.14-alpha.2
2275
+
2276
+ ### Patch Changes
2277
+
2278
+ - Updated dependencies [a838fde]
2279
+ - Updated dependencies [a8bd4cf]
2280
+ - Updated dependencies [7a3eeb0]
2281
+ - Updated dependencies [6530ad1]
2282
+ - @mastra/core@0.7.0-alpha.2
2283
+ - @mastra/deployer@0.2.5-alpha.2
2284
+
2285
+ ## 0.1.14-alpha.1
2286
+
2287
+ ### Patch Changes
2288
+
2289
+ - 4be4cb9: Update netlify cli to latest
2290
+ - Updated dependencies [cdc0498]
2291
+ - Updated dependencies [0b54522]
2292
+ - Updated dependencies [1af25d5]
2293
+ - Updated dependencies [0b496ff]
2294
+ - Updated dependencies [27439ad]
2295
+ - @mastra/deployer@0.2.5-alpha.1
2296
+ - @mastra/core@0.7.0-alpha.1
2297
+
2298
+ ## 0.1.14-alpha.0
2299
+
2300
+ ### Patch Changes
2301
+
2302
+ - Updated dependencies [b4fbc59]
2303
+ - @mastra/core@0.6.5-alpha.0
2304
+ - @mastra/deployer@0.2.5-alpha.0
2305
+
2306
+ ## 0.1.13
2307
+
2308
+ ### Patch Changes
2309
+
2310
+ - Updated dependencies [e764fd1]
2311
+ - Updated dependencies [6794797]
2312
+ - Updated dependencies [709aa2c]
2313
+ - Updated dependencies [fb68a80]
2314
+ - Updated dependencies [e764fd1]
2315
+ - Updated dependencies [05ef3e0]
2316
+ - Updated dependencies [95c5745]
2317
+ - Updated dependencies [b56a681]
2318
+ - Updated dependencies [85a2461]
2319
+ - Updated dependencies [248cb07]
2320
+ - @mastra/deployer@0.2.4
2321
+ - @mastra/core@0.6.4
2322
+
2323
+ ## 0.1.13-alpha.1
2324
+
2325
+ ### Patch Changes
2326
+
2327
+ - Updated dependencies [6794797]
2328
+ - Updated dependencies [709aa2c]
2329
+ - Updated dependencies [85a2461]
2330
+ - @mastra/core@0.6.4-alpha.1
2331
+ - @mastra/deployer@0.2.4-alpha.1
2332
+
2333
+ ## 0.1.13-alpha.0
2334
+
2335
+ ### Patch Changes
2336
+
2337
+ - Updated dependencies [e764fd1]
2338
+ - Updated dependencies [fb68a80]
2339
+ - Updated dependencies [e764fd1]
2340
+ - Updated dependencies [05ef3e0]
2341
+ - Updated dependencies [95c5745]
2342
+ - Updated dependencies [b56a681]
2343
+ - Updated dependencies [248cb07]
2344
+ - @mastra/deployer@0.2.4-alpha.0
2345
+ - @mastra/core@0.6.4-alpha.0
2346
+
2347
+ ## 0.1.12
2348
+
2349
+ ### Patch Changes
2350
+
2351
+ - 404640e: AgentNetwork changeset
2352
+ - Updated dependencies [404640e]
2353
+ - Updated dependencies [3bce733]
2354
+ - @mastra/deployer@0.2.3
2355
+ - @mastra/core@0.6.3
2356
+
2357
+ ## 0.1.12-alpha.1
2358
+
2359
+ ### Patch Changes
2360
+
2361
+ - Updated dependencies [3bce733]
2362
+ - @mastra/core@0.6.3-alpha.1
2363
+ - @mastra/deployer@0.2.3-alpha.1
2364
+
2365
+ ## 0.1.12-alpha.0
2366
+
2367
+ ### Patch Changes
2368
+
2369
+ - 404640e: AgentNetwork changeset
2370
+ - Updated dependencies [404640e]
2371
+ - @mastra/deployer@0.2.3-alpha.0
2372
+ - @mastra/core@0.6.3-alpha.0
2373
+
2374
+ ## 0.1.11
2375
+
2376
+ ### Patch Changes
2377
+
2378
+ - Updated dependencies [4e6732b]
2379
+ - Updated dependencies [beaf1c2]
2380
+ - Updated dependencies [3084e13]
2381
+ - @mastra/deployer@0.2.2
2382
+ - @mastra/core@0.6.2
2383
+
2384
+ ## 0.1.11-alpha.1
2385
+
2386
+ ### Patch Changes
2387
+
2388
+ - Updated dependencies [beaf1c2]
2389
+ - Updated dependencies [3084e13]
2390
+ - @mastra/core@0.6.2-alpha.0
2391
+ - @mastra/deployer@0.2.2-alpha.1
2392
+
2393
+ ## 0.1.11-alpha.0
2394
+
2395
+ ### Patch Changes
2396
+
2397
+ - Updated dependencies [4e6732b]
2398
+ - @mastra/deployer@0.2.2-alpha.0
2399
+
2400
+ ## 0.1.10
2401
+
2402
+ ### Patch Changes
2403
+
2404
+ - Updated dependencies [cc7f392]
2405
+ - Updated dependencies [fc2f89c]
2406
+ - Updated dependencies [dfbb131]
2407
+ - Updated dependencies [f4854ee]
2408
+ - Updated dependencies [afaf73f]
2409
+ - Updated dependencies [0850b4c]
2410
+ - Updated dependencies [7bcfaee]
2411
+ - Updated dependencies [da8d9bb]
2412
+ - Updated dependencies [44631b1]
2413
+ - Updated dependencies [9116d70]
2414
+ - Updated dependencies [6e559a0]
2415
+ - Updated dependencies [5f43505]
2416
+ - Updated dependencies [61ad5a4]
2417
+ - @mastra/deployer@0.2.1
2418
+ - @mastra/core@0.6.1
2419
+
2420
+ ## 0.1.10-alpha.2
2421
+
2422
+ ### Patch Changes
2423
+
2424
+ - Updated dependencies [cc7f392]
2425
+ - Updated dependencies [fc2f89c]
2426
+ - Updated dependencies [dfbb131]
2427
+ - Updated dependencies [0850b4c]
2428
+ - Updated dependencies [da8d9bb]
2429
+ - Updated dependencies [9116d70]
2430
+ - @mastra/deployer@0.2.1-alpha.2
2431
+ - @mastra/core@0.6.1-alpha.2
2432
+
2433
+ ## 0.1.10-alpha.1
2434
+
2435
+ ### Patch Changes
2436
+
2437
+ - Updated dependencies [f4854ee]
2438
+ - Updated dependencies [afaf73f]
2439
+ - Updated dependencies [44631b1]
2440
+ - Updated dependencies [6e559a0]
2441
+ - Updated dependencies [5f43505]
2442
+ - Updated dependencies [61ad5a4]
2443
+ - @mastra/core@0.6.1-alpha.1
2444
+ - @mastra/deployer@0.2.1-alpha.1
2445
+
2446
+ ## 0.1.10-alpha.0
2447
+
2448
+ ### Patch Changes
2449
+
2450
+ - Updated dependencies [7bcfaee]
2451
+ - @mastra/core@0.6.1-alpha.0
2452
+ - @mastra/deployer@0.2.1-alpha.0
2453
+
2454
+ ## 0.1.9
2455
+
2456
+ ### Patch Changes
2457
+
2458
+ - Updated dependencies [16b98d9]
2459
+ - Updated dependencies [1c8cda4]
2460
+ - Updated dependencies [95b4144]
2461
+ - Updated dependencies [3729dbd]
2462
+ - Updated dependencies [c2144f4]
2463
+ - @mastra/core@0.6.0
2464
+ - @mastra/deployer@0.2.0
2465
+
2466
+ ## 0.1.9-alpha.1
2467
+
2468
+ ### Patch Changes
2469
+
2470
+ - Updated dependencies [16b98d9]
2471
+ - Updated dependencies [1c8cda4]
2472
+ - Updated dependencies [95b4144]
2473
+ - Updated dependencies [c2144f4]
2474
+ - @mastra/core@0.6.0-alpha.1
2475
+ - @mastra/deployer@0.2.0-alpha.1
2476
+
2477
+ ## 0.1.9-alpha.0
2478
+
2479
+ ### Patch Changes
2480
+
2481
+ - Updated dependencies [3729dbd]
2482
+ - @mastra/core@0.5.1-alpha.0
2483
+ - @mastra/deployer@0.1.9-alpha.0
2484
+
2485
+ ## 0.1.8
2486
+
2487
+ ### Patch Changes
2488
+
2489
+ - fd4a1d7: Update cjs bundling to make sure files are split
2490
+ - Updated dependencies [a910463]
2491
+ - Updated dependencies [59df7b6]
2492
+ - Updated dependencies [22643eb]
2493
+ - Updated dependencies [6feb23f]
2494
+ - Updated dependencies [f2d6727]
2495
+ - Updated dependencies [7a7a547]
2496
+ - Updated dependencies [29f3a82]
2497
+ - Updated dependencies [3d0e290]
2498
+ - Updated dependencies [e9fbac5]
2499
+ - Updated dependencies [301e4ee]
2500
+ - Updated dependencies [ee667a2]
2501
+ - Updated dependencies [dfbe4e9]
2502
+ - Updated dependencies [dab255b]
2503
+ - Updated dependencies [1e8bcbc]
2504
+ - Updated dependencies [f6678e4]
2505
+ - Updated dependencies [9e81f35]
2506
+ - Updated dependencies [c93798b]
2507
+ - Updated dependencies [a85ab24]
2508
+ - Updated dependencies [dbd9f2d]
2509
+ - Updated dependencies [59df7b6]
2510
+ - Updated dependencies [caefaa2]
2511
+ - Updated dependencies [c151ae6]
2512
+ - Updated dependencies [52e0418]
2513
+ - Updated dependencies [d79aedf]
2514
+ - Updated dependencies [8deb34c]
2515
+ - Updated dependencies [c2dde91]
2516
+ - Updated dependencies [5d41958]
2517
+ - Updated dependencies [144b3d5]
2518
+ - Updated dependencies [03236ec]
2519
+ - Updated dependencies [3764e71]
2520
+ - Updated dependencies [df982db]
2521
+ - Updated dependencies [a171b37]
2522
+ - Updated dependencies [506f1d5]
2523
+ - Updated dependencies [02ffb7b]
2524
+ - Updated dependencies [731dd8a]
2525
+ - Updated dependencies [0461849]
2526
+ - Updated dependencies [2259379]
2527
+ - Updated dependencies [aeb5e36]
2528
+ - Updated dependencies [f2301de]
2529
+ - Updated dependencies [358f069]
2530
+ - Updated dependencies [fd4a1d7]
2531
+ - Updated dependencies [960690d]
2532
+ - Updated dependencies [c139344]
2533
+ - @mastra/core@0.5.0
2534
+ - @mastra/deployer@0.1.8
2535
+
2536
+ ## 0.1.8-alpha.12
2537
+
2538
+ ### Patch Changes
2539
+
2540
+ - Updated dependencies [a85ab24]
2541
+ - @mastra/core@0.5.0-alpha.12
2542
+ - @mastra/deployer@0.1.8-alpha.12
2543
+
2544
+ ## 0.1.8-alpha.11
2545
+
2546
+ ### Patch Changes
2547
+
2548
+ - fd4a1d7: Update cjs bundling to make sure files are split
2549
+ - Updated dependencies [7a7a547]
2550
+ - Updated dependencies [c93798b]
2551
+ - Updated dependencies [dbd9f2d]
2552
+ - Updated dependencies [8deb34c]
2553
+ - Updated dependencies [5d41958]
2554
+ - Updated dependencies [a171b37]
2555
+ - Updated dependencies [fd4a1d7]
2556
+ - @mastra/deployer@0.1.8-alpha.11
2557
+ - @mastra/core@0.5.0-alpha.11
2558
+
2559
+ ## 0.1.8-alpha.10
2560
+
2561
+ ### Patch Changes
2562
+
2563
+ - Updated dependencies [a910463]
2564
+ - @mastra/core@0.5.0-alpha.10
2565
+ - @mastra/deployer@0.1.8-alpha.10
2566
+
2567
+ ## 0.1.8-alpha.9
2568
+
2569
+ ### Patch Changes
2570
+
2571
+ - Updated dependencies [e9fbac5]
2572
+ - Updated dependencies [1e8bcbc]
2573
+ - Updated dependencies [aeb5e36]
2574
+ - Updated dependencies [f2301de]
2575
+ - @mastra/deployer@0.1.8-alpha.9
2576
+ - @mastra/core@0.5.0-alpha.9
2577
+
2578
+ ## 0.1.8-alpha.8
2579
+
2580
+ ### Patch Changes
2581
+
2582
+ - Updated dependencies [506f1d5]
2583
+ - @mastra/core@0.5.0-alpha.8
2584
+ - @mastra/deployer@0.1.8-alpha.8
2585
+
2586
+ ## 0.1.8-alpha.7
2587
+
2588
+ ### Patch Changes
2589
+
2590
+ - Updated dependencies [ee667a2]
2591
+ - @mastra/core@0.5.0-alpha.7
2592
+ - @mastra/deployer@0.1.8-alpha.7
2593
+
2594
+ ## 0.1.8-alpha.6
2595
+
2596
+ ### Patch Changes
2597
+
2598
+ - Updated dependencies [f6678e4]
2599
+ - @mastra/core@0.5.0-alpha.6
2600
+ - @mastra/deployer@0.1.8-alpha.6
2601
+
2602
+ ## 0.1.8-alpha.5
2603
+
2604
+ ### Patch Changes
2605
+
2606
+ - Updated dependencies [22643eb]
2607
+ - Updated dependencies [6feb23f]
2608
+ - Updated dependencies [f2d6727]
2609
+ - Updated dependencies [301e4ee]
2610
+ - Updated dependencies [dfbe4e9]
2611
+ - Updated dependencies [9e81f35]
2612
+ - Updated dependencies [caefaa2]
2613
+ - Updated dependencies [c151ae6]
2614
+ - Updated dependencies [52e0418]
2615
+ - Updated dependencies [03236ec]
2616
+ - Updated dependencies [3764e71]
2617
+ - Updated dependencies [df982db]
2618
+ - Updated dependencies [0461849]
2619
+ - Updated dependencies [2259379]
2620
+ - Updated dependencies [358f069]
2621
+ - @mastra/core@0.5.0-alpha.5
2622
+ - @mastra/deployer@0.1.8-alpha.5
2623
+
2624
+ ## 0.1.8-alpha.4
2625
+
2626
+ ### Patch Changes
2627
+
2628
+ - Updated dependencies [d79aedf]
2629
+ - Updated dependencies [144b3d5]
2630
+ - @mastra/core@0.5.0-alpha.4
2631
+ - @mastra/deployer@0.1.8-alpha.4
2632
+
2633
+ ## 0.1.8-alpha.3
2634
+
2635
+ ### Patch Changes
2636
+
2637
+ - Updated dependencies [3d0e290]
2638
+ - @mastra/core@0.5.0-alpha.3
2639
+ - @mastra/deployer@0.1.8-alpha.3
2640
+
2641
+ ## 0.1.8-alpha.2
2642
+
2643
+ ### Patch Changes
2644
+
2645
+ - Updated dependencies [02ffb7b]
2646
+ - @mastra/core@0.5.0-alpha.2
2647
+ - @mastra/deployer@0.1.8-alpha.2
2648
+
2649
+ ## 0.1.8-alpha.1
2650
+
2651
+ ### Patch Changes
2652
+
2653
+ - Updated dependencies [dab255b]
2654
+ - @mastra/core@0.5.0-alpha.1
2655
+ - @mastra/deployer@0.1.8-alpha.1
2656
+
2657
+ ## 0.1.8-alpha.0
2658
+
2659
+ ### Patch Changes
2660
+
2661
+ - Updated dependencies [59df7b6]
2662
+ - Updated dependencies [29f3a82]
2663
+ - Updated dependencies [59df7b6]
2664
+ - Updated dependencies [c2dde91]
2665
+ - Updated dependencies [731dd8a]
2666
+ - Updated dependencies [960690d]
2667
+ - Updated dependencies [c139344]
2668
+ - @mastra/core@0.5.0-alpha.0
2669
+ - @mastra/deployer@0.1.8-alpha.0
2670
+
2671
+ ## 0.1.7
2672
+
2673
+ ### Patch Changes
2674
+
2675
+ - Updated dependencies [1da20e7]
2676
+ - Updated dependencies [30a4c29]
2677
+ - Updated dependencies [e1e2705]
2678
+ - @mastra/core@0.4.4
2679
+ - @mastra/deployer@0.1.7
2680
+
2681
+ ## 0.1.7-alpha.0
2682
+
2683
+ ### Patch Changes
2684
+
2685
+ - Updated dependencies [1da20e7]
2686
+ - Updated dependencies [30a4c29]
2687
+ - Updated dependencies [e1e2705]
2688
+ - @mastra/core@0.4.4-alpha.0
2689
+ - @mastra/deployer@0.1.7-alpha.0
2690
+
2691
+ ## 0.1.6
2692
+
2693
+ ### Patch Changes
2694
+
2695
+ - bb4f447: Add support for commonjs
2696
+ - Updated dependencies [0d185b1]
2697
+ - Updated dependencies [ed55f1d]
2698
+ - Updated dependencies [06aa827]
2699
+ - Updated dependencies [80cdd76]
2700
+ - Updated dependencies [0fd78ac]
2701
+ - Updated dependencies [2512a93]
2702
+ - Updated dependencies [e62de74]
2703
+ - Updated dependencies [0d25b75]
2704
+ - Updated dependencies [fd14a3f]
2705
+ - Updated dependencies [8d13b14]
2706
+ - Updated dependencies [3f369a2]
2707
+ - Updated dependencies [3ee4831]
2708
+ - Updated dependencies [4d4e1e1]
2709
+ - Updated dependencies [bb4f447]
2710
+ - Updated dependencies [108793c]
2711
+ - Updated dependencies [5f28f44]
2712
+ - Updated dependencies [dabecf4]
2713
+ - @mastra/core@0.4.3
2714
+ - @mastra/deployer@0.1.6
2715
+
2716
+ ## 0.1.6-alpha.4
2717
+
2718
+ ### Patch Changes
2719
+
2720
+ - Updated dependencies [dabecf4]
2721
+ - @mastra/core@0.4.3-alpha.4
2722
+ - @mastra/deployer@0.1.6-alpha.4
2723
+
2724
+ ## 0.1.6-alpha.3
2725
+
2726
+ ### Patch Changes
2727
+
2728
+ - bb4f447: Add support for commonjs
2729
+ - Updated dependencies [0fd78ac]
2730
+ - Updated dependencies [0d25b75]
2731
+ - Updated dependencies [fd14a3f]
2732
+ - Updated dependencies [3f369a2]
2733
+ - Updated dependencies [4d4e1e1]
2734
+ - Updated dependencies [bb4f447]
2735
+ - @mastra/deployer@0.1.6-alpha.3
2736
+ - @mastra/core@0.4.3-alpha.3
2737
+
2738
+ ## 0.1.6-alpha.2
2739
+
2740
+ ### Patch Changes
2741
+
2742
+ - Updated dependencies [2512a93]
2743
+ - Updated dependencies [e62de74]
2744
+ - @mastra/core@0.4.3-alpha.2
2745
+ - @mastra/deployer@0.1.6-alpha.2
2746
+
2747
+ ## 0.1.6-alpha.1
2748
+
2749
+ ### Patch Changes
2750
+
2751
+ - Updated dependencies [0d185b1]
2752
+ - Updated dependencies [ed55f1d]
2753
+ - Updated dependencies [80cdd76]
2754
+ - Updated dependencies [8d13b14]
2755
+ - Updated dependencies [3ee4831]
2756
+ - Updated dependencies [108793c]
2757
+ - Updated dependencies [5f28f44]
2758
+ - @mastra/core@0.4.3-alpha.1
2759
+ - @mastra/deployer@0.1.6-alpha.1
2760
+
2761
+ ## 0.1.6-alpha.0
2762
+
2763
+ ### Patch Changes
2764
+
2765
+ - Updated dependencies [06aa827]
2766
+ - @mastra/core@0.4.3-alpha.0
2767
+ - @mastra/deployer@0.1.6-alpha.0
2768
+
2769
+ ## 0.1.5
2770
+
2771
+ ### Patch Changes
2772
+
2773
+ - Updated dependencies [7fceae1]
2774
+ - Updated dependencies [e4ee56c]
2775
+ - Updated dependencies [8d94c3e]
2776
+ - Updated dependencies [2d68431]
2777
+ - Updated dependencies [99dcdb5]
2778
+ - Updated dependencies [6cb63e0]
2779
+ - Updated dependencies [f626fbb]
2780
+ - Updated dependencies [e752340]
2781
+ - Updated dependencies [eb91535]
2782
+ - @mastra/core@0.4.2
2783
+ - @mastra/deployer@0.1.5
2784
+
2785
+ ## 0.1.5-alpha.3
2786
+
2787
+ ### Patch Changes
2788
+
2789
+ - Updated dependencies [8d94c3e]
2790
+ - Updated dependencies [99dcdb5]
2791
+ - Updated dependencies [e752340]
2792
+ - Updated dependencies [eb91535]
2793
+ - @mastra/core@0.4.2-alpha.2
2794
+ - @mastra/deployer@0.1.5-alpha.3
2795
+
2796
+ ## 0.1.5-alpha.2
2797
+
2798
+ ### Patch Changes
2799
+
2800
+ - Updated dependencies [6cb63e0]
2801
+ - @mastra/core@0.4.2-alpha.1
2802
+ - @mastra/deployer@0.1.5-alpha.2
2803
+
2804
+ ## 0.1.5-alpha.1
2805
+
2806
+ ### Patch Changes
2807
+
2808
+ - Updated dependencies [2d68431]
2809
+ - @mastra/deployer@0.1.5-alpha.1
2810
+
2811
+ ## 0.1.5-alpha.0
2812
+
2813
+ ### Patch Changes
2814
+
2815
+ - Updated dependencies [7fceae1]
2816
+ - Updated dependencies [e4ee56c]
2817
+ - Updated dependencies [f626fbb]
2818
+ - @mastra/core@0.4.2-alpha.0
2819
+ - @mastra/deployer@0.1.5-alpha.0
2820
+
2821
+ ## 0.1.4
2822
+
2823
+ ### Patch Changes
2824
+
2825
+ - Updated dependencies [ce44b9b]
2826
+ - Updated dependencies [967da43]
2827
+ - Updated dependencies [b405f08]
2828
+ - @mastra/core@0.4.1
2829
+ - @mastra/deployer@0.1.4
2830
+
2831
+ ## 0.1.3
2832
+
2833
+ ### Patch Changes
2834
+
2835
+ - Updated dependencies [5297264]
2836
+ - Updated dependencies [2fc618f]
2837
+ - Updated dependencies [fe0fd01]
2838
+ - @mastra/deployer@0.1.3
2839
+ - @mastra/core@0.4.0
2840
+
2841
+ ## 0.1.3-alpha.1
2842
+
2843
+ ### Patch Changes
2844
+
2845
+ - Updated dependencies [fe0fd01]
2846
+ - @mastra/core@0.4.0-alpha.1
2847
+ - @mastra/deployer@0.1.3-alpha.1
2848
+
2849
+ ## 0.1.3-alpha.0
2850
+
2851
+ ### Patch Changes
2852
+
2853
+ - Updated dependencies [5297264]
2854
+ - Updated dependencies [2fc618f]
2855
+ - @mastra/deployer@0.1.3-alpha.0
2856
+ - @mastra/core@0.4.0-alpha.0
2857
+
2858
+ ## 0.1.2
2859
+
2860
+ ### Patch Changes
2861
+
2862
+ - Updated dependencies [f205ede]
2863
+ - @mastra/core@0.3.0
2864
+ - @mastra/deployer@0.1.2
2865
+
2866
+ ## 0.1.1
2867
+
2868
+ ### Patch Changes
2869
+
2870
+ - Updated dependencies [d59f1a8]
2871
+ - Updated dependencies [936dc26]
2872
+ - Updated dependencies [91ef439]
2873
+ - Updated dependencies [4a25be4]
2874
+ - Updated dependencies [bf2e88f]
2875
+ - Updated dependencies [2f0d707]
2876
+ - Updated dependencies [aac1667]
2877
+ - @mastra/core@0.2.1
2878
+ - @mastra/deployer@0.1.1
2879
+
2880
+ ## 0.1.1-alpha.0
2881
+
2882
+ ### Patch Changes
2883
+
2884
+ - Updated dependencies [d59f1a8]
2885
+ - Updated dependencies [936dc26]
2886
+ - Updated dependencies [91ef439]
2887
+ - Updated dependencies [4a25be4]
2888
+ - Updated dependencies [bf2e88f]
2889
+ - Updated dependencies [2f0d707]
2890
+ - Updated dependencies [aac1667]
2891
+ - @mastra/core@0.2.1-alpha.0
2892
+ - @mastra/deployer@0.1.1-alpha.0
2893
+
2894
+ ## 0.1.0
2895
+
2896
+ ### Minor Changes
2897
+
2898
+ - 4d4f6b6: Update deployer
2899
+ - 5916f9d: Update deps from fixed to ^
2900
+ - 8b416d9: Breaking changes
2901
+
2902
+ ### Patch Changes
2903
+
2904
+ - 2b75edf: mastra deployers tsup bundling
2905
+ - 44c7c26: Rebuild
2906
+ - e27fe69: Add dir to deployer
2907
+ - bdaf834: publish packages
2908
+ - b97ca96: Tracing into default storage
2909
+ - a9b5ddf: Publish new versions
2910
+ - 88600bc: Deployer fixes
2911
+ - 9c10484: update all packages
2912
+ - 70dabd9: Fix broken publish
2913
+ - 0d5a03d: Vector store modules
2914
+ - 9625602: Use mastra core splitted bundles in other packages
2915
+ - 38b7f66: Update deployer logic
2916
+ - 4f1d1a1: Enforce types ann cleanup package.json
2917
+ - Updated dependencies [2ab57d6]
2918
+ - Updated dependencies [a1774e7]
2919
+ - Updated dependencies [f537e33]
2920
+ - Updated dependencies [291fe57]
2921
+ - Updated dependencies [6f2c0f5]
2922
+ - Updated dependencies [e4d4ede]
2923
+ - Updated dependencies [0be7181]
2924
+ - Updated dependencies [dd6d87f]
2925
+ - Updated dependencies [9029796]
2926
+ - Updated dependencies [6fa4bd2]
2927
+ - Updated dependencies [f031a1f]
2928
+ - Updated dependencies [8151f44]
2929
+ - Updated dependencies [d7d465a]
2930
+ - Updated dependencies [4d4f6b6]
2931
+ - Updated dependencies [73d112c]
2932
+ - Updated dependencies [592e3cf]
2933
+ - Updated dependencies [9d1796d]
2934
+ - Updated dependencies [e897f1c]
2935
+ - Updated dependencies [4a54c82]
2936
+ - Updated dependencies [e27fe69]
2937
+ - Updated dependencies [3967e69]
2938
+ - Updated dependencies [8ae2bbc]
2939
+ - Updated dependencies [246f06c]
2940
+ - Updated dependencies [ac8c61a]
2941
+ - Updated dependencies [82a6d53]
2942
+ - Updated dependencies [e9d1b47]
2943
+ - Updated dependencies [bdaf834]
2944
+ - Updated dependencies [016493a]
2945
+ - Updated dependencies [bc40916]
2946
+ - Updated dependencies [93a3719]
2947
+ - Updated dependencies [7d83b92]
2948
+ - Updated dependencies [9fb3039]
2949
+ - Updated dependencies [8fa48b9]
2950
+ - Updated dependencies [d5e12de]
2951
+ - Updated dependencies [e1dd94a]
2952
+ - Updated dependencies [07c069d]
2953
+ - Updated dependencies [5cdfb88]
2954
+ - Updated dependencies [837a288]
2955
+ - Updated dependencies [685108a]
2956
+ - Updated dependencies [c8ff2f5]
2957
+ - Updated dependencies [5fdc87c]
2958
+ - Updated dependencies [ae7bf94]
2959
+ - Updated dependencies [8e7814f]
2960
+ - Updated dependencies [66a03ec]
2961
+ - Updated dependencies [5916f9d]
2962
+ - Updated dependencies [7d87a15]
2963
+ - Updated dependencies [b97ca96]
2964
+ - Updated dependencies [ad2cd74]
2965
+ - Updated dependencies [23dcb23]
2966
+ - Updated dependencies [033eda6]
2967
+ - Updated dependencies [7babd5c]
2968
+ - Updated dependencies [a9b5ddf]
2969
+ - Updated dependencies [9066f95]
2970
+ - Updated dependencies [4139b43]
2971
+ - Updated dependencies [8105fae]
2972
+ - Updated dependencies [e097800]
2973
+ - Updated dependencies [ab01c53]
2974
+ - Updated dependencies [1944807]
2975
+ - Updated dependencies [30322ce]
2976
+ - Updated dependencies [8aec8b7]
2977
+ - Updated dependencies [1874f40]
2978
+ - Updated dependencies [685108a]
2979
+ - Updated dependencies [f7d1131]
2980
+ - Updated dependencies [79acad0]
2981
+ - Updated dependencies [7a19083]
2982
+ - Updated dependencies [382f4dc]
2983
+ - Updated dependencies [1ebd071]
2984
+ - Updated dependencies [0b74006]
2985
+ - Updated dependencies [2f17a5f]
2986
+ - Updated dependencies [f368477]
2987
+ - Updated dependencies [7892533]
2988
+ - Updated dependencies [9c10484]
2989
+ - Updated dependencies [b726bf5]
2990
+ - Updated dependencies [88f18d7]
2991
+ - Updated dependencies [70dabd9]
2992
+ - Updated dependencies [21fe536]
2993
+ - Updated dependencies [1a41fbf]
2994
+ - Updated dependencies [176bc42]
2995
+ - Updated dependencies [391d5ea]
2996
+ - Updated dependencies [401a4d9]
2997
+ - Updated dependencies [2e099d2]
2998
+ - Updated dependencies [0b826f6]
2999
+ - Updated dependencies [8329f1a]
3000
+ - Updated dependencies [d68b532]
3001
+ - Updated dependencies [75bf3f0]
3002
+ - Updated dependencies [e6d8055]
3003
+ - Updated dependencies [e2e76de]
3004
+ - Updated dependencies [a18e96c]
3005
+ - Updated dependencies [ccbc581]
3006
+ - Updated dependencies [5950de5]
3007
+ - Updated dependencies [b425845]
3008
+ - Updated dependencies [fe3dcb0]
3009
+ - Updated dependencies [0696eeb]
3010
+ - Updated dependencies [6780223]
3011
+ - Updated dependencies [78eec7c]
3012
+ - Updated dependencies [a8a459a]
3013
+ - Updated dependencies [0b96376]
3014
+ - Updated dependencies [0be7181]
3015
+ - Updated dependencies [7b87567]
3016
+ - Updated dependencies [b524c22]
3017
+ - Updated dependencies [d7d465a]
3018
+ - Updated dependencies [df843d3]
3019
+ - Updated dependencies [cfb966f]
3020
+ - Updated dependencies [4534e77]
3021
+ - Updated dependencies [d6d8159]
3022
+ - Updated dependencies [0bd142c]
3023
+ - Updated dependencies [9625602]
3024
+ - Updated dependencies [72d1990]
3025
+ - Updated dependencies [f6ba259]
3026
+ - Updated dependencies [2712098]
3027
+ - Updated dependencies [a291824]
3028
+ - Updated dependencies [eedb829]
3029
+ - Updated dependencies [8ea426a]
3030
+ - Updated dependencies [c5f2d50]
3031
+ - Updated dependencies [5285356]
3032
+ - Updated dependencies [74b3078]
3033
+ - Updated dependencies [cb290ee]
3034
+ - Updated dependencies [b4d7416]
3035
+ - Updated dependencies [e608d8c]
3036
+ - Updated dependencies [7064554]
3037
+ - Updated dependencies [06b2c0a]
3038
+ - Updated dependencies [002d6d8]
3039
+ - Updated dependencies [e448a26]
3040
+ - Updated dependencies [8b416d9]
3041
+ - Updated dependencies [fd494a3]
3042
+ - Updated dependencies [dc90663]
3043
+ - Updated dependencies [c872875]
3044
+ - Updated dependencies [3c4488b]
3045
+ - Updated dependencies [72c280b]
3046
+ - Updated dependencies [a7b016d]
3047
+ - Updated dependencies [fd75f3c]
3048
+ - Updated dependencies [7f24c29]
3049
+ - Updated dependencies [2017553]
3050
+ - Updated dependencies [b80ea8d]
3051
+ - Updated dependencies [a10b7a3]
3052
+ - Updated dependencies [42a2e69]
3053
+ - Updated dependencies [cf6d825]
3054
+ - Updated dependencies [963c15a]
3055
+ - Updated dependencies [28dceab]
3056
+ - Updated dependencies [7365b6c]
3057
+ - Updated dependencies [5ee67d3]
3058
+ - Updated dependencies [a5604c4]
3059
+ - Updated dependencies [d38f7a6]
3060
+ - Updated dependencies [38b7f66]
3061
+ - Updated dependencies [2fa7f53]
3062
+ - Updated dependencies [1420ae2]
3063
+ - Updated dependencies [b9c7047]
3064
+ - Updated dependencies [4a328af]
3065
+ - Updated dependencies [f6da688]
3066
+ - Updated dependencies [3700be1]
3067
+ - Updated dependencies [9ade36e]
3068
+ - Updated dependencies [10870bc]
3069
+ - Updated dependencies [2b01511]
3070
+ - Updated dependencies [a870123]
3071
+ - Updated dependencies [ccf115c]
3072
+ - Updated dependencies [04434b6]
3073
+ - Updated dependencies [5811de6]
3074
+ - Updated dependencies [9f3ab05]
3075
+ - Updated dependencies [66a5392]
3076
+ - Updated dependencies [4b1ce2c]
3077
+ - Updated dependencies [14064f2]
3078
+ - Updated dependencies [f5dfa20]
3079
+ - Updated dependencies [327ece7]
3080
+ - Updated dependencies [da2e8d3]
3081
+ - Updated dependencies [95a4697]
3082
+ - Updated dependencies [d5fccfb]
3083
+ - Updated dependencies [3427b95]
3084
+ - Updated dependencies [538a136]
3085
+ - Updated dependencies [e66643a]
3086
+ - Updated dependencies [b5393f1]
3087
+ - Updated dependencies [d2cd535]
3088
+ - Updated dependencies [c2dd6b5]
3089
+ - Updated dependencies [67637ba]
3090
+ - Updated dependencies [836f4e3]
3091
+ - Updated dependencies [5ee2e78]
3092
+ - Updated dependencies [cd02c56]
3093
+ - Updated dependencies [01502b0]
3094
+ - Updated dependencies [16e5b04]
3095
+ - Updated dependencies [d9c8dd0]
3096
+ - Updated dependencies [9fb59d6]
3097
+ - Updated dependencies [a9345f9]
3098
+ - Updated dependencies [f1e3105]
3099
+ - Updated dependencies [99f1847]
3100
+ - Updated dependencies [04f3171]
3101
+ - Updated dependencies [8769a62]
3102
+ - Updated dependencies [d5ec619]
3103
+ - Updated dependencies [27275c9]
3104
+ - Updated dependencies [ae7bf94]
3105
+ - Updated dependencies [4f1d1a1]
3106
+ - Updated dependencies [ee4de15]
3107
+ - Updated dependencies [202d404]
3108
+ - Updated dependencies [a221426]
3109
+ - @mastra/deployer@0.1.0
3110
+ - @mastra/core@0.2.0
3111
+
3112
+ ## 0.1.0-alpha.66
3113
+
3114
+ ### Patch Changes
3115
+
3116
+ - Updated dependencies [391d5ea]
3117
+ - @mastra/deployer@0.1.0-alpha.63
3118
+
3119
+ ## 0.1.0-alpha.65
3120
+
3121
+ ### Patch Changes
3122
+
3123
+ - Updated dependencies [016493a]
3124
+ - Updated dependencies [382f4dc]
3125
+ - Updated dependencies [176bc42]
3126
+ - Updated dependencies [d68b532]
3127
+ - Updated dependencies [fe3dcb0]
3128
+ - Updated dependencies [e448a26]
3129
+ - Updated dependencies [fd75f3c]
3130
+ - Updated dependencies [ccf115c]
3131
+ - Updated dependencies [a221426]
3132
+ - @mastra/core@0.2.0-alpha.110
3133
+ - @mastra/deployer@0.1.0-alpha.62
3134
+
3135
+ ## 0.1.0-alpha.64
3136
+
3137
+ ### Patch Changes
3138
+
3139
+ - Updated dependencies [b9c7047]
3140
+ - @mastra/deployer@0.1.0-alpha.61
3141
+
3142
+ ## 0.1.0-alpha.63
3143
+
3144
+ ### Patch Changes
3145
+
3146
+ - Updated dependencies [d5fccfb]
3147
+ - @mastra/core@0.2.0-alpha.109
3148
+ - @mastra/deployer@0.1.0-alpha.60
3149
+
3150
+ ## 0.1.0-alpha.62
3151
+
3152
+ ### Patch Changes
3153
+
3154
+ - Updated dependencies [5ee67d3]
3155
+ - Updated dependencies [95a4697]
3156
+ - @mastra/core@0.2.0-alpha.108
3157
+ - @mastra/deployer@0.1.0-alpha.59
3158
+
3159
+ ## 0.1.0-alpha.61
3160
+
3161
+ ### Patch Changes
3162
+
3163
+ - Updated dependencies [8fa48b9]
3164
+ - Updated dependencies [66a5392]
3165
+ - @mastra/deployer@0.1.0-alpha.58
3166
+ - @mastra/core@0.2.0-alpha.107
3167
+
3168
+ ## 0.1.0-alpha.60
3169
+
3170
+ ### Patch Changes
3171
+
3172
+ - Updated dependencies [6f2c0f5]
3173
+ - Updated dependencies [a8a459a]
3174
+ - Updated dependencies [4a328af]
3175
+ - @mastra/core@0.2.0-alpha.106
3176
+ - @mastra/deployer@0.1.0-alpha.57
3177
+
3178
+ ## 0.1.0-alpha.59
3179
+
3180
+ ### Patch Changes
3181
+
3182
+ - Updated dependencies [246f06c]
3183
+ - @mastra/deployer@0.1.0-alpha.56
3184
+
3185
+ ## 0.1.0-alpha.58
3186
+
3187
+ ### Patch Changes
3188
+
3189
+ - Updated dependencies [1420ae2]
3190
+ - Updated dependencies [99f1847]
3191
+ - @mastra/core@0.2.0-alpha.105
3192
+ - @mastra/deployer@0.1.0-alpha.55
3193
+
3194
+ ## 0.1.0-alpha.57
3195
+
3196
+ ### Patch Changes
3197
+
3198
+ - b97ca96: Tracing into default storage
3199
+ - Updated dependencies [5fdc87c]
3200
+ - Updated dependencies [b97ca96]
3201
+ - Updated dependencies [6780223]
3202
+ - Updated dependencies [72d1990]
3203
+ - Updated dependencies [cf6d825]
3204
+ - Updated dependencies [10870bc]
3205
+ - @mastra/core@0.2.0-alpha.104
3206
+ - @mastra/deployer@0.1.0-alpha.54
3207
+
3208
+ ## 0.1.0-alpha.56
3209
+
3210
+ ### Patch Changes
3211
+
3212
+ - Updated dependencies [4534e77]
3213
+ - @mastra/core@0.2.0-alpha.103
3214
+ - @mastra/deployer@0.1.0-alpha.53
3215
+
3216
+ ## 0.1.0-alpha.55
3217
+
3218
+ ### Patch Changes
3219
+
3220
+ - Updated dependencies [a9345f9]
3221
+ - @mastra/core@0.2.0-alpha.102
3222
+ - @mastra/deployer@0.1.0-alpha.52
3223
+
3224
+ ## 0.1.0-alpha.54
3225
+
3226
+ ### Patch Changes
3227
+
3228
+ - 4f1d1a1: Enforce types ann cleanup package.json
3229
+ - Updated dependencies [66a03ec]
3230
+ - Updated dependencies [4f1d1a1]
3231
+ - @mastra/core@0.2.0-alpha.101
3232
+ - @mastra/deployer@0.1.0-alpha.51
3233
+
3234
+ ## 0.1.0-alpha.53
3235
+
3236
+ ### Patch Changes
3237
+
3238
+ - Updated dependencies [9d1796d]
3239
+ - @mastra/deployer@0.1.0-alpha.50
3240
+ - @mastra/core@0.2.0-alpha.100
3241
+
3242
+ ## 0.1.0-alpha.52
3243
+
3244
+ ### Patch Changes
3245
+
3246
+ - Updated dependencies [7d83b92]
3247
+ - @mastra/deployer@0.1.0-alpha.49
3248
+ - @mastra/core@0.2.0-alpha.99
3249
+
3250
+ ## 0.1.0-alpha.51
3251
+
3252
+ ### Patch Changes
3253
+
3254
+ - Updated dependencies [8aec8b7]
3255
+ - @mastra/deployer@0.1.0-alpha.48
3256
+
3257
+ ## 0.1.0-alpha.50
3258
+
3259
+ ### Patch Changes
3260
+
3261
+ - 70dabd9: Fix broken publish
3262
+ - Updated dependencies [70dabd9]
3263
+ - Updated dependencies [202d404]
3264
+ - @mastra/core@0.2.0-alpha.98
3265
+ - @mastra/deployer@0.1.0-alpha.47
3266
+
3267
+ ## 0.1.0-alpha.49
3268
+
3269
+ ### Patch Changes
3270
+
3271
+ - Updated dependencies [07c069d]
3272
+ - Updated dependencies [7892533]
3273
+ - Updated dependencies [e6d8055]
3274
+ - Updated dependencies [a18e96c]
3275
+ - Updated dependencies [5950de5]
3276
+ - Updated dependencies [df843d3]
3277
+ - Updated dependencies [a870123]
3278
+ - Updated dependencies [f1e3105]
3279
+ - @mastra/core@0.2.0-alpha.97
3280
+ - @mastra/deployer@0.1.0-alpha.46
3281
+
3282
+ ## 0.1.0-alpha.48
3283
+
3284
+ ### Patch Changes
3285
+
3286
+ - Updated dependencies [74b3078]
3287
+ - @mastra/core@0.2.0-alpha.96
3288
+ - @mastra/deployer@0.1.0-alpha.45
3289
+
3290
+ ## 0.1.0-alpha.47
3291
+
3292
+ ### Patch Changes
3293
+
3294
+ - Updated dependencies [9fb59d6]
3295
+ - @mastra/deployer@0.1.0-alpha.44
3296
+ - @mastra/core@0.2.0-alpha.95
3297
+
3298
+ ## 0.1.0-alpha.46
3299
+
3300
+ ### Minor Changes
3301
+
3302
+ - 8b416d9: Breaking changes
3303
+
3304
+ ### Patch Changes
3305
+
3306
+ - 9c10484: update all packages
3307
+ - Updated dependencies [9c10484]
3308
+ - Updated dependencies [8b416d9]
3309
+ - @mastra/core@0.2.0-alpha.94
3310
+ - @mastra/deployer@0.1.0-alpha.43
3311
+
3312
+ ## 0.1.0-alpha.45
3313
+
3314
+ ### Patch Changes
3315
+
3316
+ - Updated dependencies [5285356]
3317
+ - Updated dependencies [42a2e69]
3318
+ - @mastra/core@0.2.0-alpha.93
3319
+ - @mastra/deployer@0.1.0-alpha.42
3320
+
3321
+ ## 0.1.0-alpha.44
3322
+
3323
+ ### Patch Changes
3324
+
3325
+ - Updated dependencies [0b96376]
3326
+ - @mastra/deployer@0.1.0-alpha.41
3327
+
3328
+ ## 0.1.0-alpha.43
3329
+
3330
+ ### Patch Changes
3331
+
3332
+ - Updated dependencies [8329f1a]
3333
+ - @mastra/deployer@0.1.0-alpha.40
3334
+
3335
+ ## 0.1.0-alpha.42
3336
+
3337
+ ### Patch Changes
3338
+
3339
+ - Updated dependencies [8ea426a]
3340
+ - @mastra/deployer@0.1.0-alpha.39
3341
+
3342
+ ## 0.1.0-alpha.41
3343
+
3344
+ ### Patch Changes
3345
+
3346
+ - Updated dependencies [b80ea8d]
3347
+ - @mastra/deployer@0.1.0-alpha.34
3348
+
3349
+ ## 0.1.0-alpha.40
3350
+
3351
+ ### Minor Changes
3352
+
3353
+ - 4d4f6b6: Update deployer
3354
+
3355
+ ### Patch Changes
3356
+
3357
+ - Updated dependencies [4d4f6b6]
3358
+ - @mastra/deployer@0.1.0-alpha.38
3359
+ - @mastra/core@0.2.0-alpha.92
3360
+
3361
+ ## 0.1.0-alpha.39
3362
+
3363
+ ### Patch Changes
3364
+
3365
+ - Updated dependencies [d7d465a]
3366
+ - Updated dependencies [d7d465a]
3367
+ - Updated dependencies [2017553]
3368
+ - Updated dependencies [a10b7a3]
3369
+ - Updated dependencies [16e5b04]
3370
+ - @mastra/core@0.2.0-alpha.91
3371
+ - @mastra/deployer@0.1.0-alpha.37
3372
+
3373
+ ## 0.1.0-alpha.38
3374
+
3375
+ ### Patch Changes
3376
+
3377
+ - Updated dependencies [8151f44]
3378
+ - Updated dependencies [e897f1c]
3379
+ - Updated dependencies [82a6d53]
3380
+ - Updated dependencies [3700be1]
3381
+ - @mastra/core@0.2.0-alpha.90
3382
+ - @mastra/deployer@0.1.0-alpha.36
3383
+
3384
+ ## 0.1.0-alpha.37
3385
+
3386
+ ### Patch Changes
3387
+
3388
+ - Updated dependencies [27275c9]
3389
+ - @mastra/core@0.2.0-alpha.89
3390
+ - @mastra/deployer@0.1.0-alpha.35
3391
+
3392
+ ## 0.1.0-alpha.36
3393
+
3394
+ ### Patch Changes
3395
+
3396
+ - Updated dependencies [ab01c53]
3397
+ - Updated dependencies [ccbc581]
3398
+ - @mastra/deployer@0.1.0-alpha.34
3399
+ - @mastra/core@0.2.0-alpha.88
3400
+
3401
+ ## 0.1.0-alpha.35
3402
+
3403
+ ### Patch Changes
3404
+
3405
+ - Updated dependencies [7365b6c]
3406
+ - @mastra/core@0.2.0-alpha.87
3407
+ - @mastra/deployer@0.1.0-alpha.33
3408
+
3409
+ ## 0.1.0-alpha.34
3410
+
3411
+ ### Minor Changes
3412
+
3413
+ - 5916f9d: Update deps from fixed to ^
3414
+
3415
+ ### Patch Changes
3416
+
3417
+ - Updated dependencies [6fa4bd2]
3418
+ - Updated dependencies [5916f9d]
3419
+ - Updated dependencies [e2e76de]
3420
+ - Updated dependencies [7f24c29]
3421
+ - Updated dependencies [67637ba]
3422
+ - Updated dependencies [04f3171]
3423
+ - @mastra/core@0.2.0-alpha.86
3424
+ - @mastra/deployer@0.1.0-alpha.32
3425
+
3426
+ ## 0.0.1-alpha.33
3427
+
3428
+ ### Patch Changes
3429
+
3430
+ - Updated dependencies [e9d1b47]
3431
+ - Updated dependencies [c5f2d50]
3432
+ - @mastra/core@0.2.0-alpha.85
3433
+ - @mastra/deployer@0.0.1-alpha.31
3434
+
3435
+ ## 0.0.1-alpha.32
3436
+
3437
+ ### Patch Changes
3438
+
3439
+ - e27fe69: Add dir to deployer
3440
+ - Updated dependencies [e27fe69]
3441
+ - @mastra/deployer@0.0.1-alpha.30
3442
+
3443
+ ## 0.0.1-alpha.31
3444
+
3445
+ ### Patch Changes
3446
+
3447
+ - 38b7f66: Update deployer logic
3448
+ - Updated dependencies [2f17a5f]
3449
+ - Updated dependencies [0696eeb]
3450
+ - Updated dependencies [cb290ee]
3451
+ - Updated dependencies [b4d7416]
3452
+ - Updated dependencies [38b7f66]
3453
+ - @mastra/core@0.2.0-alpha.84
3454
+ - @mastra/deployer@0.0.1-alpha.29
3455
+
3456
+ ## 0.0.1-alpha.30
3457
+
3458
+ ### Patch Changes
3459
+
3460
+ - 9625602: Use mastra core splitted bundles in other packages
3461
+ - Updated dependencies [2ab57d6]
3462
+ - Updated dependencies [30322ce]
3463
+ - Updated dependencies [78eec7c]
3464
+ - Updated dependencies [9625602]
3465
+ - Updated dependencies [8769a62]
3466
+ - @mastra/deployer@0.0.1-alpha.28
3467
+ - @mastra/core@0.2.0-alpha.83
3468
+
3469
+ ## 0.0.1-alpha.29
3470
+
3471
+ ### Patch Changes
3472
+
3473
+ - Updated dependencies [73d112c]
3474
+ - Updated dependencies [ac8c61a]
3475
+ - @mastra/deployer@0.0.1-alpha.27
3476
+ - @mastra/core@0.1.27-alpha.82
3477
+
3478
+ ## 0.0.1-alpha.28
3479
+
3480
+ ### Patch Changes
3481
+
3482
+ - Updated dependencies [9fb3039]
3483
+ - @mastra/core@0.1.27-alpha.81
3484
+ - @mastra/deployer@0.0.1-alpha.26
3485
+
3486
+ ## 0.0.1-alpha.27
3487
+
3488
+ ### Patch Changes
3489
+
3490
+ - Updated dependencies [327ece7]
3491
+ - @mastra/core@0.1.27-alpha.80
3492
+ - @mastra/deployer@0.0.1-alpha.25
3493
+
3494
+ ## 0.0.1-alpha.26
3495
+
3496
+ ### Patch Changes
3497
+
3498
+ - Updated dependencies [21fe536]
3499
+ - @mastra/core@0.1.27-alpha.79
3500
+ - @mastra/deployer@0.0.1-alpha.24
3501
+
3502
+ ## 0.0.1-alpha.25
3503
+
3504
+ ### Patch Changes
3505
+
3506
+ - Updated dependencies [88f18d7]
3507
+ - @mastra/deployer@0.0.1-alpha.23
3508
+
3509
+ ## 0.0.1-alpha.24
3510
+
3511
+ ### Patch Changes
3512
+
3513
+ - 44c7c26: Rebuild
3514
+
3515
+ ## 0.0.1-alpha.23
3516
+
3517
+ ### Patch Changes
3518
+
3519
+ - Updated dependencies [685108a]
3520
+ - Updated dependencies [685108a]
3521
+ - @mastra/deployer@0.0.1-alpha.22
3522
+ - @mastra/core@0.1.27-alpha.78
3523
+
3524
+ ## 0.0.1-alpha.22
3525
+
3526
+ ### Patch Changes
3527
+
3528
+ - 2b75edf: mastra deployers tsup bundling
3529
+ - Updated dependencies [8105fae]
3530
+ - Updated dependencies [cfb966f]
3531
+ - @mastra/core@0.1.27-alpha.77
3532
+ - @mastra/deployer@0.0.1-alpha.21
3533
+
3534
+ ## 0.0.1-alpha.21
3535
+
3536
+ ### Patch Changes
3537
+
3538
+ - Updated dependencies [ae7bf94]
3539
+ - Updated dependencies [ae7bf94]
3540
+ - @mastra/deployer@0.0.1-alpha.20
3541
+ - @mastra/core@0.1.27-alpha.76
3542
+
3543
+ ## 0.0.1-alpha.20
3544
+
3545
+ ### Patch Changes
3546
+
3547
+ - Updated dependencies [23dcb23]
3548
+ - Updated dependencies [7064554]
3549
+ - @mastra/core@0.1.27-alpha.75
3550
+ - @mastra/deployer@0.0.1-alpha.19
3551
+
3552
+ ## 0.0.1-alpha.19
3553
+
3554
+ ### Patch Changes
3555
+
3556
+ - Updated dependencies [7b87567]
3557
+ - @mastra/core@0.1.27-alpha.74
3558
+ - @mastra/deployer@0.0.1-alpha.18
3559
+
3560
+ ## 0.0.1-alpha.18
3561
+
3562
+ ### Patch Changes
3563
+
3564
+ - Updated dependencies [3427b95]
3565
+ - @mastra/core@0.1.27-alpha.73
3566
+ - @mastra/deployer@0.0.1-alpha.17
3567
+
3568
+ ## 0.0.1-alpha.17
3569
+
3570
+ ### Patch Changes
3571
+
3572
+ - Updated dependencies [e4d4ede]
3573
+ - Updated dependencies [06b2c0a]
3574
+ - @mastra/core@0.1.27-alpha.72
3575
+ - @mastra/deployer@0.0.1-alpha.16
3576
+
3577
+ ## 0.0.1-alpha.16
3578
+
3579
+ ### Patch Changes
3580
+
3581
+ - Updated dependencies [d9c8dd0]
3582
+ - @mastra/deployer@0.0.1-alpha.15
3583
+ - @mastra/core@0.1.27-alpha.71
3584
+
3585
+ ## 0.0.1-alpha.15
3586
+
3587
+ ### Patch Changes
3588
+
3589
+ - Updated dependencies [ad2cd74]
3590
+ - @mastra/deployer@0.0.1-alpha.14
3591
+
3592
+ ## 0.0.1-alpha.14
3593
+
3594
+ ### Patch Changes
3595
+
3596
+ - Updated dependencies [a1774e7]
3597
+ - @mastra/deployer@0.0.1-alpha.13
3598
+
3599
+ ## 0.0.1-alpha.13
3600
+
3601
+ ### Patch Changes
3602
+
3603
+ - Updated dependencies [28dceab]
3604
+ - @mastra/deployer@0.0.1-alpha.12
3605
+
3606
+ ## 0.0.1-alpha.12
3607
+
3608
+ ### Patch Changes
3609
+
3610
+ - bdaf834: publish packages
3611
+ - Updated dependencies [bdaf834]
3612
+ - @mastra/deployer@0.0.1-alpha.11
3613
+
3614
+ ## 0.0.1-alpha.11
3615
+
3616
+ ### Patch Changes
3617
+
3618
+ - Updated dependencies [dd6d87f]
3619
+ - Updated dependencies [04434b6]
3620
+ - @mastra/core@0.1.27-alpha.70
3621
+ - @mastra/deployer@0.0.1-alpha.10
3622
+
3623
+ ## 0.0.1-alpha.10
3624
+
3625
+ ### Patch Changes
3626
+
3627
+ - Updated dependencies [9066f95]
3628
+ - @mastra/deployer@0.0.1-alpha.9
3629
+
3630
+ ## 0.0.1-alpha.9
3631
+
3632
+ ### Patch Changes
3633
+
3634
+ - 0d5a03d: Vector store modules
3635
+
3636
+ ## 0.0.1-alpha.8
3637
+
3638
+ ### Patch Changes
3639
+
3640
+ - Updated dependencies [b425845]
3641
+ - @mastra/deployer@0.0.1-alpha.8
3642
+
3643
+ ## 0.0.1-alpha.7
3644
+
3645
+ ### Patch Changes
3646
+
3647
+ - Updated dependencies [1944807]
3648
+ - Updated dependencies [9ade36e]
3649
+ - @mastra/deployer@0.0.1-alpha.7
3650
+ - @mastra/core@0.1.27-alpha.69
3651
+
3652
+ ## 0.0.1-alpha.6
3653
+
3654
+ ### Patch Changes
3655
+
3656
+ - Updated dependencies [291fe57]
3657
+ - Updated dependencies [1a41fbf]
3658
+ - @mastra/deployer@0.0.1-alpha.6
3659
+
3660
+ ## 0.0.1-alpha.5
3661
+
3662
+ ### Patch Changes
3663
+
3664
+ - Updated dependencies [0be7181]
3665
+ - Updated dependencies [0be7181]
3666
+ - @mastra/core@0.1.27-alpha.68
3667
+ - @mastra/deployer@0.0.1-alpha.5
3668
+
3669
+ ## 0.0.1-alpha.4
3670
+
3671
+ ### Patch Changes
3672
+
3673
+ - Updated dependencies [7babd5c]
3674
+ - @mastra/deployer@0.0.1-alpha.4
3675
+
3676
+ ## 0.0.1-alpha.3
3677
+
3678
+ ### Patch Changes
3679
+
3680
+ - Updated dependencies [c8ff2f5]
3681
+ - Updated dependencies [a291824]
3682
+ - @mastra/core@0.1.27-alpha.67
3683
+ - @mastra/deployer@0.0.1-alpha.3
3684
+
3685
+ ## 0.0.1-alpha.2
3686
+
3687
+ ### Patch Changes
3688
+
3689
+ - 88600bc: Deployer fixes
3690
+
3691
+ ## 0.0.1-alpha.1
3692
+
3693
+ ### Patch Changes
3694
+
3695
+ - a9b5ddf: Publish new versions
3696
+ - Updated dependencies [a9b5ddf]
3697
+ - Updated dependencies [72c280b]
3698
+ - @mastra/deployer@0.0.1-alpha.2
3699
+
3700
+ ## 0.0.1-alpha.0
3701
+
3702
+ ### Patch Changes
3703
+
3704
+ - Updated dependencies [4139b43]
3705
+ - Updated dependencies [a5604c4]
3706
+ - @mastra/deployer@0.0.1-alpha.0