@parcel/runtime-js
Advanced tools
Comparing version 2.0.0-nightly.341 to 2.0.0-nightly.343
@@ -155,3 +155,3 @@ "use strict"; | ||
if (bundle.env.outputFormat === 'commonjs') { | ||
if (bundle.env.outputFormat === 'commonjs' && mainBundle.type === 'js') { | ||
assets.push({ | ||
@@ -158,0 +158,0 @@ filePath: __filename, |
{ | ||
"name": "@parcel/runtime-js", | ||
"version": "2.0.0-nightly.341+1f558665", | ||
"version": "2.0.0-nightly.343+fce662ec", | ||
"license": "MIT", | ||
@@ -23,7 +23,7 @@ "publishConfig": { | ||
"dependencies": { | ||
"@parcel/plugin": "2.0.0-nightly.341+1f558665", | ||
"@parcel/utils": "2.0.0-nightly.341+1f558665", | ||
"@parcel/plugin": "2.0.0-nightly.343+fce662ec", | ||
"@parcel/utils": "2.0.0-nightly.343+fce662ec", | ||
"nullthrows": "^1.1.1" | ||
}, | ||
"gitHead": "1f5586657f1ea8660ca1f06abdd75687851ebbb2" | ||
"gitHead": "fce662ec4e125e26aade08b8dcc032958fb4e42d" | ||
} |
@@ -160,3 +160,3 @@ // @flow strict-local | ||
if (bundle.env.outputFormat === 'commonjs') { | ||
if (bundle.env.outputFormat === 'commonjs' && mainBundle.type === 'js') { | ||
assets.push({ | ||
@@ -163,0 +163,0 @@ filePath: __filename, |
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
43460