@mastra/deployer 0.10.2-alpha.5 → 0.10.2-alpha.6
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.
package/dist/build/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkPUW6NUPY_cjs = require('../chunk-PUW6NUPY.cjs');
|
|
4
4
|
var chunkDTQ7BTPM_cjs = require('../chunk-DTQ7BTPM.cjs');
|
|
5
5
|
var chunkTSG63RGL_cjs = require('../chunk-TSG63RGL.cjs');
|
|
6
6
|
var chunkIMGVLBV7_cjs = require('../chunk-IMGVLBV7.cjs');
|
|
@@ -10,15 +10,15 @@ var chunk4VC5Z4YR_cjs = require('../chunk-4VC5Z4YR.cjs');
|
|
|
10
10
|
|
|
11
11
|
Object.defineProperty(exports, "createWatcher", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkPUW6NUPY_cjs.createWatcher; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "getServerOptions", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkPUW6NUPY_cjs.getServerOptions; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "getWatcherInputOptions", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkPUW6NUPY_cjs.getInputOptions; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "writeTelemetryConfig", {
|
|
24
24
|
enumerable: true,
|
package/dist/build/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { createWatcher, getServerOptions, getInputOptions as getWatcherInputOptions } from '../chunk-
|
|
1
|
+
export { createWatcher, getServerOptions, getInputOptions as getWatcherInputOptions } from '../chunk-UJR423U5.js';
|
|
2
2
|
export { writeTelemetryConfig } from '../chunk-KWJ2766I.js';
|
|
3
3
|
export { analyzeBundle, getBundlerOptions } from '../chunk-2LZRVR53.js';
|
|
4
4
|
export { createBundler, getInputOptions as getBundlerInputOptions } from '../chunk-AOSWYZKN.js';
|
|
@@ -150,7 +150,8 @@ async function getServerOptions(entryFile, outputDir) {
|
|
|
150
150
|
await bundle.write({
|
|
151
151
|
dir: outputDir,
|
|
152
152
|
format: "es",
|
|
153
|
-
entryFileNames: "[name].mjs"
|
|
153
|
+
entryFileNames: "[name].mjs",
|
|
154
|
+
sourcemap: true
|
|
154
155
|
});
|
|
155
156
|
if (result.hasCustomConfig) {
|
|
156
157
|
return (await import(`file:${outputDir}/server-config.mjs`)).server;
|
|
@@ -124,7 +124,8 @@ async function getServerOptions(entryFile, outputDir) {
|
|
|
124
124
|
await bundle.write({
|
|
125
125
|
dir: outputDir,
|
|
126
126
|
format: "es",
|
|
127
|
-
entryFileNames: "[name].mjs"
|
|
127
|
+
entryFileNames: "[name].mjs",
|
|
128
|
+
sourcemap: true
|
|
128
129
|
});
|
|
129
130
|
if (result.hasCustomConfig) {
|
|
130
131
|
return (await import(`file:${outputDir}/server-config.mjs`)).server;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/deployer",
|
|
3
|
-
"version": "0.10.2-alpha.
|
|
3
|
+
"version": "0.10.2-alpha.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"rollup-plugin-node-externals": "^8.0.0",
|
|
109
109
|
"typescript-paths": "^1.5.1",
|
|
110
110
|
"zod": "^3.24.3",
|
|
111
|
-
"@mastra/server": "^0.10.2-alpha.
|
|
111
|
+
"@mastra/server": "^0.10.2-alpha.6"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
114
|
"@hono/node-server": "^1.13.8",
|
|
@@ -127,8 +127,8 @@
|
|
|
127
127
|
"type-fest": "^4.37.0",
|
|
128
128
|
"typescript": "^5.8.2",
|
|
129
129
|
"vitest": "^2.1.9",
|
|
130
|
+
"@mastra/core": "0.10.2-alpha.6",
|
|
130
131
|
"@internal/lint": "0.0.7",
|
|
131
|
-
"@mastra/core": "0.10.2-alpha.5",
|
|
132
132
|
"@mastra/mcp": "^0.10.2-alpha.1"
|
|
133
133
|
},
|
|
134
134
|
"peerDependencies": {
|