@mastra/deployer 0.10.2 → 0.10.4-alpha.0
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/analyze.js +1 -1
- package/dist/build/bundler.js +1 -1
- package/dist/build/index.js +4 -4
- package/dist/bundler/index.js +1 -1
- package/dist/{chunk-KWJ2766I.js → chunk-EXHFPVZH.js} +1 -1
- package/dist/{chunk-AOSWYZKN.js → chunk-HHOCIHND.js} +2 -2
- package/dist/{chunk-2LZRVR53.js → chunk-WGJTOVLL.js} +7 -7
- package/dist/{chunk-UJR423U5.js → chunk-WM2GT75J.js} +3 -3
- package/dist/{chunk-TDWDSZWX.js → chunk-YLTLG56Z.js} +7 -7
- package/dist/{chunk-WVBUOQT6.js → chunk-Z544XXXK.js} +2 -2
- package/dist/index.js +2 -2
- package/dist/server/index.cjs +352 -251
- package/dist/server/index.js +356 -256
- package/dist/validator/custom-resolver.js +4 -4
- package/dist/validator/loader.js +1 -1
- package/package.json +11 -11
package/dist/build/analyze.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { analyzeBundle } from '../chunk-
|
|
1
|
+
export { analyzeBundle } from '../chunk-WGJTOVLL.js';
|
package/dist/build/bundler.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { createBundler, getInputOptions } from '../chunk-
|
|
1
|
+
export { createBundler, getInputOptions } from '../chunk-HHOCIHND.js';
|
package/dist/build/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { createWatcher, getServerOptions, getInputOptions as getWatcherInputOptions } from '../chunk-
|
|
2
|
-
export { writeTelemetryConfig } from '../chunk-
|
|
3
|
-
export { analyzeBundle, getBundlerOptions } from '../chunk-
|
|
4
|
-
export { createBundler, getInputOptions as getBundlerInputOptions } from '../chunk-
|
|
1
|
+
export { createWatcher, getServerOptions, getInputOptions as getWatcherInputOptions } from '../chunk-WM2GT75J.js';
|
|
2
|
+
export { writeTelemetryConfig } from '../chunk-EXHFPVZH.js';
|
|
3
|
+
export { analyzeBundle, getBundlerOptions } from '../chunk-WGJTOVLL.js';
|
|
4
|
+
export { createBundler, getInputOptions as getBundlerInputOptions } from '../chunk-HHOCIHND.js';
|
|
5
5
|
export { Deps, FileService } from '../chunk-UV4RQQ3R.js';
|
package/dist/bundler/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Bundler } from '../chunk-
|
|
1
|
+
export { Bundler } from '../chunk-YLTLG56Z.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { recursiveRemoveNonReferencedNodes, removeAllOptionsFromMastraExcept } from './chunk-
|
|
1
|
+
import { recursiveRemoveNonReferencedNodes, removeAllOptionsFromMastraExcept } from './chunk-WGJTOVLL.js';
|
|
2
2
|
import * as babel from '@babel/core';
|
|
3
3
|
import { rollup } from 'rollup';
|
|
4
4
|
import esbuild from 'rollup-plugin-esbuild';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { tsConfigPaths, removeDeployer } from './chunk-
|
|
1
|
+
import { tsConfigPaths, removeDeployer } from './chunk-Z544XXXK.js';
|
|
2
2
|
import alias from '@rollup/plugin-alias';
|
|
3
3
|
import commonjs from '@rollup/plugin-commonjs';
|
|
4
4
|
import json from '@rollup/plugin-json';
|
|
5
5
|
import nodeResolve from '@rollup/plugin-node-resolve';
|
|
6
|
-
import { fileURLToPath } from '
|
|
6
|
+
import { fileURLToPath } from 'url';
|
|
7
7
|
import { rollup } from 'rollup';
|
|
8
8
|
import esbuild from 'rollup-plugin-esbuild';
|
|
9
9
|
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { tsConfigPaths, removeDeployer } from './chunk-
|
|
1
|
+
import { tsConfigPaths, removeDeployer } from './chunk-Z544XXXK.js';
|
|
2
2
|
import commonjs2 from '@rollup/plugin-commonjs';
|
|
3
3
|
import json from '@rollup/plugin-json';
|
|
4
4
|
import nodeResolve from '@rollup/plugin-node-resolve';
|
|
5
5
|
import virtual from '@rollup/plugin-virtual';
|
|
6
|
-
import { existsSync } from '
|
|
7
|
-
import { fileURLToPath } from '
|
|
6
|
+
import { existsSync } from 'fs';
|
|
7
|
+
import { fileURLToPath } from 'url';
|
|
8
8
|
import { rollup } from 'rollup';
|
|
9
9
|
import esbuild from 'rollup-plugin-esbuild';
|
|
10
|
-
import { builtinModules } from '
|
|
11
|
-
import { join, dirname } from '
|
|
12
|
-
import { spawn as spawn$1 } from '
|
|
13
|
-
import { writeFile } from '
|
|
10
|
+
import { builtinModules } from 'module';
|
|
11
|
+
import { join, dirname } from 'path';
|
|
12
|
+
import { spawn as spawn$1 } from 'child_process';
|
|
13
|
+
import { writeFile } from 'fs/promises';
|
|
14
14
|
import * as babel from '@babel/core';
|
|
15
15
|
import babel__default from '@babel/core';
|
|
16
16
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { aliasHono, recursiveRemoveNonReferencedNodes, removeAllOptionsFromMastraExcept } from './chunk-
|
|
2
|
-
import { getInputOptions } from './chunk-
|
|
3
|
-
import { tsConfigPaths } from './chunk-
|
|
1
|
+
import { aliasHono, recursiveRemoveNonReferencedNodes, removeAllOptionsFromMastraExcept } from './chunk-WGJTOVLL.js';
|
|
2
|
+
import { getInputOptions } from './chunk-HHOCIHND.js';
|
|
3
|
+
import { tsConfigPaths } from './chunk-Z544XXXK.js';
|
|
4
4
|
import { watch, rollup } from 'rollup';
|
|
5
5
|
import * as babel from '@babel/core';
|
|
6
6
|
import esbuild from 'rollup-plugin-esbuild';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { writeTelemetryConfig } from './chunk-
|
|
2
|
-
import { analyzeBundle } from './chunk-
|
|
3
|
-
import { createBundler, getInputOptions } from './chunk-
|
|
1
|
+
import { writeTelemetryConfig } from './chunk-EXHFPVZH.js';
|
|
2
|
+
import { analyzeBundle } from './chunk-WGJTOVLL.js';
|
|
3
|
+
import { createBundler, getInputOptions } from './chunk-HHOCIHND.js';
|
|
4
4
|
import { DepsService, FileService } from './chunk-UV4RQQ3R.js';
|
|
5
|
-
import { existsSync } from '
|
|
6
|
-
import { writeFile, stat } from '
|
|
7
|
-
import { join, dirname } from '
|
|
8
|
-
import { fileURLToPath } from '
|
|
5
|
+
import { existsSync } from 'fs';
|
|
6
|
+
import { writeFile, stat } from 'fs/promises';
|
|
7
|
+
import { join, dirname } from 'path';
|
|
8
|
+
import { fileURLToPath } from 'url';
|
|
9
9
|
import { MastraBundler } from '@mastra/core/bundler';
|
|
10
10
|
import virtual from '@rollup/plugin-virtual';
|
|
11
11
|
import fsExtra, { emptyDir, ensureDir, copy, readJSON } from 'fs-extra/esm';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as babel from '@babel/core';
|
|
2
2
|
import babel__default from '@babel/core';
|
|
3
|
-
import fs from '
|
|
4
|
-
import path, { normalize } from '
|
|
3
|
+
import fs from 'fs';
|
|
4
|
+
import path, { normalize } from 'path';
|
|
5
5
|
import { createHandler } from 'typescript-paths';
|
|
6
6
|
|
|
7
7
|
// src/build/plugins/remove-deployer.ts
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Bundler } from './chunk-
|
|
2
|
-
import { recursiveRemoveNonReferencedNodes } from './chunk-
|
|
1
|
+
import { Bundler } from './chunk-YLTLG56Z.js';
|
|
2
|
+
import { recursiveRemoveNonReferencedNodes } from './chunk-WGJTOVLL.js';
|
|
3
3
|
import { DepsService, FileService } from './chunk-UV4RQQ3R.js';
|
|
4
4
|
export { Deps, FileService, createChildProcessLogger, createPinoStream } from './chunk-UV4RQQ3R.js';
|
|
5
5
|
import * as babel from '@babel/core';
|