@mastra/deployer 0.1.0-alpha.62 → 0.1.0-alpha.63

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.1.0-alpha.63
4
+
5
+ ### Patch Changes
6
+
7
+ - 391d5ea: Add @opentelemetry/instrumentation to pkg json of build artifcat
8
+
3
9
  ## 0.1.0-alpha.62
4
10
 
5
11
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- export { Bundler } from '../chunk-3MSZJSZW.js';
1
+ export { Bundler } from '../chunk-2YECHHR3.js';
2
2
  import '../chunk-E4D6R3B4.js';
3
3
  import '../chunk-ERNQNTBH.js';
4
4
  import '../chunk-KXS4XYEJ.js';
@@ -39,6 +39,7 @@ var Bundler = class extends MastraBundler {
39
39
  }
40
40
  dependenciesMap.set(key, value);
41
41
  }
42
+ dependenciesMap.set("@opentelemetry/instrumentation", "latest");
42
43
  await writeFile(
43
44
  pkgPath,
44
45
  JSON.stringify(
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { FileService } from './chunk-VCRMX3ZD.js';
2
2
  export { FileService, getBundler, getWatcher } from './chunk-VCRMX3ZD.js';
3
- import { Bundler } from './chunk-3MSZJSZW.js';
3
+ import { Bundler } from './chunk-2YECHHR3.js';
4
4
  import { Deps } from './chunk-E4D6R3B4.js';
5
5
  export { Deps, createChildProcessLogger, createPinoStream } from './chunk-E4D6R3B4.js';
6
6
  import './chunk-ERNQNTBH.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer",
3
- "version": "0.1.0-alpha.62",
3
+ "version": "0.1.0-alpha.63",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -52,6 +52,8 @@ export abstract class Bundler extends MastraBundler {
52
52
  dependenciesMap.set(key, value);
53
53
  }
54
54
 
55
+ dependenciesMap.set('@opentelemetry/instrumentation', 'latest');
56
+
55
57
  await writeFile(
56
58
  pkgPath,
57
59
  JSON.stringify(