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

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 +142 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,147 @@
1
1
  # @mastra/deployer-netlify
2
2
 
3
+ ## 0.0.1-alpha.20
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [23dcb23]
8
+ - Updated dependencies [7064554]
9
+ - @mastra/core@0.1.27-alpha.75
10
+ - @mastra/deployer@0.0.1-alpha.19
11
+
12
+ ## 0.0.1-alpha.19
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [7b87567]
17
+ - @mastra/core@0.1.27-alpha.74
18
+ - @mastra/deployer@0.0.1-alpha.18
19
+
20
+ ## 0.0.1-alpha.18
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [3427b95]
25
+ - @mastra/core@0.1.27-alpha.73
26
+ - @mastra/deployer@0.0.1-alpha.17
27
+
28
+ ## 0.0.1-alpha.17
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [e4d4ede]
33
+ - Updated dependencies [06b2c0a]
34
+ - @mastra/core@0.1.27-alpha.72
35
+ - @mastra/deployer@0.0.1-alpha.16
36
+
37
+ ## 0.0.1-alpha.16
38
+
39
+ ### Patch Changes
40
+
41
+ - Updated dependencies [d9c8dd0]
42
+ - @mastra/deployer@0.0.1-alpha.15
43
+ - @mastra/core@0.1.27-alpha.71
44
+
45
+ ## 0.0.1-alpha.15
46
+
47
+ ### Patch Changes
48
+
49
+ - Updated dependencies [ad2cd74]
50
+ - @mastra/deployer@0.0.1-alpha.14
51
+
52
+ ## 0.0.1-alpha.14
53
+
54
+ ### Patch Changes
55
+
56
+ - Updated dependencies [a1774e7]
57
+ - @mastra/deployer@0.0.1-alpha.13
58
+
59
+ ## 0.0.1-alpha.13
60
+
61
+ ### Patch Changes
62
+
63
+ - Updated dependencies [28dceab]
64
+ - @mastra/deployer@0.0.1-alpha.12
65
+
66
+ ## 0.0.1-alpha.12
67
+
68
+ ### Patch Changes
69
+
70
+ - bdaf834: publish packages
71
+ - Updated dependencies [bdaf834]
72
+ - @mastra/deployer@0.0.1-alpha.11
73
+
74
+ ## 0.0.1-alpha.11
75
+
76
+ ### Patch Changes
77
+
78
+ - Updated dependencies [dd6d87f]
79
+ - Updated dependencies [04434b6]
80
+ - @mastra/core@0.1.27-alpha.70
81
+ - @mastra/deployer@0.0.1-alpha.10
82
+
83
+ ## 0.0.1-alpha.10
84
+
85
+ ### Patch Changes
86
+
87
+ - Updated dependencies [9066f95]
88
+ - @mastra/deployer@0.0.1-alpha.9
89
+
90
+ ## 0.0.1-alpha.9
91
+
92
+ ### Patch Changes
93
+
94
+ - 0d5a03d: Vector store modules
95
+
96
+ ## 0.0.1-alpha.8
97
+
98
+ ### Patch Changes
99
+
100
+ - Updated dependencies [b425845]
101
+ - @mastra/deployer@0.0.1-alpha.8
102
+
103
+ ## 0.0.1-alpha.7
104
+
105
+ ### Patch Changes
106
+
107
+ - Updated dependencies [1944807]
108
+ - Updated dependencies [9ade36e]
109
+ - @mastra/deployer@0.0.1-alpha.7
110
+ - @mastra/core@0.1.27-alpha.69
111
+
112
+ ## 0.0.1-alpha.6
113
+
114
+ ### Patch Changes
115
+
116
+ - Updated dependencies [291fe57]
117
+ - Updated dependencies [1a41fbf]
118
+ - @mastra/deployer@0.0.1-alpha.6
119
+
120
+ ## 0.0.1-alpha.5
121
+
122
+ ### Patch Changes
123
+
124
+ - Updated dependencies [0be7181]
125
+ - Updated dependencies [0be7181]
126
+ - @mastra/core@0.1.27-alpha.68
127
+ - @mastra/deployer@0.0.1-alpha.5
128
+
129
+ ## 0.0.1-alpha.4
130
+
131
+ ### Patch Changes
132
+
133
+ - Updated dependencies [7babd5c]
134
+ - @mastra/deployer@0.0.1-alpha.4
135
+
136
+ ## 0.0.1-alpha.3
137
+
138
+ ### Patch Changes
139
+
140
+ - Updated dependencies [c8ff2f5]
141
+ - Updated dependencies [a291824]
142
+ - @mastra/core@0.1.27-alpha.67
143
+ - @mastra/deployer@0.0.1-alpha.3
144
+
3
145
  ## 0.0.1-alpha.2
4
146
 
5
147
  ### 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.20",
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.75",
32
+ "@mastra/deployer": "0.0.1-alpha.19"
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
  },