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