@parcel/transformer-glsl
Advanced tools
Comparing version 2.0.0-nightly.2081 to 2.0.0-nightly.2084
@@ -64,3 +64,3 @@ "use strict"; | ||
}); | ||
let ast = await (0, _utils().promisify)(depper.inline.bind(depper))((await asset.getCode()), cwd); | ||
let ast = await (0, _utils().promisify)(depper.inline.bind(depper))(await asset.getCode(), cwd); | ||
let glslifyBundle = await options.packageManager.require('glslify-bundle', asset.filePath, { | ||
@@ -67,0 +67,0 @@ autoinstall: options.autoinstall |
{ | ||
"name": "@parcel/transformer-glsl", | ||
"version": "2.0.0-nightly.2081+0247770e", | ||
"version": "2.0.0-nightly.2084+6b1aec6a", | ||
"license": "MIT", | ||
@@ -23,4 +23,4 @@ "publishConfig": { | ||
"dependencies": { | ||
"@parcel/plugin": "2.0.0-nightly.459+0247770e", | ||
"@parcel/utils": "2.0.0-nightly.459+0247770e" | ||
"@parcel/plugin": "2.0.0-nightly.462+6b1aec6a", | ||
"@parcel/utils": "2.0.0-nightly.462+6b1aec6a" | ||
}, | ||
@@ -31,3 +31,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "0247770e83394ad44fb755cbe8b20e56a65fc580" | ||
"gitHead": "6b1aec6a4e56d72166d99f8fb7e0a41b8d310a29" | ||
} |
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
5144