@socketsecurity/cli-with-sentry 0.15.8 → 0.15.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/.config/tsconfig.dts.tsbuildinfo +1 -1
- package/dist/cli.js +1 -11
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +3 -3
- package/dist/constants.js.map +1 -1
- package/dist/types/commands/fix/npm-fix.d.mts.map +1 -1
- package/dist/types/commands/fix/pnpm-fix.d.mts.map +1 -1
- package/dist/vendor.js +35 -31
- package/dist/vendor.js.map +1 -1
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -4161,11 +4161,6 @@ async function npmFix(
|
|
|
4161
4161
|
logger.logger.warn(
|
|
4162
4162
|
`Unexpected condition: Lockfile entries not found for ${name}.\n`
|
|
4163
4163
|
)
|
|
4164
|
-
if (debug.isDebug()) {
|
|
4165
|
-
console.dir(actualTree, {
|
|
4166
|
-
depth: 999
|
|
4167
|
-
})
|
|
4168
|
-
}
|
|
4169
4164
|
continue
|
|
4170
4165
|
}
|
|
4171
4166
|
|
|
@@ -4559,11 +4554,6 @@ async function pnpmFix(
|
|
|
4559
4554
|
logger.logger.warn(
|
|
4560
4555
|
`Unexpected condition: Lockfile entries not found for ${name}.\n`
|
|
4561
4556
|
)
|
|
4562
|
-
if (debug.isDebug()) {
|
|
4563
|
-
console.dir(actualTree, {
|
|
4564
|
-
depth: 999
|
|
4565
|
-
})
|
|
4566
|
-
}
|
|
4567
4557
|
continue
|
|
4568
4558
|
}
|
|
4569
4559
|
|
|
@@ -12366,5 +12356,5 @@ void (async () => {
|
|
|
12366
12356
|
await utils.captureException(e)
|
|
12367
12357
|
}
|
|
12368
12358
|
})()
|
|
12369
|
-
//# debugId=
|
|
12359
|
+
//# debugId=dea4f491-8a2b-49bf-8e18-2cf5743e0432
|
|
12370
12360
|
//# sourceMappingURL=cli.js.map
|