@mastra/deployer-netlify 0.1.5-alpha.3 → 0.1.5

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.
@@ -6,13 +6,13 @@
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.3.6
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 7917ms
9
+ TSC ⚡️ Build success in 8021ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
12
  Analysis will use the bundled TypeScript version 5.7.3
13
13
  Writing package typings: /home/runner/work/mastra/mastra/deployers/netlify/dist/_tsup-dts-rollup.d.ts
14
- DTS ⚡️ Build success in 4944ms
14
+ DTS ⚡️ Build success in 6232ms
15
15
  CLI Cleaning output folder
16
16
  ESM Build start
17
17
  ESM dist/index.js 3.47 KB
18
- ESM ⚡️ Build success in 303ms
18
+ ESM ⚡️ Build success in 288ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @mastra/deployer-netlify
2
2
 
3
+ ## 0.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7fceae1]
8
+ - Updated dependencies [e4ee56c]
9
+ - Updated dependencies [8d94c3e]
10
+ - Updated dependencies [2d68431]
11
+ - Updated dependencies [99dcdb5]
12
+ - Updated dependencies [6cb63e0]
13
+ - Updated dependencies [f626fbb]
14
+ - Updated dependencies [e752340]
15
+ - Updated dependencies [eb91535]
16
+ - @mastra/core@0.4.2
17
+ - @mastra/deployer@0.1.5
18
+
3
19
  ## 0.1.5-alpha.3
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer-netlify",
3
- "version": "0.1.5-alpha.3",
3
+ "version": "0.1.5",
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.4.2-alpha.2",
25
- "@mastra/deployer": "^0.1.5-alpha.3"
24
+ "@mastra/core": "^0.4.2",
25
+ "@mastra/deployer": "^0.1.5"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@microsoft/api-extractor": "^7.49.2",