@dpuse/dpuse-development 0.3.513 → 0.3.515
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.
|
@@ -6698,7 +6698,7 @@ async function oi() {
|
|
|
6698
6698
|
//#region src/operations/documentDependencies.ts
|
|
6699
6699
|
async function si(e = "", t = !0) {
|
|
6700
6700
|
try {
|
|
6701
|
-
Ar("Document Dependencies"), await Sr("licenses/downloads"), await wr("1️⃣
|
|
6701
|
+
Ar("Document Dependencies"), await Sr("licenses/downloads"), await wr("1️⃣ Identify licenses", "license-checker-rseidelsohn", [
|
|
6702
6702
|
"--production",
|
|
6703
6703
|
"--json",
|
|
6704
6704
|
"--files",
|
|
@@ -6706,7 +6706,7 @@ async function si(e = "", t = !0) {
|
|
|
6706
6706
|
"--relativeModulePath",
|
|
6707
6707
|
"--relativeLicensePath",
|
|
6708
6708
|
"--onlyAllow",
|
|
6709
|
-
"
|
|
6709
|
+
`"${e}"`,
|
|
6710
6710
|
"--out",
|
|
6711
6711
|
"licenses/licenses.json"
|
|
6712
6712
|
]), await Tr("3️⃣ Check using 'npm audit'", "npm", [
|