@mastra/deployer 0.1.3-alpha.0 → 0.1.3

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.
@@ -1,29 +1,29 @@
1
1
 
2
- > @mastra/deployer@0.1.3-alpha.0 build /home/runner/work/mastra/mastra/packages/deployer
2
+ > @mastra/deployer@0.1.3-alpha.1 build /home/runner/work/mastra/mastra/packages/deployer
3
3
  > tsup src/index.ts src/build/index.ts src/server/index.ts src/build/bundler.ts src/build/analyze.ts src/bundler/index.ts --format esm --clean --experimental-dts --treeshake --publicDir
4
4
 
5
5
  CLI Building entry: src/index.ts, src/build/analyze.ts, src/build/bundler.ts, src/build/index.ts, src/bundler/index.ts, src/server/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.3.6
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 18665ms
9
+ TSC ⚡️ Build success in 17204ms
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/packages/deployer/dist/_tsup-dts-rollup.d.ts
14
- DTS ⚡️ Build success in 9323ms
14
+ DTS ⚡️ Build success in 7734ms
15
15
  CLI Cleaning output folder
16
16
  ESM Build start
17
17
  ESM dist/index.js 3.72 KB
18
18
  ESM dist/build/analyze.js 85.00 B
19
19
  ESM dist/build/bundler.js 102.00 B
20
20
  ESM dist/build/index.js 383.00 B
21
- ESM dist/chunk-2S4LOARP.js 7.41 KB
22
- ESM dist/bundler/index.js 172.00 B
23
21
  ESM dist/chunk-S6JYNXAW.js 4.40 KB
22
+ ESM dist/bundler/index.js 172.00 B
24
23
  ESM dist/chunk-AXS5WSIK.js 8.23 KB
25
- ESM dist/chunk-KXS4XYEJ.js 7.20 KB
26
24
  ESM dist/chunk-YNXJO2XU.js 2.08 KB
25
+ ESM dist/chunk-KXS4XYEJ.js 7.20 KB
27
26
  ESM dist/chunk-Z3IHWUWI.js 8.13 KB
27
+ ESM dist/chunk-2S4LOARP.js 7.41 KB
28
28
  ESM dist/server/index.js 147.44 KB
29
- ESM ⚡️ Build success in 3082ms
29
+ ESM ⚡️ Build success in 2375ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 5297264: Fix build errors by changing contracts
8
+ - Updated dependencies [2fc618f]
9
+ - Updated dependencies [fe0fd01]
10
+ - @mastra/core@0.4.0
11
+
12
+ ## 0.1.3-alpha.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [fe0fd01]
17
+ - @mastra/core@0.4.0-alpha.1
18
+
3
19
  ## 0.1.3-alpha.0
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer",
3
- "version": "0.1.3-alpha.0",
3
+ "version": "0.1.3",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -52,7 +52,7 @@
52
52
  "rollup-plugin-esbuild": "^6.1.1",
53
53
  "rollup-plugin-node-externals": "^8.0.0",
54
54
  "zod": "^3.24.1",
55
- "@mastra/core": "^0.4.0-alpha.0"
55
+ "@mastra/core": "^0.4.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@hono/node-server": "^1.13.7",