fix(deps): complie @antfu/install-pkg
- Added a patch for tinyexec@1.0.1 in pnpm-lock.yaml and pnpm-workspace.yaml to address specific issues. - Updated the import of installPackage from @antfu/install-pkg to @mx-space/compiled/install-pkg in tool.util.ts for better module management. - Removed @antfu/install-pkg from core package.json to streamline dependencies. Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
10
patches/tinyexec@1.0.1.patch
Normal file
10
patches/tinyexec@1.0.1.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
diff --git a/dist/main.js b/dist/main.js
|
||||
index cba25835975aa12fb3e01ee463bc89d7cf51ab92..d13e398b929b329c4f4664b38db6b897b31a257f 100644
|
||||
--- a/dist/main.js
|
||||
+++ b/dist/main.js
|
||||
@@ -1,4 +1,4 @@
|
||||
-import { createRequire as __tinyexec_cr } from "node:module";const require = __tinyexec_cr(import.meta.url);
|
||||
+
|
||||
var St = Object.create;
|
||||
var $ = Object.defineProperty;
|
||||
var kt = Object.getOwnPropertyDescriptor;
|
||||
Reference in New Issue
Block a user