@tsed/cli 6.4.4 → 6.5.0
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.
|
@@ -12,7 +12,7 @@ function isGreaterThan(a, b) {
|
|
|
12
12
|
return semver.gt(a, b) || a === b;
|
|
13
13
|
}
|
|
14
14
|
function shouldUpdate(pkg) {
|
|
15
|
-
return pkg.includes("@tsed") && !pkg.includes("@tsed/cli") && !pkg.includes("@tsed/logger");
|
|
15
|
+
return pkg.includes("@tsed") && !pkg.includes("@tsed/cli") && !pkg.includes("@tsed/logger") && !pkg.includes("@tsed/barrels");
|
|
16
16
|
}
|
|
17
17
|
let UpdateCmd = class UpdateCmd {
|
|
18
18
|
constructor() {
|