@intuned/runtime-dev 1.0.4-stuck.0 → 1.0.4-stuck.1

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.
@@ -207,17 +207,12 @@ async function* runApiGenerator({
207
207
  return (0, _neverthrow.err)(new _errors.AutomationError(error));
208
208
  } finally {
209
209
  var _context2;
210
- console.log("Saving trace...");
211
210
  await saveTraceIfNeeded({
212
211
  errorMessage: "failed to save trace"
213
212
  });
214
- console.log("Trace saved.\nClosing context...");
215
213
  await ((_context2 = context) === null || _context2 === void 0 ? void 0 : _context2.close());
216
- console.log("Context closed.");
217
214
  if (downloadsPath !== undefined) {
218
- console.log("Removing downloads");
219
215
  await fs.remove(downloadsPath);
220
- console.log("Downloads removed");
221
216
  }
222
217
  }
223
218
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.0.4-stuck.0",
3
+ "version": "1.0.4-stuck.1",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",