unrun 0.2.14 → 0.2.15

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/index.mjs CHANGED
@@ -1,3 +1,3 @@
1
- import { n as unrunCli, r as unrunSync, t as unrun } from "./src-BTV7EkfY.mjs";
1
+ import { n as unrunCli, r as unrunSync, t as unrun } from "./src-Cy584dFT.mjs";
2
2
 
3
3
  export { unrun, unrunCli, unrunSync };
@@ -537,6 +537,7 @@ async function bundle(options) {
537
537
  "import.meta.dirname": JSON.stringify(path.dirname(options.path)),
538
538
  "import.meta.env": "process.env"
539
539
  } },
540
+ logLevel: "silent",
540
541
  ...options.inputOptions
541
542
  };
542
543
  if (tsconfig) inputOptions.tsconfig = tsconfig;
@@ -1,4 +1,4 @@
1
- import { t as unrun } from "../src-BTV7EkfY.mjs";
1
+ import { t as unrun } from "../src-Cy584dFT.mjs";
2
2
  import { runAsWorker } from "synckit";
3
3
 
4
4
  //#region src/sync/worker.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unrun",
3
- "version": "0.2.14",
3
+ "version": "0.2.15",
4
4
  "description": "A tool to load and execute any JavaScript or TypeScript code at runtime.",
5
5
  "type": "module",
6
6
  "license": "MIT",