@parcel/utils
Advanced tools
Comparing version 2.0.0-nightly.112 to 2.0.0-nightly.115
@@ -15,3 +15,2 @@ "use strict"; | ||
prettifyTime: true, | ||
prettyError: true, | ||
prettyDiagnostic: true, | ||
@@ -77,8 +76,2 @@ PromiseQueue: true, | ||
}); | ||
Object.defineProperty(exports, "prettyError", { | ||
enumerable: true, | ||
get: function () { | ||
return _prettyError.default; | ||
} | ||
}); | ||
Object.defineProperty(exports, "prettyDiagnostic", { | ||
@@ -167,4 +160,2 @@ enumerable: true, | ||
var _prettyError = _interopRequireDefault(require("./prettyError")); | ||
var _prettyDiagnostic = _interopRequireDefault(require("./prettyDiagnostic")); | ||
@@ -171,0 +162,0 @@ |
{ | ||
"name": "@parcel/utils", | ||
"version": "2.0.0-nightly.112+9e4870b8", | ||
"version": "2.0.0-nightly.115+54b8e94f", | ||
"description": "Blazing fast, zero configuration web application bundler", | ||
@@ -20,6 +20,6 @@ "license": "MIT", | ||
"@iarna/toml": "^2.2.0", | ||
"@parcel/codeframe": "2.0.0-nightly.112+9e4870b8", | ||
"@parcel/diagnostic": "2.0.0-nightly.112+9e4870b8", | ||
"@parcel/logger": "2.0.0-nightly.112+9e4870b8", | ||
"@parcel/markdown-ansi": "2.0.0-nightly.112+9e4870b8", | ||
"@parcel/codeframe": "2.0.0-nightly.115+54b8e94f", | ||
"@parcel/diagnostic": "2.0.0-nightly.115+54b8e94f", | ||
"@parcel/logger": "2.0.0-nightly.115+54b8e94f", | ||
"@parcel/markdown-ansi": "2.0.0-nightly.115+54b8e94f", | ||
"ansi-html": "^0.0.7", | ||
@@ -44,3 +44,3 @@ "chalk": "^2.4.2", | ||
}, | ||
"gitHead": "9e4870b8c861134e45750671a84bee966eacbd8c" | ||
"gitHead": "54b8e94f553af144b455573f2a3ad6bb74737d93" | ||
} |
// @flow strict-local | ||
export type * from './generateBundleReport'; | ||
export type * from './prettyError'; | ||
export type * from './prettyDiagnostic'; | ||
@@ -14,3 +13,2 @@ | ||
export {default as prettifyTime} from './prettifyTime'; | ||
export {default as prettyError} from './prettyError'; | ||
export {default as prettyDiagnostic} from './prettyDiagnostic'; | ||
@@ -17,0 +15,0 @@ export {default as PromiseQueue} from './PromiseQueue'; |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
128537
92
4010