@mastra/deployer 0.1.1 → 0.1.2

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.1-alpha.0 build C:\Users\Ward\projects\mastra\mastra\packages\deployer
2
+ > @mastra/deployer@0.1.2 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 7607ms
9
+ TSC ⚡️ Build success in 14691ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
12
  Analysis will use the bundled TypeScript version 5.7.3
13
- Writing package typings: C:\Users\Ward\projects\mastra\mastra\packages\deployer\dist\_tsup-dts-rollup.d.ts
14
- DTS ⚡️ Build success in 4167ms
13
+ Writing package typings: /home/runner/work/mastra/mastra/packages/deployer/dist/_tsup-dts-rollup.d.ts
14
+ DTS ⚡️ Build success in 3836ms
15
15
  CLI Cleaning output folder
16
16
  ESM Build start
17
- ESM dist\bundler\index.js 172.00 B
18
- ESM dist\build\analyze.js 85.00 B
19
- ESM dist\build\index.js 383.00 B
20
- ESM dist\index.js 3.72 KB
21
- ESM dist\chunk-S6JYNXAW.js 4.40 KB
22
- ESM dist\chunk-YNXJO2XU.js 2.08 KB
23
- ESM dist\build\bundler.js 102.00 B
24
- ESM dist\chunk-AXS5WSIK.js 8.23 KB
25
- ESM dist\chunk-Z3IHWUWI.js 8.13 KB
26
- ESM dist\server\index.js 147.40 KB
27
- ESM dist\chunk-2S4LOARP.js 7.41 KB
28
- ESM dist\chunk-KXS4XYEJ.js 7.20 KB
29
- ESM ⚡️ Build success in 1862ms
17
+ ESM dist/build/analyze.js 85.00 B
18
+ ESM dist/bundler/index.js 172.00 B
19
+ ESM dist/build/bundler.js 102.00 B
20
+ ESM dist/build/index.js 383.00 B
21
+ ESM dist/chunk-S6JYNXAW.js 4.40 KB
22
+ ESM dist/index.js 3.72 KB
23
+ ESM dist/chunk-AXS5WSIK.js 8.23 KB
24
+ ESM dist/chunk-2S4LOARP.js 7.41 KB
25
+ ESM dist/chunk-KXS4XYEJ.js 7.20 KB
26
+ ESM dist/chunk-YNXJO2XU.js 2.08 KB
27
+ ESM dist/chunk-Z3IHWUWI.js 8.13 KB
28
+ ESM dist/server/index.js 147.40 KB
29
+ ESM ⚡️ Build success in 503ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f205ede]
8
+ - @mastra/core@0.3.0
9
+
3
10
  ## 0.1.1
4
11
 
5
12
  ### Patch Changes
@@ -702,7 +702,7 @@ var middleware = (options) => async (c2) => {
702
702
  );
703
703
  };
704
704
 
705
- // ../../node_modules/.pnpm/hono-openapi@0.4.4_hono@4.7_c963f431f476ec58780e56f6b21cedc5/node_modules/hono-openapi/utils.js
705
+ // ../../node_modules/.pnpm/hono-openapi@0.4.4_hono@4.7.2_openapi-types@12.1.3_zod@3.24.2/node_modules/hono-openapi/utils.js
706
706
  var e = Symbol("openapi");
707
707
  var s2 = ["GET", "PUT", "POST", "DELETE", "OPTIONS", "HEAD", "PATCH", "TRACE"];
708
708
  var n = (e2) => e2.charAt(0).toUpperCase() + e2.slice(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
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.2.1"
55
+ "@mastra/core": "^0.3.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@hono/node-server": "^1.13.7",
@@ -1,5 +0,0 @@
1
- 2025-02-14T13:05:41.282192Z WARN daemon_server: turborepo_lib::commands::daemon: daemon already running
2
- 2025-02-14T13:05:41.413552Z WARN daemon_server: turborepo_lib::commands::daemon: daemon already running
3
- 2025-02-14T13:05:50.325906Z WARN daemon_server: turborepo_lib::commands::daemon: daemon already running
4
- 2025-02-14T13:05:50.443582Z WARN daemon_server: turborepo_lib::commands::daemon: daemon already running
5
- 2025-02-14T13:05:50.568485Z WARN daemon_server: turborepo_lib::commands::daemon: daemon already running
@@ -1,31 +0,0 @@
1
-
2
- > @mastra/deployer@0.1.0 lint C:\Users\Ward\projects\mastra\mastra\packages\deployer
3
- > eslint .
4
-
5
-
6
- C:\Users\Ward\projects\mastra\mastra\packages\deployer\src\bundler\index.ts
7
- 1:1 warning `@mastra/core/bundler` import should occur after import of `node:url` import/order
8
- 2:1 warning `@rollup/plugin-virtual` import should occur after import of `node:url` import/order
9
- 3:1 warning `fs-extra` import should occur after import of `node:url` import/order
10
- 8:1 warning `rollup` type import should occur after import of `fs-extra/esm` import/order
11
-
12
- C:\Users\Ward\projects\mastra\mastra\packages\deployer\src\deploy\log.ts
13
- 1:1 warning `@mastra/core/logger` type import should occur after import of `stream` import/order
14
-
15
- C:\Users\Ward\projects\mastra\mastra\packages\deployer\src\server\handlers\agents.ts
16
- 6:1 warning `hono/http-exception` import should occur before import of `superjson` import/order
17
-
18
- C:\Users\Ward\projects\mastra\mastra\packages\deployer\src\server\handlers\tools.ts
19
- 5:1 warning `hono/http-exception` import should occur before import of `superjson` import/order
20
-
21
- C:\Users\Ward\projects\mastra\mastra\packages\deployer\src\server\index.ts
22
- 8:1 warning `path` import should occur before import of `@hono/node-server` import/order
23
- 9:1 warning `url` import should occur before import of `@hono/node-server` import/order
24
- 11:1 warning `fs/promises` import should occur before import of `@hono/node-server` import/order
25
- 12:1 warning `hono/body-limit` import should occur before import of `hono-openapi` import/order
26
- 13:1 warning `hono/cors` import should occur before import of `hono-openapi` import/order
27
- 14:1 warning `hono/logger` import should occur before import of `hono-openapi` import/order
28
-
29
- ✖ 13 problems (0 errors, 13 warnings)
30
- 0 errors and 13 warnings potentially fixable with the `--fix` option.
31
-