@atlaspack/reporter-tracer
Advanced tools
Comparing version 2.12.1-canary.3366 to 2.12.1-canary.3367
@@ -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-canary.3366+4100cb64c", | ||
"version": "2.12.1-canary.3367+815758ba7", | ||
"license": "MIT", | ||
@@ -16,11 +16,11 @@ "publishConfig": { | ||
"node": ">= 16.0.0", | ||
"atlaspack": "2.12.1-canary.3366+4100cb64c" | ||
"parcel": "2.12.1-canary.3367+815758ba7" | ||
}, | ||
"dependencies": { | ||
"@atlaspack/plugin": "2.12.1-canary.3366+4100cb64c", | ||
"@atlaspack/utils": "2.12.1-canary.3366+4100cb64c", | ||
"@atlaspack/plugin": "2.12.1-canary.3367+815758ba7", | ||
"@atlaspack/utils": "2.12.1-canary.3367+815758ba7", | ||
"chrome-trace-event": "^1.0.3", | ||
"nullthrows": "^1.1.1" | ||
}, | ||
"gitHead": "4100cb64ca5e666092cee90af18f4124c15292fa" | ||
"gitHead": "815758ba750fdf03c404e4ab67e0930acc51404a" | ||
} |
@@ -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
304
61
304
18944
5