@oclif/core
Advanced tools
Comparing version 4.0.0-beta.5 to 4.0.0-beta.6
@@ -280,3 +280,3 @@ "use strict"; | ||
}))) | ||
// eslint-disable-next-line unicorn/no-await-expression-member, unicorn/prefer-native-coercion-functions | ||
// eslint-disable-next-line unicorn/prefer-native-coercion-functions | ||
.filter((f) => Boolean(f)) | ||
@@ -301,2 +301,4 @@ .reduce((commands, [id, c]) => { | ||
`root: ${this.root}`, | ||
...(err.code ? [`code: ${err.code}`] : []), | ||
...(err.message ? [`message: ${err.message}`] : []), | ||
'See more details with DEBUG=*', | ||
@@ -303,0 +305,0 @@ ]).join('\n'); |
@@ -156,2 +156,3 @@ import { HelpOptions } from './help'; | ||
}; | ||
disableNpmLookup?: boolean; | ||
node: { | ||
@@ -158,0 +159,0 @@ targets?: string[]; |
{ | ||
"name": "@oclif/core", | ||
"description": "base library for oclif CLIs", | ||
"version": "4.0.0-beta.5", | ||
"version": "4.0.0-beta.6", | ||
"author": "Salesforce", | ||
@@ -50,4 +50,4 @@ "bugs": "https://github.com/oclif/core/issues", | ||
"eslint": "^8.57.0", | ||
"eslint-config-oclif": "^5.1.1", | ||
"eslint-config-oclif-typescript": "^3.1.4", | ||
"eslint-config-oclif": "^5.2.0", | ||
"eslint-config-oclif-typescript": "^3.1.7", | ||
"eslint-config-prettier": "^9.1.0", | ||
@@ -54,0 +54,0 @@ "husky": "^9", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
393532
9917
0
104