@mastra/deployer 0.17.0-alpha.4 → 0.17.0-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/CHANGELOG.md +29 -0
- package/dist/build/analyze.cjs +2 -2
- package/dist/build/analyze.js +1 -1
- package/dist/build/bundler.cjs +3 -3
- package/dist/build/bundler.js +1 -1
- package/dist/build/index.cjs +15 -15
- package/dist/build/index.js +5 -5
- package/dist/bundler/index.cjs +2 -2
- package/dist/bundler/index.js +1 -1
- package/dist/{chunk-M54YPGM4.cjs → chunk-36EU6KMX.cjs} +5 -5
- package/dist/{chunk-M54YPGM4.cjs.map → chunk-36EU6KMX.cjs.map} +1 -1
- package/dist/{chunk-YHISSTZJ.cjs → chunk-4PSE6XXT.cjs} +14 -15
- package/dist/chunk-4PSE6XXT.cjs.map +1 -0
- package/dist/{chunk-4SIOF7ZD.cjs → chunk-AGJGRBDD.cjs} +5 -5
- package/dist/{chunk-4SIOF7ZD.cjs.map → chunk-AGJGRBDD.cjs.map} +1 -1
- package/dist/{chunk-RZAGSFAM.js → chunk-ANCH5GYJ.js} +6 -6
- package/dist/{chunk-RZAGSFAM.js.map → chunk-ANCH5GYJ.js.map} +1 -1
- package/dist/{chunk-J3J7AMBG.js → chunk-AUXVJBHV.js} +3 -3
- package/dist/{chunk-J3J7AMBG.js.map → chunk-AUXVJBHV.js.map} +1 -1
- package/dist/{chunk-MIQJS7XN.js → chunk-BNYQVIRY.js} +6 -7
- package/dist/chunk-BNYQVIRY.js.map +1 -0
- package/dist/{chunk-YKVNJVGJ.cjs → chunk-BZDTNUHJ.cjs} +7 -7
- package/dist/{chunk-YKVNJVGJ.cjs.map → chunk-BZDTNUHJ.cjs.map} +1 -1
- package/dist/{chunk-HR2HOA5D.cjs → chunk-CGLMV75H.cjs} +8 -8
- package/dist/chunk-CGLMV75H.cjs.map +1 -0
- package/dist/{chunk-YOULDYHE.js → chunk-CHKSDG3W.js} +6 -6
- package/dist/chunk-CHKSDG3W.js.map +1 -0
- package/dist/{chunk-YJOKHEUC.js → chunk-E3RTDQG6.js} +3 -3
- package/dist/{chunk-YJOKHEUC.js.map → chunk-E3RTDQG6.js.map} +1 -1
- package/dist/{chunk-TWABWFKL.js → chunk-IARXPG3L.js} +3 -3
- package/dist/{chunk-TWABWFKL.js.map → chunk-IARXPG3L.js.map} +1 -1
- package/dist/{chunk-2JXD2KJI.cjs → chunk-Q7ZL5HZV.cjs} +21 -21
- package/dist/{chunk-2JXD2KJI.cjs.map → chunk-Q7ZL5HZV.cjs.map} +1 -1
- package/dist/index.cjs +12 -12
- package/dist/index.js +4 -4
- package/dist/server/handlers/auth/helpers.d.ts.map +1 -1
- package/dist/server/handlers/routes/networks/router.d.ts +0 -1
- package/dist/server/handlers/routes/networks/router.d.ts.map +1 -1
- package/dist/server/handlers/routes/workflows/handlers.d.ts +1 -0
- package/dist/server/handlers/routes/workflows/handlers.d.ts.map +1 -1
- package/dist/server/handlers/routes/workflows/router.d.ts.map +1 -1
- package/dist/server/index.cjs +75 -206
- package/dist/server/index.cjs.map +1 -1
- package/dist/server/index.d.ts.map +1 -1
- package/dist/server/index.js +76 -207
- package/dist/server/index.js.map +1 -1
- package/dist/services/index.cjs +4 -4
- package/dist/services/index.js +1 -1
- package/package.json +7 -7
- package/dist/chunk-HR2HOA5D.cjs.map +0 -1
- package/dist/chunk-MIQJS7XN.js.map +0 -1
- package/dist/chunk-YHISSTZJ.cjs.map +0 -1
- package/dist/chunk-YOULDYHE.js.map +0 -1
- package/dist/server/handlers/routes/networks/network.d.ts +0 -6
- package/dist/server/handlers/routes/networks/network.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 0.17.0-alpha.6
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Remove original AgentNetwork ([#7919](https://github.com/mastra-ai/mastra/pull/7919))
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- dependencies updates: ([#7861](https://github.com/mastra-ai/mastra/pull/7861))
|
|
12
|
+
- Updated dependency [`hono@^4.9.7` ↗︎](https://www.npmjs.com/package/hono/v/4.9.7) (from `^4.9.6`, in `dependencies`)
|
|
13
|
+
|
|
14
|
+
- clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
|
|
15
|
+
|
|
16
|
+
- Resumable streams ([#7949](https://github.com/mastra-ai/mastra/pull/7949))
|
|
17
|
+
|
|
18
|
+
- Fix watcher by using main mastra instead of analzyed one ([#7952](https://github.com/mastra-ai/mastra/pull/7952))
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [[`197cbb2`](https://github.com/mastra-ai/mastra/commit/197cbb248fc8cb4bbf61bf70b770f1388b445df2), [`6590763`](https://github.com/mastra-ai/mastra/commit/65907630ef4bf4127067cecd1cb21b56f55d5f1b), [`c2eade3`](https://github.com/mastra-ai/mastra/commit/c2eade3508ef309662f065e5f340d7840295dd53), [`222965a`](https://github.com/mastra-ai/mastra/commit/222965a98ce8197b86673ec594244650b5960257), [`0324ceb`](https://github.com/mastra-ai/mastra/commit/0324ceb8af9d16c12a531f90e575f6aab797ac81), [`0f9d227`](https://github.com/mastra-ai/mastra/commit/0f9d227890a98db33865abbea39daf407cd55ef7), [`de056a0`](https://github.com/mastra-ai/mastra/commit/de056a02cbb43f6aa0380ab2150ea404af9ec0dd), [`c93532a`](https://github.com/mastra-ai/mastra/commit/c93532a340b80e4dd946d4c138d9381de5f70399), [`6cb1fcb`](https://github.com/mastra-ai/mastra/commit/6cb1fcbc8d0378ffed0d17784c96e68f30cb0272), [`2685a78`](https://github.com/mastra-ai/mastra/commit/2685a78f224b8b04e20d4fab5ac1adb638190071), [`239b5a4`](https://github.com/mastra-ai/mastra/commit/239b5a497aeae2e8b4d764f46217cfff2284788e)]:
|
|
21
|
+
- @mastra/core@0.17.0-alpha.6
|
|
22
|
+
- @mastra/server@0.17.0-alpha.6
|
|
23
|
+
|
|
24
|
+
## 0.17.0-alpha.5
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies [[`6047778`](https://github.com/mastra-ai/mastra/commit/6047778e501df460648f31decddf8e443f36e373)]:
|
|
29
|
+
- @mastra/core@0.17.0-alpha.5
|
|
30
|
+
- @mastra/server@0.17.0-alpha.5
|
|
31
|
+
|
|
3
32
|
## 0.17.0-alpha.4
|
|
4
33
|
|
|
5
34
|
### Patch Changes
|
package/dist/build/analyze.cjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk36EU6KMX_cjs = require('../chunk-36EU6KMX.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "analyzeBundle", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunk36EU6KMX_cjs.analyzeBundle; }
|
|
10
10
|
});
|
|
11
11
|
//# sourceMappingURL=analyze.cjs.map
|
|
12
12
|
//# sourceMappingURL=analyze.cjs.map
|
package/dist/build/analyze.js
CHANGED
package/dist/build/bundler.cjs
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkBZDTNUHJ_cjs = require('../chunk-BZDTNUHJ.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "createBundler", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkBZDTNUHJ_cjs.createBundler; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "getInputOptions", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkBZDTNUHJ_cjs.getInputOptions; }
|
|
14
14
|
});
|
|
15
15
|
//# sourceMappingURL=bundler.cjs.map
|
|
16
16
|
//# sourceMappingURL=bundler.cjs.map
|
package/dist/build/bundler.js
CHANGED
package/dist/build/index.cjs
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
3
|
+
var chunk4PSE6XXT_cjs = require('../chunk-4PSE6XXT.cjs');
|
|
4
|
+
var chunkAGJGRBDD_cjs = require('../chunk-AGJGRBDD.cjs');
|
|
5
|
+
var chunkBZDTNUHJ_cjs = require('../chunk-BZDTNUHJ.cjs');
|
|
6
|
+
var chunk36EU6KMX_cjs = require('../chunk-36EU6KMX.cjs');
|
|
7
|
+
var chunkCGLMV75H_cjs = require('../chunk-CGLMV75H.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
Object.defineProperty(exports, "createWatcher", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunk4PSE6XXT_cjs.createWatcher; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "getServerOptions", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunk4PSE6XXT_cjs.getServerOptions; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "getWatcherInputOptions", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunk4PSE6XXT_cjs.getInputOptions; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "writeTelemetryConfig", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkAGJGRBDD_cjs.writeTelemetryConfig; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "createBundler", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkBZDTNUHJ_cjs.createBundler; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "getBundlerInputOptions", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkBZDTNUHJ_cjs.getInputOptions; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "analyzeBundle", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunk36EU6KMX_cjs.analyzeBundle; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "getBundlerOptions", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunk36EU6KMX_cjs.getBundlerOptions; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "Deps", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkCGLMV75H_cjs.Deps; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "FileService", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkCGLMV75H_cjs.FileService; }
|
|
50
50
|
});
|
|
51
51
|
//# sourceMappingURL=index.cjs.map
|
|
52
52
|
//# sourceMappingURL=index.cjs.map
|
package/dist/build/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { createWatcher, getServerOptions, getInputOptions as getWatcherInputOptions } from '../chunk-
|
|
2
|
-
export { writeTelemetryConfig } from '../chunk-
|
|
3
|
-
export { createBundler, getInputOptions as getBundlerInputOptions } from '../chunk-
|
|
4
|
-
export { analyzeBundle, getBundlerOptions } from '../chunk-
|
|
5
|
-
export { Deps, FileService } from '../chunk-
|
|
1
|
+
export { createWatcher, getServerOptions, getInputOptions as getWatcherInputOptions } from '../chunk-BNYQVIRY.js';
|
|
2
|
+
export { writeTelemetryConfig } from '../chunk-AUXVJBHV.js';
|
|
3
|
+
export { createBundler, getInputOptions as getBundlerInputOptions } from '../chunk-IARXPG3L.js';
|
|
4
|
+
export { analyzeBundle, getBundlerOptions } from '../chunk-E3RTDQG6.js';
|
|
5
|
+
export { Deps, FileService } from '../chunk-CHKSDG3W.js';
|
|
6
6
|
//# sourceMappingURL=index.js.map
|
|
7
7
|
//# sourceMappingURL=index.js.map
|
package/dist/bundler/index.cjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkQ7ZL5HZV_cjs = require('../chunk-Q7ZL5HZV.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 chunkQ7ZL5HZV_cjs.Bundler; }
|
|
10
10
|
});
|
|
11
11
|
//# sourceMappingURL=index.cjs.map
|
|
12
12
|
//# sourceMappingURL=index.cjs.map
|
package/dist/bundler/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkCGLMV75H_cjs = require('./chunk-CGLMV75H.cjs');
|
|
4
4
|
var babel = require('@babel/core');
|
|
5
5
|
var fs = require('fs');
|
|
6
6
|
var promises = require('fs/promises');
|
|
@@ -505,7 +505,7 @@ var collectTransitiveWorkspaceDependencies = ({
|
|
|
505
505
|
if (!root) {
|
|
506
506
|
throw new Error("Could not find workspace root");
|
|
507
507
|
}
|
|
508
|
-
const depsService = new
|
|
508
|
+
const depsService = new chunkCGLMV75H_cjs.DepsService(root.location);
|
|
509
509
|
depsService.__setLogger(logger);
|
|
510
510
|
const sanitizedName = slugify__default.default(pkgName);
|
|
511
511
|
const tgzPath = depsService.getWorkspaceDependencyPath({
|
|
@@ -533,7 +533,7 @@ var packWorkspaceDependencies = async ({
|
|
|
533
533
|
if (!root) {
|
|
534
534
|
throw new Error("Could not find workspace root");
|
|
535
535
|
}
|
|
536
|
-
const depsService = new
|
|
536
|
+
const depsService = new chunkCGLMV75H_cjs.DepsService(root.location);
|
|
537
537
|
depsService.__setLogger(logger);
|
|
538
538
|
if (usedWorkspacePackages.size > 0) {
|
|
539
539
|
const workspaceDirPath = path2.join(bundleOutputDir, "workspace-module");
|
|
@@ -1182,5 +1182,5 @@ exports.packWorkspaceDependencies = packWorkspaceDependencies;
|
|
|
1182
1182
|
exports.removeAllOptionsFromMastraExcept = removeAllOptionsFromMastraExcept;
|
|
1183
1183
|
exports.removeDeployer = removeDeployer2;
|
|
1184
1184
|
exports.tsConfigPaths = tsConfigPaths;
|
|
1185
|
-
//# sourceMappingURL=chunk-
|
|
1186
|
-
//# sourceMappingURL=chunk-
|
|
1185
|
+
//# sourceMappingURL=chunk-36EU6KMX.cjs.map
|
|
1186
|
+
//# sourceMappingURL=chunk-36EU6KMX.cjs.map
|