@mastra/deployer-netlify 0.1.0-alpha.56 → 0.1.0-alpha.58

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 +23 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @mastra/deployer-netlify
2
2
 
3
+ ## 0.1.0-alpha.58
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [1420ae2]
8
+ - Updated dependencies [99f1847]
9
+ - @mastra/core@0.2.0-alpha.105
10
+ - @mastra/deployer@0.1.0-alpha.55
11
+
12
+ ## 0.1.0-alpha.57
13
+
14
+ ### Patch Changes
15
+
16
+ - b97ca96: Tracing into default storage
17
+ - Updated dependencies [5fdc87c]
18
+ - Updated dependencies [b97ca96]
19
+ - Updated dependencies [6780223]
20
+ - Updated dependencies [72d1990]
21
+ - Updated dependencies [cf6d825]
22
+ - Updated dependencies [10870bc]
23
+ - @mastra/core@0.2.0-alpha.104
24
+ - @mastra/deployer@0.1.0-alpha.54
25
+
3
26
  ## 0.1.0-alpha.56
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer-netlify",
3
- "version": "0.1.0-alpha.56",
3
+ "version": "0.1.0-alpha.58",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -21,8 +21,8 @@
21
21
  "execa": "^9.3.1",
22
22
  "netlify-cli": "^18.0.1",
23
23
  "zod": "^3.24.1",
24
- "@mastra/core": "^0.2.0-alpha.103",
25
- "@mastra/deployer": "^0.1.0-alpha.53"
24
+ "@mastra/core": "^0.2.0-alpha.105",
25
+ "@mastra/deployer": "^0.1.0-alpha.55"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@microsoft/api-extractor": "^7.49.2",