unrun 0.2.8 → 0.2.9

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-BoMbIRQr.mjs";
1
+ import { n as unrunCli, r as unrunSync, t as unrun } from "./src-D87jO6Ui.mjs";
2
2
 
3
3
  export { unrun, unrunCli, unrunSync };
@@ -1,7 +1,7 @@
1
1
  import { builtinModules, createRequire } from "node:module";
2
- import process from "node:process";
3
2
  import path from "node:path";
4
3
  import fs, { existsSync } from "node:fs";
4
+ import process from "node:process";
5
5
  import { fileURLToPath, pathToFileURL } from "node:url";
6
6
  import { rolldown } from "rolldown";
7
7
  import { Buffer as Buffer$1 } from "node:buffer";
@@ -1,4 +1,4 @@
1
- import { t as unrun } from "../src-BoMbIRQr.mjs";
1
+ import { t as unrun } from "../src-D87jO6Ui.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.8",
3
+ "version": "0.2.9",
4
4
  "description": "A tool to load and execute any JavaScript or TypeScript code at runtime.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -39,13 +39,13 @@
39
39
  }
40
40
  },
41
41
  "dependencies": {
42
- "@oxc-project/runtime": "^0.96.0",
43
- "rolldown": "1.0.0-beta.49"
42
+ "@oxc-project/runtime": "^0.97.0",
43
+ "rolldown": "1.0.0-beta.50"
44
44
  },
45
45
  "devDependencies": {
46
- "@sxzz/eslint-config": "^7.2.8",
46
+ "@sxzz/eslint-config": "^7.2.10",
47
47
  "@sxzz/prettier-config": "^2.2.4",
48
- "@types/node": "^24.10.0",
48
+ "@types/node": "^24.10.1",
49
49
  "acorn": "^8.15.0",
50
50
  "bumpp": "^10.3.1",
51
51
  "bundle-require": "^5.1.0",
@@ -53,7 +53,7 @@
53
53
  "consola": "^3.4.2",
54
54
  "defu": "^6.1.4",
55
55
  "destr": "^2.0.5",
56
- "esbuild": "^0.25.12",
56
+ "esbuild": "^0.27.0",
57
57
  "eslint": "^9.39.1",
58
58
  "estree-walker": "^3.0.3",
59
59
  "etag": "^1.8.1",
@@ -72,13 +72,13 @@
72
72
  "reflect-metadata": "^0.2.2",
73
73
  "synckit": "^0.11.11",
74
74
  "tinyexec": "^1.0.2",
75
- "tsdown": "^0.16.0",
75
+ "tsdown": "^0.16.3",
76
76
  "tsx": "^4.20.6",
77
77
  "typedoc": "^0.28.14",
78
78
  "typedoc-plugin-markdown": "^4.9.0",
79
79
  "typedoc-vitepress-theme": "^1.1.2",
80
80
  "typescript": "^5.9.3",
81
- "unconfig": "^7.3.3",
81
+ "unconfig": "^7.4.1",
82
82
  "vite": "^7.2.2",
83
83
  "vitepress": "2.0.0-alpha.12",
84
84
  "vitepress-plugin-group-icons": "^1.6.5",