@mastra/deployer-netlify 0.0.0-generate-message-id-20250512171942 → 0.0.0-gl-test-20250917080133

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