@mastra/deployer-netlify 0.0.1-alpha.2 → 0.0.1-alpha.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +151 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,156 @@
1
1
  # @mastra/deployer-netlify
2
2
 
3
+ ## 0.0.1-alpha.21
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ae7bf94]
8
+ - Updated dependencies [ae7bf94]
9
+ - @mastra/deployer@0.0.1-alpha.20
10
+ - @mastra/core@0.1.27-alpha.76
11
+
12
+ ## 0.0.1-alpha.20
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [23dcb23]
17
+ - Updated dependencies [7064554]
18
+ - @mastra/core@0.1.27-alpha.75
19
+ - @mastra/deployer@0.0.1-alpha.19
20
+
21
+ ## 0.0.1-alpha.19
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [7b87567]
26
+ - @mastra/core@0.1.27-alpha.74
27
+ - @mastra/deployer@0.0.1-alpha.18
28
+
29
+ ## 0.0.1-alpha.18
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies [3427b95]
34
+ - @mastra/core@0.1.27-alpha.73
35
+ - @mastra/deployer@0.0.1-alpha.17
36
+
37
+ ## 0.0.1-alpha.17
38
+
39
+ ### Patch Changes
40
+
41
+ - Updated dependencies [e4d4ede]
42
+ - Updated dependencies [06b2c0a]
43
+ - @mastra/core@0.1.27-alpha.72
44
+ - @mastra/deployer@0.0.1-alpha.16
45
+
46
+ ## 0.0.1-alpha.16
47
+
48
+ ### Patch Changes
49
+
50
+ - Updated dependencies [d9c8dd0]
51
+ - @mastra/deployer@0.0.1-alpha.15
52
+ - @mastra/core@0.1.27-alpha.71
53
+
54
+ ## 0.0.1-alpha.15
55
+
56
+ ### Patch Changes
57
+
58
+ - Updated dependencies [ad2cd74]
59
+ - @mastra/deployer@0.0.1-alpha.14
60
+
61
+ ## 0.0.1-alpha.14
62
+
63
+ ### Patch Changes
64
+
65
+ - Updated dependencies [a1774e7]
66
+ - @mastra/deployer@0.0.1-alpha.13
67
+
68
+ ## 0.0.1-alpha.13
69
+
70
+ ### Patch Changes
71
+
72
+ - Updated dependencies [28dceab]
73
+ - @mastra/deployer@0.0.1-alpha.12
74
+
75
+ ## 0.0.1-alpha.12
76
+
77
+ ### Patch Changes
78
+
79
+ - bdaf834: publish packages
80
+ - Updated dependencies [bdaf834]
81
+ - @mastra/deployer@0.0.1-alpha.11
82
+
83
+ ## 0.0.1-alpha.11
84
+
85
+ ### Patch Changes
86
+
87
+ - Updated dependencies [dd6d87f]
88
+ - Updated dependencies [04434b6]
89
+ - @mastra/core@0.1.27-alpha.70
90
+ - @mastra/deployer@0.0.1-alpha.10
91
+
92
+ ## 0.0.1-alpha.10
93
+
94
+ ### Patch Changes
95
+
96
+ - Updated dependencies [9066f95]
97
+ - @mastra/deployer@0.0.1-alpha.9
98
+
99
+ ## 0.0.1-alpha.9
100
+
101
+ ### Patch Changes
102
+
103
+ - 0d5a03d: Vector store modules
104
+
105
+ ## 0.0.1-alpha.8
106
+
107
+ ### Patch Changes
108
+
109
+ - Updated dependencies [b425845]
110
+ - @mastra/deployer@0.0.1-alpha.8
111
+
112
+ ## 0.0.1-alpha.7
113
+
114
+ ### Patch Changes
115
+
116
+ - Updated dependencies [1944807]
117
+ - Updated dependencies [9ade36e]
118
+ - @mastra/deployer@0.0.1-alpha.7
119
+ - @mastra/core@0.1.27-alpha.69
120
+
121
+ ## 0.0.1-alpha.6
122
+
123
+ ### Patch Changes
124
+
125
+ - Updated dependencies [291fe57]
126
+ - Updated dependencies [1a41fbf]
127
+ - @mastra/deployer@0.0.1-alpha.6
128
+
129
+ ## 0.0.1-alpha.5
130
+
131
+ ### Patch Changes
132
+
133
+ - Updated dependencies [0be7181]
134
+ - Updated dependencies [0be7181]
135
+ - @mastra/core@0.1.27-alpha.68
136
+ - @mastra/deployer@0.0.1-alpha.5
137
+
138
+ ## 0.0.1-alpha.4
139
+
140
+ ### Patch Changes
141
+
142
+ - Updated dependencies [7babd5c]
143
+ - @mastra/deployer@0.0.1-alpha.4
144
+
145
+ ## 0.0.1-alpha.3
146
+
147
+ ### Patch Changes
148
+
149
+ - Updated dependencies [c8ff2f5]
150
+ - Updated dependencies [a291824]
151
+ - @mastra/core@0.1.27-alpha.67
152
+ - @mastra/deployer@0.0.1-alpha.3
153
+
3
154
  ## 0.0.1-alpha.2
4
155
 
5
156
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer-netlify",
3
- "version": "0.0.1-alpha.2",
3
+ "version": "0.0.1-alpha.21",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -28,8 +28,8 @@
28
28
  "execa": "^9.3.1",
29
29
  "netlify-cli": "^18.0.1",
30
30
  "zod": "^3.24.1",
31
- "@mastra/deployer": "0.0.1-alpha.2",
32
- "@mastra/core": "0.1.27-alpha.66"
31
+ "@mastra/core": "0.1.27-alpha.76",
32
+ "@mastra/deployer": "0.0.1-alpha.20"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@babel/preset-env": "^7.26.0",
@@ -37,7 +37,6 @@
37
37
  "@tsconfig/recommended": "^1.0.7",
38
38
  "@types/jsdom": "^21.1.7",
39
39
  "@types/node": "^22.9.0",
40
- "@types/pg": "^8.11.10",
41
40
  "dts-cli": "^2.0.5",
42
41
  "vitest": "^2.1.8"
43
42
  },