@microtronics/studio-cli 0.27.3 → 0.28.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.
@@ -288,7 +288,7 @@ async function buildDDE(cwd, fs, logger) {
288
288
  return result.diagnostics;
289
289
  }
290
290
  async function buildDLO(cwd, fs, logger) {
291
- const compiler = new compiler_1.DloCompiler(logger);
291
+ const compiler = new compiler_1.DloCompiler(cwd, fs, logger);
292
292
  const { diagnostics } = await compiler.compile(cwd, fs);
293
293
  return diagnostics;
294
294
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microtronics/studio-cli",
3
- "version": "0.27.3",
3
+ "version": "0.28.0",
4
4
  "description": "Microtronics Studio CLI Tool",
5
5
  "main": "./out/api.js",
6
6
  "typings": "./dist/studio-cli.d.ts",