@mastra/deployer-netlify 0.0.1-alpha.31 → 0.0.1-alpha.4
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 +0 -226
- package/dist/deployer-netlify.cjs.development.js +551 -0
- package/dist/deployer-netlify.cjs.development.js.map +1 -0
- package/dist/deployer-netlify.cjs.production.min.js +2 -0
- package/dist/deployer-netlify.cjs.production.min.js.map +1 -0
- package/dist/deployer-netlify.esm.js +547 -0
- package/dist/deployer-netlify.esm.js.map +1 -0
- package/dist/helpers.d.ts +6 -0
- package/dist/helpers.d.ts.map +1 -0
- package/dist/index.d.ts +13 -15
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +5 -145
- package/package.json +18 -10
- package/src/index.ts +39 -73
- package/tsconfig.json +6 -1
- package/vitest.config.ts +1 -1
- package/README.md +0 -86
package/CHANGELOG.md
CHANGED
|
@@ -1,231 +1,5 @@
|
|
|
1
1
|
# @mastra/deployer-netlify
|
|
2
2
|
|
|
3
|
-
## 0.0.1-alpha.31
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- 38b7f66: Update deployer logic
|
|
8
|
-
- Updated dependencies [2f17a5f]
|
|
9
|
-
- Updated dependencies [0696eeb]
|
|
10
|
-
- Updated dependencies [cb290ee]
|
|
11
|
-
- Updated dependencies [b4d7416]
|
|
12
|
-
- Updated dependencies [38b7f66]
|
|
13
|
-
- @mastra/core@0.2.0-alpha.84
|
|
14
|
-
- @mastra/deployer@0.0.1-alpha.29
|
|
15
|
-
|
|
16
|
-
## 0.0.1-alpha.30
|
|
17
|
-
|
|
18
|
-
### Patch Changes
|
|
19
|
-
|
|
20
|
-
- 9625602: Use mastra core splitted bundles in other packages
|
|
21
|
-
- Updated dependencies [2ab57d6]
|
|
22
|
-
- Updated dependencies [30322ce]
|
|
23
|
-
- Updated dependencies [78eec7c]
|
|
24
|
-
- Updated dependencies [9625602]
|
|
25
|
-
- Updated dependencies [8769a62]
|
|
26
|
-
- @mastra/deployer@0.0.1-alpha.28
|
|
27
|
-
- @mastra/core@0.2.0-alpha.83
|
|
28
|
-
|
|
29
|
-
## 0.0.1-alpha.29
|
|
30
|
-
|
|
31
|
-
### Patch Changes
|
|
32
|
-
|
|
33
|
-
- Updated dependencies [73d112c]
|
|
34
|
-
- Updated dependencies [ac8c61a]
|
|
35
|
-
- @mastra/deployer@0.0.1-alpha.27
|
|
36
|
-
- @mastra/core@0.1.27-alpha.82
|
|
37
|
-
|
|
38
|
-
## 0.0.1-alpha.28
|
|
39
|
-
|
|
40
|
-
### Patch Changes
|
|
41
|
-
|
|
42
|
-
- Updated dependencies [9fb3039]
|
|
43
|
-
- @mastra/core@0.1.27-alpha.81
|
|
44
|
-
- @mastra/deployer@0.0.1-alpha.26
|
|
45
|
-
|
|
46
|
-
## 0.0.1-alpha.27
|
|
47
|
-
|
|
48
|
-
### Patch Changes
|
|
49
|
-
|
|
50
|
-
- Updated dependencies [327ece7]
|
|
51
|
-
- @mastra/core@0.1.27-alpha.80
|
|
52
|
-
- @mastra/deployer@0.0.1-alpha.25
|
|
53
|
-
|
|
54
|
-
## 0.0.1-alpha.26
|
|
55
|
-
|
|
56
|
-
### Patch Changes
|
|
57
|
-
|
|
58
|
-
- Updated dependencies [21fe536]
|
|
59
|
-
- @mastra/core@0.1.27-alpha.79
|
|
60
|
-
- @mastra/deployer@0.0.1-alpha.24
|
|
61
|
-
|
|
62
|
-
## 0.0.1-alpha.25
|
|
63
|
-
|
|
64
|
-
### Patch Changes
|
|
65
|
-
|
|
66
|
-
- Updated dependencies [88f18d7]
|
|
67
|
-
- @mastra/deployer@0.0.1-alpha.23
|
|
68
|
-
|
|
69
|
-
## 0.0.1-alpha.24
|
|
70
|
-
|
|
71
|
-
### Patch Changes
|
|
72
|
-
|
|
73
|
-
- 44c7c26: Rebuild
|
|
74
|
-
|
|
75
|
-
## 0.0.1-alpha.23
|
|
76
|
-
|
|
77
|
-
### Patch Changes
|
|
78
|
-
|
|
79
|
-
- Updated dependencies [685108a]
|
|
80
|
-
- Updated dependencies [685108a]
|
|
81
|
-
- @mastra/deployer@0.0.1-alpha.22
|
|
82
|
-
- @mastra/core@0.1.27-alpha.78
|
|
83
|
-
|
|
84
|
-
## 0.0.1-alpha.22
|
|
85
|
-
|
|
86
|
-
### Patch Changes
|
|
87
|
-
|
|
88
|
-
- 2b75edf: mastra deployers tsup bundling
|
|
89
|
-
- Updated dependencies [8105fae]
|
|
90
|
-
- Updated dependencies [cfb966f]
|
|
91
|
-
- @mastra/core@0.1.27-alpha.77
|
|
92
|
-
- @mastra/deployer@0.0.1-alpha.21
|
|
93
|
-
|
|
94
|
-
## 0.0.1-alpha.21
|
|
95
|
-
|
|
96
|
-
### Patch Changes
|
|
97
|
-
|
|
98
|
-
- Updated dependencies [ae7bf94]
|
|
99
|
-
- Updated dependencies [ae7bf94]
|
|
100
|
-
- @mastra/deployer@0.0.1-alpha.20
|
|
101
|
-
- @mastra/core@0.1.27-alpha.76
|
|
102
|
-
|
|
103
|
-
## 0.0.1-alpha.20
|
|
104
|
-
|
|
105
|
-
### Patch Changes
|
|
106
|
-
|
|
107
|
-
- Updated dependencies [23dcb23]
|
|
108
|
-
- Updated dependencies [7064554]
|
|
109
|
-
- @mastra/core@0.1.27-alpha.75
|
|
110
|
-
- @mastra/deployer@0.0.1-alpha.19
|
|
111
|
-
|
|
112
|
-
## 0.0.1-alpha.19
|
|
113
|
-
|
|
114
|
-
### Patch Changes
|
|
115
|
-
|
|
116
|
-
- Updated dependencies [7b87567]
|
|
117
|
-
- @mastra/core@0.1.27-alpha.74
|
|
118
|
-
- @mastra/deployer@0.0.1-alpha.18
|
|
119
|
-
|
|
120
|
-
## 0.0.1-alpha.18
|
|
121
|
-
|
|
122
|
-
### Patch Changes
|
|
123
|
-
|
|
124
|
-
- Updated dependencies [3427b95]
|
|
125
|
-
- @mastra/core@0.1.27-alpha.73
|
|
126
|
-
- @mastra/deployer@0.0.1-alpha.17
|
|
127
|
-
|
|
128
|
-
## 0.0.1-alpha.17
|
|
129
|
-
|
|
130
|
-
### Patch Changes
|
|
131
|
-
|
|
132
|
-
- Updated dependencies [e4d4ede]
|
|
133
|
-
- Updated dependencies [06b2c0a]
|
|
134
|
-
- @mastra/core@0.1.27-alpha.72
|
|
135
|
-
- @mastra/deployer@0.0.1-alpha.16
|
|
136
|
-
|
|
137
|
-
## 0.0.1-alpha.16
|
|
138
|
-
|
|
139
|
-
### Patch Changes
|
|
140
|
-
|
|
141
|
-
- Updated dependencies [d9c8dd0]
|
|
142
|
-
- @mastra/deployer@0.0.1-alpha.15
|
|
143
|
-
- @mastra/core@0.1.27-alpha.71
|
|
144
|
-
|
|
145
|
-
## 0.0.1-alpha.15
|
|
146
|
-
|
|
147
|
-
### Patch Changes
|
|
148
|
-
|
|
149
|
-
- Updated dependencies [ad2cd74]
|
|
150
|
-
- @mastra/deployer@0.0.1-alpha.14
|
|
151
|
-
|
|
152
|
-
## 0.0.1-alpha.14
|
|
153
|
-
|
|
154
|
-
### Patch Changes
|
|
155
|
-
|
|
156
|
-
- Updated dependencies [a1774e7]
|
|
157
|
-
- @mastra/deployer@0.0.1-alpha.13
|
|
158
|
-
|
|
159
|
-
## 0.0.1-alpha.13
|
|
160
|
-
|
|
161
|
-
### Patch Changes
|
|
162
|
-
|
|
163
|
-
- Updated dependencies [28dceab]
|
|
164
|
-
- @mastra/deployer@0.0.1-alpha.12
|
|
165
|
-
|
|
166
|
-
## 0.0.1-alpha.12
|
|
167
|
-
|
|
168
|
-
### Patch Changes
|
|
169
|
-
|
|
170
|
-
- bdaf834: publish packages
|
|
171
|
-
- Updated dependencies [bdaf834]
|
|
172
|
-
- @mastra/deployer@0.0.1-alpha.11
|
|
173
|
-
|
|
174
|
-
## 0.0.1-alpha.11
|
|
175
|
-
|
|
176
|
-
### Patch Changes
|
|
177
|
-
|
|
178
|
-
- Updated dependencies [dd6d87f]
|
|
179
|
-
- Updated dependencies [04434b6]
|
|
180
|
-
- @mastra/core@0.1.27-alpha.70
|
|
181
|
-
- @mastra/deployer@0.0.1-alpha.10
|
|
182
|
-
|
|
183
|
-
## 0.0.1-alpha.10
|
|
184
|
-
|
|
185
|
-
### Patch Changes
|
|
186
|
-
|
|
187
|
-
- Updated dependencies [9066f95]
|
|
188
|
-
- @mastra/deployer@0.0.1-alpha.9
|
|
189
|
-
|
|
190
|
-
## 0.0.1-alpha.9
|
|
191
|
-
|
|
192
|
-
### Patch Changes
|
|
193
|
-
|
|
194
|
-
- 0d5a03d: Vector store modules
|
|
195
|
-
|
|
196
|
-
## 0.0.1-alpha.8
|
|
197
|
-
|
|
198
|
-
### Patch Changes
|
|
199
|
-
|
|
200
|
-
- Updated dependencies [b425845]
|
|
201
|
-
- @mastra/deployer@0.0.1-alpha.8
|
|
202
|
-
|
|
203
|
-
## 0.0.1-alpha.7
|
|
204
|
-
|
|
205
|
-
### Patch Changes
|
|
206
|
-
|
|
207
|
-
- Updated dependencies [1944807]
|
|
208
|
-
- Updated dependencies [9ade36e]
|
|
209
|
-
- @mastra/deployer@0.0.1-alpha.7
|
|
210
|
-
- @mastra/core@0.1.27-alpha.69
|
|
211
|
-
|
|
212
|
-
## 0.0.1-alpha.6
|
|
213
|
-
|
|
214
|
-
### Patch Changes
|
|
215
|
-
|
|
216
|
-
- Updated dependencies [291fe57]
|
|
217
|
-
- Updated dependencies [1a41fbf]
|
|
218
|
-
- @mastra/deployer@0.0.1-alpha.6
|
|
219
|
-
|
|
220
|
-
## 0.0.1-alpha.5
|
|
221
|
-
|
|
222
|
-
### Patch Changes
|
|
223
|
-
|
|
224
|
-
- Updated dependencies [0be7181]
|
|
225
|
-
- Updated dependencies [0be7181]
|
|
226
|
-
- @mastra/core@0.1.27-alpha.68
|
|
227
|
-
- @mastra/deployer@0.0.1-alpha.5
|
|
228
|
-
|
|
229
3
|
## 0.0.1-alpha.4
|
|
230
4
|
|
|
231
5
|
### Patch Changes
|