@mastra/deployer-netlify 0.0.1-alpha.1 → 0.0.1-alpha.11

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 +77 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,82 @@
1
1
  # @mastra/deployer-netlify
2
2
 
3
+ ## 0.0.1-alpha.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [dd6d87f]
8
+ - Updated dependencies [04434b6]
9
+ - @mastra/core@0.1.27-alpha.70
10
+ - @mastra/deployer@0.0.1-alpha.10
11
+
12
+ ## 0.0.1-alpha.10
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [9066f95]
17
+ - @mastra/deployer@0.0.1-alpha.9
18
+
19
+ ## 0.0.1-alpha.9
20
+
21
+ ### Patch Changes
22
+
23
+ - 0d5a03d: Vector store modules
24
+
25
+ ## 0.0.1-alpha.8
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies [b425845]
30
+ - @mastra/deployer@0.0.1-alpha.8
31
+
32
+ ## 0.0.1-alpha.7
33
+
34
+ ### Patch Changes
35
+
36
+ - Updated dependencies [1944807]
37
+ - Updated dependencies [9ade36e]
38
+ - @mastra/deployer@0.0.1-alpha.7
39
+ - @mastra/core@0.1.27-alpha.69
40
+
41
+ ## 0.0.1-alpha.6
42
+
43
+ ### Patch Changes
44
+
45
+ - Updated dependencies [291fe57]
46
+ - Updated dependencies [1a41fbf]
47
+ - @mastra/deployer@0.0.1-alpha.6
48
+
49
+ ## 0.0.1-alpha.5
50
+
51
+ ### Patch Changes
52
+
53
+ - Updated dependencies [0be7181]
54
+ - Updated dependencies [0be7181]
55
+ - @mastra/core@0.1.27-alpha.68
56
+ - @mastra/deployer@0.0.1-alpha.5
57
+
58
+ ## 0.0.1-alpha.4
59
+
60
+ ### Patch Changes
61
+
62
+ - Updated dependencies [7babd5c]
63
+ - @mastra/deployer@0.0.1-alpha.4
64
+
65
+ ## 0.0.1-alpha.3
66
+
67
+ ### Patch Changes
68
+
69
+ - Updated dependencies [c8ff2f5]
70
+ - Updated dependencies [a291824]
71
+ - @mastra/core@0.1.27-alpha.67
72
+ - @mastra/deployer@0.0.1-alpha.3
73
+
74
+ ## 0.0.1-alpha.2
75
+
76
+ ### Patch Changes
77
+
78
+ - 88600bc: Deployer fixes
79
+
3
80
  ## 0.0.1-alpha.1
4
81
 
5
82
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer-netlify",
3
- "version": "0.0.1-alpha.1",
3
+ "version": "0.0.1-alpha.11",
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.66",
32
- "@mastra/deployer": "0.0.1-alpha.2"
31
+ "@mastra/core": "0.1.27-alpha.70",
32
+ "@mastra/deployer": "0.0.1-alpha.10"
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
  },