@parcel/transformer-glsl
Advanced tools
Comparing version 2.0.0-nightly.2138 to 2.0.0-nightly.2144
@@ -48,3 +48,3 @@ "use strict"; | ||
let glslifyDeps = await options.packageManager.require('glslify-deps', asset.filePath, { | ||
autoinstall: options.autoinstall | ||
shouldAutoInstall: options.shouldAutoInstall | ||
}); // Parse and collect dependencies with glslify-deps | ||
@@ -67,3 +67,3 @@ | ||
let glslifyBundle = await options.packageManager.require('glslify-bundle', asset.filePath, { | ||
autoinstall: options.autoinstall | ||
shouldAutoInstall: options.shouldAutoInstall | ||
}); | ||
@@ -70,0 +70,0 @@ collectDependencies(asset, ast); // Generate the bundled glsl file |
{ | ||
"name": "@parcel/transformer-glsl", | ||
"version": "2.0.0-nightly.2138+9d5f2d8e", | ||
"version": "2.0.0-nightly.2144+71264fe1", | ||
"license": "MIT", | ||
@@ -23,4 +23,4 @@ "publishConfig": { | ||
"dependencies": { | ||
"@parcel/plugin": "2.0.0-nightly.516+9d5f2d8e", | ||
"@parcel/utils": "2.0.0-nightly.516+9d5f2d8e" | ||
"@parcel/plugin": "2.0.0-nightly.522+71264fe1", | ||
"@parcel/utils": "2.0.0-nightly.522+71264fe1" | ||
}, | ||
@@ -31,3 +31,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "9d5f2d8e4fd60187dede960fa2ac6f2624aacb31" | ||
"gitHead": "71264fe1af27c6eec127fe8fa3241dd1a2e6c029" | ||
} |
@@ -15,3 +15,3 @@ // @flow | ||
{ | ||
autoinstall: options.autoinstall, | ||
shouldAutoInstall: options.shouldAutoInstall, | ||
}, | ||
@@ -44,3 +44,3 @@ ); | ||
{ | ||
autoinstall: options.autoinstall, | ||
shouldAutoInstall: options.shouldAutoInstall, | ||
}, | ||
@@ -47,0 +47,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
5189