@mastra/deployer 0.2.7 → 0.2.8-alpha.1
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/_tsup-dts-rollup.d.cts +1 -2
- package/dist/_tsup-dts-rollup.d.ts +1 -2
- package/dist/build/index.cjs +2 -2
- package/dist/build/index.js +1 -1
- package/dist/bundler/index.cjs +2 -2
- package/dist/bundler/index.js +1 -1
- package/dist/{chunk-WFC3CUZ3.cjs → chunk-JDY6E7BT.cjs} +9 -4
- package/dist/{chunk-VFZVVUQE.cjs → chunk-MYE33AKL.cjs} +12 -15
- package/dist/{chunk-74KZVNKH.js → chunk-SQQUYWPS.js} +7 -2
- package/dist/{chunk-5UBGPRKT.js → chunk-YQB677IB.js} +11 -13
- package/dist/index.cjs +7 -7
- package/dist/index.js +3 -3
- package/dist/services/index.cjs +2 -2
- package/dist/services/index.js +1 -1
- package/package.json +3 -3
|
@@ -150,9 +150,8 @@ declare class Deps extends MastraBase {
|
|
|
150
150
|
constructor(rootDir?: string);
|
|
151
151
|
private findLockFile;
|
|
152
152
|
private getPackageManager;
|
|
153
|
-
install({ dir
|
|
153
|
+
install({ dir }: {
|
|
154
154
|
dir?: string;
|
|
155
|
-
packages?: string[];
|
|
156
155
|
}): Promise<unknown>;
|
|
157
156
|
installPackages(packages: string[]): Promise<unknown>;
|
|
158
157
|
checkDependencies(dependencies: string[]): Promise<string>;
|
|
@@ -150,9 +150,8 @@ declare class Deps extends MastraBase {
|
|
|
150
150
|
constructor(rootDir?: string);
|
|
151
151
|
private findLockFile;
|
|
152
152
|
private getPackageManager;
|
|
153
|
-
install({ dir
|
|
153
|
+
install({ dir }: {
|
|
154
154
|
dir?: string;
|
|
155
|
-
packages?: string[];
|
|
156
155
|
}): Promise<unknown>;
|
|
157
156
|
installPackages(packages: string[]): Promise<unknown>;
|
|
158
157
|
checkDependencies(dependencies: string[]): Promise<string>;
|
package/dist/build/index.cjs
CHANGED
|
@@ -5,7 +5,7 @@ var chunk2ZPQX6BX_cjs = require('../chunk-2ZPQX6BX.cjs');
|
|
|
5
5
|
var chunkP5SATU7G_cjs = require('../chunk-P5SATU7G.cjs');
|
|
6
6
|
var chunkAE4CVAPK_cjs = require('../chunk-AE4CVAPK.cjs');
|
|
7
7
|
var chunkNCROGJGB_cjs = require('../chunk-NCROGJGB.cjs');
|
|
8
|
-
var
|
|
8
|
+
var chunkMYE33AKL_cjs = require('../chunk-MYE33AKL.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
@@ -43,5 +43,5 @@ Object.defineProperty(exports, "FileService", {
|
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "Deps", {
|
|
45
45
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunkMYE33AKL_cjs.Deps; }
|
|
47
47
|
});
|
package/dist/build/index.js
CHANGED
|
@@ -3,4 +3,4 @@ export { writeTelemetryConfig } from '../chunk-4AYFLP6G.js';
|
|
|
3
3
|
export { analyzeBundle } from '../chunk-BDTZS3JM.js';
|
|
4
4
|
export { createBundler, getInputOptions as getBundlerInputOptions } from '../chunk-IKPL4RGG.js';
|
|
5
5
|
export { FileService } from '../chunk-DYQ225MJ.js';
|
|
6
|
-
export { Deps } from '../chunk-
|
|
6
|
+
export { Deps } from '../chunk-YQB677IB.js';
|
package/dist/bundler/index.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkJDY6E7BT_cjs = require('../chunk-JDY6E7BT.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "Bundler", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkJDY6E7BT_cjs.Bundler; }
|
|
10
10
|
});
|
package/dist/bundler/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Bundler } from '../chunk-
|
|
1
|
+
export { Bundler } from '../chunk-SQQUYWPS.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var chunk2ZPQX6BX_cjs = require('./chunk-2ZPQX6BX.cjs');
|
|
4
4
|
var chunkP5SATU7G_cjs = require('./chunk-P5SATU7G.cjs');
|
|
5
5
|
var chunkAE4CVAPK_cjs = require('./chunk-AE4CVAPK.cjs');
|
|
6
|
-
var
|
|
6
|
+
var chunkMYE33AKL_cjs = require('./chunk-MYE33AKL.cjs');
|
|
7
7
|
var fs = require('fs');
|
|
8
8
|
var promises = require('fs/promises');
|
|
9
9
|
var path = require('path');
|
|
@@ -32,7 +32,7 @@ var Bundler = class extends bundler.MastraBundler {
|
|
|
32
32
|
}
|
|
33
33
|
async writeInstrumentationFile(outputDirectory) {
|
|
34
34
|
const instrumentationFile = path.join(outputDirectory, "instrumentation.mjs");
|
|
35
|
-
const __dirname = path.dirname(url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('chunk-
|
|
35
|
+
const __dirname = path.dirname(url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('chunk-JDY6E7BT.cjs', document.baseURI).href))));
|
|
36
36
|
await esm.copy(path.join(__dirname, "templates", "instrumentation-template.js"), instrumentationFile);
|
|
37
37
|
}
|
|
38
38
|
async writePackageJson(outputDirectory, dependencies) {
|
|
@@ -77,7 +77,7 @@ var Bundler = class extends bundler.MastraBundler {
|
|
|
77
77
|
return await chunkP5SATU7G_cjs.analyzeBundle(entry, mastraFile, path.join(outputDirectory, this.analyzeOutputDir), "node", this.logger);
|
|
78
78
|
}
|
|
79
79
|
async installDependencies(outputDirectory, rootDir = process.cwd()) {
|
|
80
|
-
const deps = new
|
|
80
|
+
const deps = new chunkMYE33AKL_cjs.DepsService(rootDir);
|
|
81
81
|
deps.__setLogger(this.logger);
|
|
82
82
|
await deps.install({ dir: path.join(outputDirectory, this.outputDir) });
|
|
83
83
|
}
|
|
@@ -132,7 +132,12 @@ var Bundler = class extends bundler.MastraBundler {
|
|
|
132
132
|
await this.writeInstrumentationFile(path.join(outputDirectory, this.outputDir));
|
|
133
133
|
this.logger.info("Bundling Mastra application");
|
|
134
134
|
const inputOptions = await this.getBundlerOptions(serverFile, mastraEntryFile, analyzedBundleInfo);
|
|
135
|
-
const bundler = await this.createBundler(inputOptions, {
|
|
135
|
+
const bundler = await this.createBundler(inputOptions, {
|
|
136
|
+
dir: bundleLocation,
|
|
137
|
+
manualChunks: {
|
|
138
|
+
mastra: ["#mastra"]
|
|
139
|
+
}
|
|
140
|
+
});
|
|
136
141
|
await bundler.write();
|
|
137
142
|
this.logger.info("Bundling Mastra done");
|
|
138
143
|
this.logger.info("Copying public files");
|
|
@@ -7,7 +7,7 @@ var fsPromises = require('fs/promises');
|
|
|
7
7
|
var path = require('path');
|
|
8
8
|
var url = require('url');
|
|
9
9
|
var base = require('@mastra/core/base');
|
|
10
|
-
var
|
|
10
|
+
var esm = require('fs-extra/esm');
|
|
11
11
|
|
|
12
12
|
var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
|
|
13
13
|
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
@@ -15,7 +15,6 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
|
15
15
|
var fs__default = /*#__PURE__*/_interopDefault(fs);
|
|
16
16
|
var fsPromises__default = /*#__PURE__*/_interopDefault(fsPromises);
|
|
17
17
|
var path__default = /*#__PURE__*/_interopDefault(path);
|
|
18
|
-
var fsExtra__default = /*#__PURE__*/_interopDefault(fsExtra);
|
|
19
18
|
|
|
20
19
|
// src/deploy/log.ts
|
|
21
20
|
var createPinoStream = (logger) => {
|
|
@@ -100,17 +99,16 @@ var Deps = class extends base.MastraBase {
|
|
|
100
99
|
return "npm";
|
|
101
100
|
}
|
|
102
101
|
}
|
|
103
|
-
async install({ dir = this.rootDir
|
|
102
|
+
async install({ dir = this.rootDir }) {
|
|
104
103
|
let runCommand = this.packageManager;
|
|
105
104
|
switch (this.packageManager) {
|
|
106
|
-
case "npm":
|
|
107
|
-
runCommand = `${this.packageManager} i`;
|
|
108
|
-
break;
|
|
109
105
|
case "pnpm":
|
|
110
106
|
runCommand = `${this.packageManager} --ignore-workspace install`;
|
|
111
107
|
break;
|
|
108
|
+
case "yarn":
|
|
109
|
+
await esm.ensureFile(path__default.default.join(dir, "yarn.lock"));
|
|
112
110
|
default:
|
|
113
|
-
runCommand = `${this.packageManager}
|
|
111
|
+
runCommand = `${this.packageManager} install`;
|
|
114
112
|
}
|
|
115
113
|
const cpLogger = createChildProcessLogger({
|
|
116
114
|
logger: this.logger,
|
|
@@ -118,7 +116,7 @@ var Deps = class extends base.MastraBase {
|
|
|
118
116
|
});
|
|
119
117
|
return cpLogger({
|
|
120
118
|
cmd: runCommand,
|
|
121
|
-
args:
|
|
119
|
+
args: [],
|
|
122
120
|
env: {
|
|
123
121
|
PATH: process.env.PATH
|
|
124
122
|
}
|
|
@@ -151,7 +149,7 @@ var Deps = class extends base.MastraBase {
|
|
|
151
149
|
} catch {
|
|
152
150
|
return "No package.json file found in the current directory";
|
|
153
151
|
}
|
|
154
|
-
const packageJson =
|
|
152
|
+
const packageJson = await esm.readJSON(packageJsonPath);
|
|
155
153
|
for (const dependency of dependencies) {
|
|
156
154
|
if (!packageJson.dependencies || !packageJson.dependencies[dependency]) {
|
|
157
155
|
return `Please install ${dependency} before running this command (${this.packageManager} install ${dependency})`;
|
|
@@ -166,27 +164,26 @@ var Deps = class extends base.MastraBase {
|
|
|
166
164
|
async getProjectName() {
|
|
167
165
|
try {
|
|
168
166
|
const packageJsonPath = path__default.default.join(this.rootDir, "package.json");
|
|
169
|
-
const
|
|
170
|
-
const pkg = JSON.parse(packageJson);
|
|
167
|
+
const pkg = await esm.readJSON(packageJsonPath);
|
|
171
168
|
return pkg.name;
|
|
172
169
|
} catch (err) {
|
|
173
170
|
throw err;
|
|
174
171
|
}
|
|
175
172
|
}
|
|
176
173
|
async getPackageVersion() {
|
|
177
|
-
const __filename = url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('chunk-
|
|
174
|
+
const __filename = url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('chunk-MYE33AKL.cjs', document.baseURI).href)));
|
|
178
175
|
const __dirname = path.dirname(__filename);
|
|
179
176
|
const pkgJsonPath = path__default.default.join(__dirname, "..", "..", "package.json");
|
|
180
|
-
const content = await
|
|
177
|
+
const content = await esm.readJSON(pkgJsonPath);
|
|
181
178
|
return content.version;
|
|
182
179
|
}
|
|
183
180
|
async addScriptsToPackageJson(scripts) {
|
|
184
|
-
const packageJson =
|
|
181
|
+
const packageJson = await esm.readJSON("package.json");
|
|
185
182
|
packageJson.scripts = {
|
|
186
183
|
...packageJson.scripts,
|
|
187
184
|
...scripts
|
|
188
185
|
};
|
|
189
|
-
await
|
|
186
|
+
await esm.writeJSON("package.json", packageJson, { spaces: 2 });
|
|
190
187
|
}
|
|
191
188
|
};
|
|
192
189
|
var DepsService = class extends Deps {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { writeTelemetryConfig } from './chunk-4AYFLP6G.js';
|
|
2
2
|
import { analyzeBundle } from './chunk-BDTZS3JM.js';
|
|
3
3
|
import { createBundler, getInputOptions } from './chunk-IKPL4RGG.js';
|
|
4
|
-
import { DepsService } from './chunk-
|
|
4
|
+
import { DepsService } from './chunk-YQB677IB.js';
|
|
5
5
|
import { existsSync } from 'node:fs';
|
|
6
6
|
import { writeFile, stat } from 'node:fs/promises';
|
|
7
7
|
import { join, dirname } from 'node:path';
|
|
@@ -124,7 +124,12 @@ var Bundler = class extends MastraBundler {
|
|
|
124
124
|
await this.writeInstrumentationFile(join(outputDirectory, this.outputDir));
|
|
125
125
|
this.logger.info("Bundling Mastra application");
|
|
126
126
|
const inputOptions = await this.getBundlerOptions(serverFile, mastraEntryFile, analyzedBundleInfo);
|
|
127
|
-
const bundler = await this.createBundler(inputOptions, {
|
|
127
|
+
const bundler = await this.createBundler(inputOptions, {
|
|
128
|
+
dir: bundleLocation,
|
|
129
|
+
manualChunks: {
|
|
130
|
+
mastra: ["#mastra"]
|
|
131
|
+
}
|
|
132
|
+
});
|
|
128
133
|
await bundler.write();
|
|
129
134
|
this.logger.info("Bundling Mastra done");
|
|
130
135
|
this.logger.info("Copying public files");
|
|
@@ -5,7 +5,7 @@ import fsPromises from 'fs/promises';
|
|
|
5
5
|
import path, { dirname } from 'path';
|
|
6
6
|
import { fileURLToPath } from 'url';
|
|
7
7
|
import { MastraBase } from '@mastra/core/base';
|
|
8
|
-
import
|
|
8
|
+
import { ensureFile, readJSON, writeJSON } from 'fs-extra/esm';
|
|
9
9
|
|
|
10
10
|
// src/deploy/log.ts
|
|
11
11
|
var createPinoStream = (logger) => {
|
|
@@ -90,17 +90,16 @@ var Deps = class extends MastraBase {
|
|
|
90
90
|
return "npm";
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
|
-
async install({ dir = this.rootDir
|
|
93
|
+
async install({ dir = this.rootDir }) {
|
|
94
94
|
let runCommand = this.packageManager;
|
|
95
95
|
switch (this.packageManager) {
|
|
96
|
-
case "npm":
|
|
97
|
-
runCommand = `${this.packageManager} i`;
|
|
98
|
-
break;
|
|
99
96
|
case "pnpm":
|
|
100
97
|
runCommand = `${this.packageManager} --ignore-workspace install`;
|
|
101
98
|
break;
|
|
99
|
+
case "yarn":
|
|
100
|
+
await ensureFile(path.join(dir, "yarn.lock"));
|
|
102
101
|
default:
|
|
103
|
-
runCommand = `${this.packageManager}
|
|
102
|
+
runCommand = `${this.packageManager} install`;
|
|
104
103
|
}
|
|
105
104
|
const cpLogger = createChildProcessLogger({
|
|
106
105
|
logger: this.logger,
|
|
@@ -108,7 +107,7 @@ var Deps = class extends MastraBase {
|
|
|
108
107
|
});
|
|
109
108
|
return cpLogger({
|
|
110
109
|
cmd: runCommand,
|
|
111
|
-
args:
|
|
110
|
+
args: [],
|
|
112
111
|
env: {
|
|
113
112
|
PATH: process.env.PATH
|
|
114
113
|
}
|
|
@@ -141,7 +140,7 @@ var Deps = class extends MastraBase {
|
|
|
141
140
|
} catch {
|
|
142
141
|
return "No package.json file found in the current directory";
|
|
143
142
|
}
|
|
144
|
-
const packageJson =
|
|
143
|
+
const packageJson = await readJSON(packageJsonPath);
|
|
145
144
|
for (const dependency of dependencies) {
|
|
146
145
|
if (!packageJson.dependencies || !packageJson.dependencies[dependency]) {
|
|
147
146
|
return `Please install ${dependency} before running this command (${this.packageManager} install ${dependency})`;
|
|
@@ -156,8 +155,7 @@ var Deps = class extends MastraBase {
|
|
|
156
155
|
async getProjectName() {
|
|
157
156
|
try {
|
|
158
157
|
const packageJsonPath = path.join(this.rootDir, "package.json");
|
|
159
|
-
const
|
|
160
|
-
const pkg = JSON.parse(packageJson);
|
|
158
|
+
const pkg = await readJSON(packageJsonPath);
|
|
161
159
|
return pkg.name;
|
|
162
160
|
} catch (err) {
|
|
163
161
|
throw err;
|
|
@@ -167,16 +165,16 @@ var Deps = class extends MastraBase {
|
|
|
167
165
|
const __filename = fileURLToPath(import.meta.url);
|
|
168
166
|
const __dirname = dirname(__filename);
|
|
169
167
|
const pkgJsonPath = path.join(__dirname, "..", "..", "package.json");
|
|
170
|
-
const content = await
|
|
168
|
+
const content = await readJSON(pkgJsonPath);
|
|
171
169
|
return content.version;
|
|
172
170
|
}
|
|
173
171
|
async addScriptsToPackageJson(scripts) {
|
|
174
|
-
const packageJson =
|
|
172
|
+
const packageJson = await readJSON("package.json");
|
|
175
173
|
packageJson.scripts = {
|
|
176
174
|
...packageJson.scripts,
|
|
177
175
|
...scripts
|
|
178
176
|
};
|
|
179
|
-
await
|
|
177
|
+
await writeJSON("package.json", packageJson, { spaces: 2 });
|
|
180
178
|
}
|
|
181
179
|
};
|
|
182
180
|
var DepsService = class extends Deps {
|
package/dist/index.cjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkJDY6E7BT_cjs = require('./chunk-JDY6E7BT.cjs');
|
|
4
4
|
var chunk2ZPQX6BX_cjs = require('./chunk-2ZPQX6BX.cjs');
|
|
5
5
|
var chunkNCROGJGB_cjs = require('./chunk-NCROGJGB.cjs');
|
|
6
|
-
var
|
|
6
|
+
var chunkMYE33AKL_cjs = require('./chunk-MYE33AKL.cjs');
|
|
7
7
|
var babel = require('@babel/core');
|
|
8
8
|
var rollup = require('rollup');
|
|
9
9
|
var esbuild = require('rollup-plugin-esbuild');
|
|
@@ -34,8 +34,8 @@ var esbuild__default = /*#__PURE__*/_interopDefault(esbuild);
|
|
|
34
34
|
var commonjs__default = /*#__PURE__*/_interopDefault(commonjs);
|
|
35
35
|
|
|
36
36
|
// src/deploy/base.ts
|
|
37
|
-
var Deployer = class extends
|
|
38
|
-
deps = new
|
|
37
|
+
var Deployer = class extends chunkJDY6E7BT_cjs.Bundler {
|
|
38
|
+
deps = new chunkMYE33AKL_cjs.DepsService();
|
|
39
39
|
constructor(args) {
|
|
40
40
|
super(args.name, "DEPLOYER");
|
|
41
41
|
this.deps.__setLogger(this.logger);
|
|
@@ -177,15 +177,15 @@ Object.defineProperty(exports, "FileService", {
|
|
|
177
177
|
});
|
|
178
178
|
Object.defineProperty(exports, "Deps", {
|
|
179
179
|
enumerable: true,
|
|
180
|
-
get: function () { return
|
|
180
|
+
get: function () { return chunkMYE33AKL_cjs.Deps; }
|
|
181
181
|
});
|
|
182
182
|
Object.defineProperty(exports, "createChildProcessLogger", {
|
|
183
183
|
enumerable: true,
|
|
184
|
-
get: function () { return
|
|
184
|
+
get: function () { return chunkMYE33AKL_cjs.createChildProcessLogger; }
|
|
185
185
|
});
|
|
186
186
|
Object.defineProperty(exports, "createPinoStream", {
|
|
187
187
|
enumerable: true,
|
|
188
|
-
get: function () { return
|
|
188
|
+
get: function () { return chunkMYE33AKL_cjs.createPinoStream; }
|
|
189
189
|
});
|
|
190
190
|
exports.Deployer = Deployer;
|
|
191
191
|
exports.getDeployer = getDeployer;
|
package/dist/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Bundler } from './chunk-
|
|
1
|
+
import { Bundler } from './chunk-SQQUYWPS.js';
|
|
2
2
|
import { recursiveRemoveNonReferencedNodes } from './chunk-4AYFLP6G.js';
|
|
3
3
|
import { FileService } from './chunk-DYQ225MJ.js';
|
|
4
4
|
export { FileService } from './chunk-DYQ225MJ.js';
|
|
5
|
-
import { DepsService } from './chunk-
|
|
6
|
-
export { Deps, createChildProcessLogger, createPinoStream } from './chunk-
|
|
5
|
+
import { DepsService } from './chunk-YQB677IB.js';
|
|
6
|
+
export { Deps, createChildProcessLogger, createPinoStream } from './chunk-YQB677IB.js';
|
|
7
7
|
import * as babel from '@babel/core';
|
|
8
8
|
import babel__default from '@babel/core';
|
|
9
9
|
import { rollup } from 'rollup';
|
package/dist/services/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var chunkNCROGJGB_cjs = require('../chunk-NCROGJGB.cjs');
|
|
4
|
-
var
|
|
4
|
+
var chunkMYE33AKL_cjs = require('../chunk-MYE33AKL.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
@@ -15,5 +15,5 @@ Object.defineProperty(exports, "FileService", {
|
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "DepsService", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkMYE33AKL_cjs.DepsService; }
|
|
19
19
|
});
|
package/dist/services/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { EnvService, FileService } from '../chunk-DYQ225MJ.js';
|
|
2
|
-
export { DepsService } from '../chunk-
|
|
2
|
+
export { DepsService } from '../chunk-YQB677IB.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/deployer",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.8-alpha.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -105,8 +105,8 @@
|
|
|
105
105
|
"rollup-plugin-node-externals": "^8.0.0",
|
|
106
106
|
"typescript-paths": "^1.5.1",
|
|
107
107
|
"zod": "^3.24.2",
|
|
108
|
-
"@mastra/
|
|
109
|
-
"@mastra/
|
|
108
|
+
"@mastra/server": "^1.0.2-alpha.0",
|
|
109
|
+
"@mastra/core": "^0.8.2-alpha.0"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@hono/node-server": "^1.13.8",
|