@mastra/deployer 0.0.0-cli-debug-20250611094457 → 0.0.0-cli-debug-2-20250611100354
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 +9 -9
- package/dist/build/index.js +1 -1
- package/dist/bundler/index.cjs +2 -2
- package/dist/bundler/index.js +1 -1
- package/dist/{chunk-ZEUV45KC.cjs → chunk-XUHIWKUK.cjs} +2 -2
- package/dist/index.cjs +3 -3
- package/dist/index.js +2 -2
- package/package.json +4 -4
- package/dist/{chunk-77XOUHT3.js → chunk-MIUB7UYA.js} +1 -1
package/dist/build/index.cjs
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
var chunkPUW6NUPY_cjs = require('../chunk-PUW6NUPY.cjs');
|
|
4
4
|
var chunkDTQ7BTPM_cjs = require('../chunk-DTQ7BTPM.cjs');
|
|
5
|
+
var chunk4VC5Z4YR_cjs = require('../chunk-4VC5Z4YR.cjs');
|
|
5
6
|
var chunkTSG63RGL_cjs = require('../chunk-TSG63RGL.cjs');
|
|
6
7
|
var chunkIMGVLBV7_cjs = require('../chunk-IMGVLBV7.cjs');
|
|
7
|
-
var chunk4VC5Z4YR_cjs = require('../chunk-4VC5Z4YR.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
@@ -24,6 +24,14 @@ Object.defineProperty(exports, "writeTelemetryConfig", {
|
|
|
24
24
|
enumerable: true,
|
|
25
25
|
get: function () { return chunkDTQ7BTPM_cjs.writeTelemetryConfig; }
|
|
26
26
|
});
|
|
27
|
+
Object.defineProperty(exports, "Deps", {
|
|
28
|
+
enumerable: true,
|
|
29
|
+
get: function () { return chunk4VC5Z4YR_cjs.Deps; }
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(exports, "FileService", {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function () { return chunk4VC5Z4YR_cjs.FileService; }
|
|
34
|
+
});
|
|
27
35
|
Object.defineProperty(exports, "analyzeBundle", {
|
|
28
36
|
enumerable: true,
|
|
29
37
|
get: function () { return chunkTSG63RGL_cjs.analyzeBundle; }
|
|
@@ -40,11 +48,3 @@ Object.defineProperty(exports, "getBundlerInputOptions", {
|
|
|
40
48
|
enumerable: true,
|
|
41
49
|
get: function () { return chunkIMGVLBV7_cjs.getInputOptions; }
|
|
42
50
|
});
|
|
43
|
-
Object.defineProperty(exports, "Deps", {
|
|
44
|
-
enumerable: true,
|
|
45
|
-
get: function () { return chunk4VC5Z4YR_cjs.Deps; }
|
|
46
|
-
});
|
|
47
|
-
Object.defineProperty(exports, "FileService", {
|
|
48
|
-
enumerable: true,
|
|
49
|
-
get: function () { return chunk4VC5Z4YR_cjs.FileService; }
|
|
50
|
-
});
|
package/dist/build/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { createWatcher, getServerOptions, getInputOptions as getWatcherInputOptions } from '../chunk-WM2GT75J.js';
|
|
2
2
|
export { writeTelemetryConfig } from '../chunk-EXHFPVZH.js';
|
|
3
|
+
export { Deps, FileService } from '../chunk-UV4RQQ3R.js';
|
|
3
4
|
export { analyzeBundle, getBundlerOptions } from '../chunk-WGJTOVLL.js';
|
|
4
5
|
export { createBundler, getInputOptions as getBundlerInputOptions } from '../chunk-HHOCIHND.js';
|
|
5
|
-
export { Deps, FileService } from '../chunk-UV4RQQ3R.js';
|
package/dist/bundler/index.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkXUHIWKUK_cjs = require('../chunk-XUHIWKUK.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 chunkXUHIWKUK_cjs.Bundler; }
|
|
10
10
|
});
|
package/dist/bundler/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Bundler } from '../chunk-
|
|
1
|
+
export { Bundler } from '../chunk-MIUB7UYA.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var chunkDTQ7BTPM_cjs = require('./chunk-DTQ7BTPM.cjs');
|
|
4
|
+
var chunk4VC5Z4YR_cjs = require('./chunk-4VC5Z4YR.cjs');
|
|
4
5
|
var chunkTSG63RGL_cjs = require('./chunk-TSG63RGL.cjs');
|
|
5
6
|
var chunkIMGVLBV7_cjs = require('./chunk-IMGVLBV7.cjs');
|
|
6
|
-
var chunk4VC5Z4YR_cjs = require('./chunk-4VC5Z4YR.cjs');
|
|
7
7
|
var fs = require('fs');
|
|
8
8
|
var promises = require('fs/promises');
|
|
9
9
|
var path = require('path');
|
|
@@ -131,7 +131,7 @@ var Bundler = class extends bundler.MastraBundler {
|
|
|
131
131
|
}
|
|
132
132
|
async writeInstrumentationFile(outputDirectory) {
|
|
133
133
|
const instrumentationFile = path.join(outputDirectory, "instrumentation.mjs");
|
|
134
|
-
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-
|
|
134
|
+
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-XUHIWKUK.cjs', document.baseURI).href))));
|
|
135
135
|
await fsExtra.copy(path.join(__dirname, "templates", "instrumentation-template.js"), instrumentationFile);
|
|
136
136
|
}
|
|
137
137
|
async writePackageJson(outputDirectory, dependencies, resolutions) {
|
package/dist/index.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var chunkTSG63RGL_cjs = require('./chunk-TSG63RGL.cjs');
|
|
3
|
+
var chunkXUHIWKUK_cjs = require('./chunk-XUHIWKUK.cjs');
|
|
5
4
|
var chunk4VC5Z4YR_cjs = require('./chunk-4VC5Z4YR.cjs');
|
|
5
|
+
var chunkTSG63RGL_cjs = require('./chunk-TSG63RGL.cjs');
|
|
6
6
|
var babel = require('@babel/core');
|
|
7
7
|
var rollup = require('rollup');
|
|
8
8
|
var esbuild = require('rollup-plugin-esbuild');
|
|
@@ -33,7 +33,7 @@ var esbuild__default = /*#__PURE__*/_interopDefault(esbuild);
|
|
|
33
33
|
var commonjs__default = /*#__PURE__*/_interopDefault(commonjs);
|
|
34
34
|
|
|
35
35
|
// src/deploy/base.ts
|
|
36
|
-
var Deployer = class extends
|
|
36
|
+
var Deployer = class extends chunkXUHIWKUK_cjs.Bundler {
|
|
37
37
|
deps = new chunk4VC5Z4YR_cjs.DepsService();
|
|
38
38
|
constructor(args) {
|
|
39
39
|
super(args.name, "DEPLOYER");
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Bundler } from './chunk-
|
|
2
|
-
import { recursiveRemoveNonReferencedNodes } from './chunk-WGJTOVLL.js';
|
|
1
|
+
import { Bundler } from './chunk-MIUB7UYA.js';
|
|
3
2
|
import { DepsService, FileService } from './chunk-UV4RQQ3R.js';
|
|
4
3
|
export { Deps, FileService, createChildProcessLogger, createPinoStream } from './chunk-UV4RQQ3R.js';
|
|
4
|
+
import { recursiveRemoveNonReferencedNodes } from './chunk-WGJTOVLL.js';
|
|
5
5
|
import * as babel from '@babel/core';
|
|
6
6
|
import babel__default from '@babel/core';
|
|
7
7
|
import { rollup } from 'rollup';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/deployer",
|
|
3
|
-
"version": "0.0.0-cli-debug-
|
|
3
|
+
"version": "0.0.0-cli-debug-2-20250611100354",
|
|
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.25.56",
|
|
111
|
-
"@mastra/server": "0.0.0-cli-debug-
|
|
111
|
+
"@mastra/server": "0.0.0-cli-debug-2-20250611100354"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
114
|
"@hono/node-server": "^1.14.3",
|
|
@@ -127,8 +127,8 @@
|
|
|
127
127
|
"type-fest": "^4.41.0",
|
|
128
128
|
"typescript": "^5.8.2",
|
|
129
129
|
"vitest": "^2.1.9",
|
|
130
|
-
"@
|
|
131
|
-
"@
|
|
130
|
+
"@internal/lint": "0.0.0-cli-debug-2-20250611100354",
|
|
131
|
+
"@mastra/core": "0.0.0-cli-debug-2-20250611100354",
|
|
132
132
|
"@mastra/mcp": "0.10.3"
|
|
133
133
|
},
|
|
134
134
|
"peerDependencies": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { writeTelemetryConfig } from './chunk-EXHFPVZH.js';
|
|
2
|
+
import { DepsService, FileService } from './chunk-UV4RQQ3R.js';
|
|
2
3
|
import { analyzeBundle } from './chunk-WGJTOVLL.js';
|
|
3
4
|
import { createBundler, getInputOptions } from './chunk-HHOCIHND.js';
|
|
4
|
-
import { DepsService, FileService } from './chunk-UV4RQQ3R.js';
|
|
5
5
|
import { existsSync } from 'fs';
|
|
6
6
|
import { writeFile, stat } from 'fs/promises';
|
|
7
7
|
import { join, dirname } from 'path';
|