@atlaspack/reporter-tracer
Advanced tools
Comparing version 2.12.1-dev.3367 to 2.12.1-dev.3398
@@ -68,3 +68,3 @@ "use strict"; | ||
tracer = new (_chromeTraceEvent().Tracer)(); | ||
filename = `atlaspack-trace-${getTimeId()}.json`; | ||
filename = `parcel-trace-${getTimeId()}.json`; | ||
filePath = _path().default.join(options.projectRoot, filename); | ||
@@ -98,3 +98,3 @@ (0, _assert().default)(writeStream == null, 'Trace write stream multiple initialisation'); | ||
// the `close` event before resolving the promise this report function returns to ensure | ||
// that the file has been properly closed and moved from it's temp location before Atlaspack | ||
// that the file has been properly closed and moved from it's temp location before Parcel | ||
// shuts down. | ||
@@ -101,0 +101,0 @@ return new Promise((resolve, reject) => { |
{ | ||
"name": "@atlaspack/reporter-tracer", | ||
"version": "2.12.1-dev.3367+07fefed65", | ||
"version": "2.12.1-dev.3398+81c73b3cd", | ||
"license": "MIT", | ||
@@ -16,11 +16,11 @@ "publishConfig": { | ||
"node": ">= 16.0.0", | ||
"atlaspack": "^2.12.1-dev.3367+07fefed65" | ||
"parcel": "^2.12.1-dev.3398+81c73b3cd" | ||
}, | ||
"dependencies": { | ||
"@atlaspack/plugin": "2.12.1-dev.3367+07fefed65", | ||
"@atlaspack/utils": "2.12.1-dev.3367+07fefed65", | ||
"@atlaspack/plugin": "2.12.1-dev.3398+81c73b3cd", | ||
"@atlaspack/utils": "2.12.1-dev.3398+81c73b3cd", | ||
"chrome-trace-event": "^1.0.3", | ||
"nullthrows": "^1.1.1" | ||
}, | ||
"gitHead": "07fefed65a9a4d7bd0bdc9c45b39704ee4ca70dd" | ||
"gitHead": "81c73b3cdf93adf8b0013be9fed5422579bd5910" | ||
} |
@@ -39,3 +39,3 @@ // @flow | ||
tracer = new Tracer(); | ||
filename = `atlaspack-trace-${getTimeId()}.json`; | ||
filename = `parcel-trace-${getTimeId()}.json`; | ||
filePath = path.join(options.projectRoot, filename); | ||
@@ -73,3 +73,3 @@ invariant( | ||
// the `close` event before resolving the promise this report function returns to ensure | ||
// that the file has been properly closed and moved from it's temp location before Atlaspack | ||
// that the file has been properly closed and moved from it's temp location before Parcel | ||
// shuts down. | ||
@@ -76,0 +76,0 @@ return new Promise((resolve, reject) => { |
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
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
18933