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

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