mirror of
https://github.com/hensm/fx_cast.git
synced 2026-07-28 16:25:14 +00:00
Replace deprecated pkg with yao-pkg
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ import url from "url";
|
|||||||
import { spawnSync } from "child_process";
|
import { spawnSync } from "child_process";
|
||||||
|
|
||||||
import mustache from "mustache";
|
import mustache from "mustache";
|
||||||
import pkg from "pkg";
|
import pkg from "@yao-pkg/pkg";
|
||||||
import yargs from "yargs";
|
import yargs from "yargs";
|
||||||
|
|
||||||
import config from "./lib/config.js";
|
import config from "./lib/config.js";
|
||||||
|
|||||||
Generated
+2237
-1587
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -30,7 +30,7 @@
|
|||||||
"@types/yargs": "^17.0.11",
|
"@types/yargs": "^17.0.11",
|
||||||
"fs-extra": "^10.1.0",
|
"fs-extra": "^10.1.0",
|
||||||
"mustache": "^4.2.0",
|
"mustache": "^4.2.0",
|
||||||
"pkg": "^5.6.0",
|
"@yao-pkg/pkg": "^6.14.1",
|
||||||
"tiny-typed-emitter": "^2.1.0",
|
"tiny-typed-emitter": "^2.1.0",
|
||||||
"typescript": "^5.7.0"
|
"typescript": "^5.7.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user