@atlaspack/transformer-posthtml
Advanced tools
Comparing version 2.12.1-canary.3366 to 2.12.1-canary.3367
@@ -76,3 +76,3 @@ "use strict"; | ||
logger.warn({ | ||
message: 'WARNING: Using a JavaScript PostHTML config file means losing out on caching features of Atlaspack. Use a .posthtmlrc (JSON) file whenever possible.' | ||
message: 'WARNING: Using a JavaScript PostHTML config file means losing out on caching features of Parcel. Use a .posthtmlrc (JSON) file whenever possible.' | ||
}); | ||
@@ -79,0 +79,0 @@ } |
{ | ||
"name": "@atlaspack/transformer-posthtml", | ||
"version": "2.12.1-canary.3366+4100cb64c", | ||
"version": "2.12.1-canary.3367+815758ba7", | ||
"license": "MIT", | ||
@@ -16,7 +16,7 @@ "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", | ||
"nullthrows": "^1.1.1", | ||
@@ -28,3 +28,3 @@ "posthtml": "^0.16.5", | ||
}, | ||
"gitHead": "4100cb64ca5e666092cee90af18f4124c15292fa" | ||
"gitHead": "815758ba750fdf03c404e4ab67e0930acc51404a" | ||
} |
@@ -41,3 +41,3 @@ // @flow | ||
message: | ||
'WARNING: Using a JavaScript PostHTML config file means losing out on caching features of Atlaspack. Use a .posthtmlrc (JSON) file whenever possible.', | ||
'WARNING: Using a JavaScript PostHTML config file means losing out on caching features of Parcel. Use a .posthtmlrc (JSON) file whenever possible.', | ||
}); | ||
@@ -44,0 +44,0 @@ } |
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
22581