@mastra/deployer 0.1.6-alpha.3 → 0.1.6-alpha.4

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,41 +1,41 @@
1
1
 
2
- > @mastra/deployer@0.1.6-alpha.3 build /home/runner/work/mastra/mastra/packages/deployer
2
+ > @mastra/deployer@0.1.6-alpha.4 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,cjs --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 21997ms
9
+ TSC ⚡️ Build success in 18147ms
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
14
  Analysis will use the bundled TypeScript version 5.7.3
15
15
  Writing package typings: /home/runner/work/mastra/mastra/packages/deployer/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 15208ms
16
+ DTS ⚡️ Build success in 12265ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
+ "nodeResolve" is imported from external module "@rollup/plugin-node-resolve" but never used in "dist/index.cjs".
21
+ "watch" is imported from external module "rollup" but never used in "dist/index.cjs".
20
22
  ESM dist/index.js 3.74 KB
21
23
  ESM dist/build/analyze.js 85.00 B
22
- ESM dist/build/bundler.js 102.00 B
23
24
  ESM dist/build/index.js 383.00 B
24
25
  ESM dist/chunk-UTCL3MQF.js 7.41 KB
26
+ ESM dist/build/bundler.js 102.00 B
25
27
  ESM dist/bundler/index.js 172.00 B
28
+ ESM dist/chunk-AV33GZ7F.js 4.40 KB
26
29
  ESM dist/chunk-NSQJ2X7J.js 8.26 KB
27
30
  ESM dist/chunk-X5EDXVOK.js 8.45 KB
28
31
  ESM dist/chunk-AC67BJSW.js 7.44 KB
29
- ESM dist/chunk-AV33GZ7F.js 4.40 KB
30
32
  ESM dist/chunk-PT5XTSU2.js 1.86 KB
31
33
  ESM dist/server/index.js 155.05 KB
32
- ESM ⚡️ Build success in 3056ms
33
- "nodeResolve" is imported from external module "@rollup/plugin-node-resolve" but never used in "dist/index.cjs".
34
- "watch" is imported from external module "rollup" but never used in "dist/index.cjs".
34
+ ESM ⚡️ Build success in 4685ms
35
35
  CJS dist/build/bundler.cjs 10.25 KB
36
- CJS dist/build/analyze.cjs 11.21 KB
37
- CJS dist/index.cjs 38.28 KB
38
36
  CJS dist/bundler/index.cjs 31.39 KB
37
+ CJS dist/build/analyze.cjs 11.21 KB
39
38
  CJS dist/build/index.cjs 34.84 KB
40
39
  CJS dist/server/index.cjs 156.10 KB
41
- CJS ⚡️ Build success in 5110ms
40
+ CJS dist/index.cjs 38.28 KB
41
+ CJS ⚡️ Build success in 4686ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.1.6-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [dabecf4]
8
+ - @mastra/core@0.4.3-alpha.4
9
+
3
10
  ## 0.1.6-alpha.3
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer",
3
- "version": "0.1.6-alpha.3",
3
+ "version": "0.1.6-alpha.4",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -80,7 +80,7 @@
80
80
  "rollup-plugin-esbuild": "^6.1.1",
81
81
  "rollup-plugin-node-externals": "^8.0.0",
82
82
  "zod": "^3.24.1",
83
- "@mastra/core": "^0.4.3-alpha.3"
83
+ "@mastra/core": "^0.4.3-alpha.4"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@hono/node-server": "^1.13.7",