@parcel/core
Advanced tools
Comparing version 2.0.0-canary.1679 to 2.0.0-canary.1681
@@ -9,5 +9,5 @@ "use strict"; | ||
get: function () { | ||
return _Parcel.ParcelV3; | ||
return _ParcelV.ParcelV3; | ||
} | ||
}); | ||
var _Parcel = require("./Parcel"); | ||
var _ParcelV = require("./ParcelV3"); |
{ | ||
"name": "@parcel/core", | ||
"version": "2.0.0-canary.1679+03afd6c9f", | ||
"version": "2.0.0-canary.1681+3668e97e9", | ||
"license": "MIT", | ||
@@ -28,17 +28,17 @@ "publishConfig": { | ||
"@mischnic/json-sourcemap": "^0.1.0", | ||
"@parcel/cache": "2.0.0-canary.1681+03afd6c9f", | ||
"@parcel/diagnostic": "2.0.0-canary.1681+03afd6c9f", | ||
"@parcel/events": "2.0.0-canary.1681+03afd6c9f", | ||
"@parcel/feature-flags": "2.12.1-canary.3304+03afd6c9f", | ||
"@parcel/fs": "2.0.0-canary.1681+03afd6c9f", | ||
"@parcel/graph": "3.2.1-canary.3304+03afd6c9f", | ||
"@parcel/logger": "2.0.0-canary.1681+03afd6c9f", | ||
"@parcel/package-manager": "2.0.0-canary.1681+03afd6c9f", | ||
"@parcel/plugin": "2.0.0-canary.1681+03afd6c9f", | ||
"@parcel/profiler": "2.12.1-canary.3304+03afd6c9f", | ||
"@parcel/rust": "2.12.1-canary.3304+03afd6c9f", | ||
"@parcel/cache": "2.0.0-canary.1683+3668e97e9", | ||
"@parcel/diagnostic": "2.0.0-canary.1683+3668e97e9", | ||
"@parcel/events": "2.0.0-canary.1683+3668e97e9", | ||
"@parcel/feature-flags": "2.12.1-canary.3306+3668e97e9", | ||
"@parcel/fs": "2.0.0-canary.1683+3668e97e9", | ||
"@parcel/graph": "3.2.1-canary.3306+3668e97e9", | ||
"@parcel/logger": "2.0.0-canary.1683+3668e97e9", | ||
"@parcel/package-manager": "2.0.0-canary.1683+3668e97e9", | ||
"@parcel/plugin": "2.0.0-canary.1683+3668e97e9", | ||
"@parcel/profiler": "2.12.1-canary.3306+3668e97e9", | ||
"@parcel/rust": "2.12.1-canary.3306+3668e97e9", | ||
"@parcel/source-map": "^2.1.1", | ||
"@parcel/types": "2.0.0-canary.1681+03afd6c9f", | ||
"@parcel/utils": "2.0.0-canary.1681+03afd6c9f", | ||
"@parcel/workers": "2.0.0-canary.1681+03afd6c9f", | ||
"@parcel/types": "2.0.0-canary.1683+3668e97e9", | ||
"@parcel/utils": "2.0.0-canary.1683+3668e97e9", | ||
"@parcel/workers": "2.0.0-canary.1683+3668e97e9", | ||
"base-x": "^3.0.8", | ||
@@ -63,3 +63,3 @@ "browserslist": "^4.6.6", | ||
}, | ||
"gitHead": "03afd6c9f7026d1071821a7689e54f4ebc5ccc57" | ||
"gitHead": "3668e97e921d5a241659087207ae02c2e8f84d44" | ||
} |
// @flow | ||
export {ParcelV3} from './Parcel'; | ||
export type * from './Parcel'; | ||
export {ParcelV3} from './ParcelV3'; | ||
export type * from './ParcelV3'; |
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
39900
1388560