@mastra/deployer-netlify 0.1.0-alpha.47 → 0.1.0-alpha.50

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 +33 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @mastra/deployer-netlify
2
2
 
3
+ ## 0.1.0-alpha.50
4
+
5
+ ### Patch Changes
6
+
7
+ - 70dabd9: Fix broken publish
8
+ - Updated dependencies [70dabd9]
9
+ - Updated dependencies [202d404]
10
+ - @mastra/core@0.2.0-alpha.98
11
+ - @mastra/deployer@0.1.0-alpha.47
12
+
13
+ ## 0.1.0-alpha.49
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [07c069d]
18
+ - Updated dependencies [7892533]
19
+ - Updated dependencies [e6d8055]
20
+ - Updated dependencies [a18e96c]
21
+ - Updated dependencies [5950de5]
22
+ - Updated dependencies [df843d3]
23
+ - Updated dependencies [a870123]
24
+ - Updated dependencies [f1e3105]
25
+ - @mastra/core@0.2.0-alpha.97
26
+ - @mastra/deployer@0.1.0-alpha.46
27
+
28
+ ## 0.1.0-alpha.48
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [74b3078]
33
+ - @mastra/core@0.2.0-alpha.96
34
+ - @mastra/deployer@0.1.0-alpha.45
35
+
3
36
  ## 0.1.0-alpha.47
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer-netlify",
3
- "version": "0.1.0-alpha.47",
3
+ "version": "0.1.0-alpha.50",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -22,8 +22,8 @@
22
22
  "execa": "^9.3.1",
23
23
  "netlify-cli": "^18.0.1",
24
24
  "zod": "^3.24.1",
25
- "@mastra/core": "^0.2.0-alpha.95",
26
- "@mastra/deployer": "^0.1.0-alpha.44"
25
+ "@mastra/core": "^0.2.0-alpha.98",
26
+ "@mastra/deployer": "^0.1.0-alpha.47"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/preset-env": "^7.26.0",
@@ -34,8 +34,8 @@
34
34
  "vitest": "^3.0.4"
35
35
  },
36
36
  "scripts": {
37
- "build": "tsup-node src/index.ts --format esm --dts --clean --treeshake",
38
- "dev": "tsup-node src/index.ts --format esm --dts --clean --treeshake --watch",
37
+ "build": "tsup src/index.ts --format esm --dts --clean --treeshake",
38
+ "build:watch": "pnpm build --watch",
39
39
  "test": "vitest run"
40
40
  }
41
41
  }