@atlaspack/core
Advanced tools
Comparing version 2.12.1-canary.3360 to 2.12.1-canary.3361
@@ -41,3 +41,3 @@ "use strict"; | ||
const NODE_MODULES = `${_path().default.sep}node_modules${_path().default.sep}`; | ||
const CONFIG = Symbol.for('atlaspack-plugin-config'); | ||
const CONFIG = Symbol.for('parcel-plugin-config'); | ||
async function loadPlugin(pluginName, configPath, keyPath, options) { | ||
@@ -44,0 +44,0 @@ let resolveFrom = configPath; |
{ | ||
"name": "@atlaspack/core", | ||
"version": "2.12.1-canary.3360+05aa222b9", | ||
"version": "2.12.1-canary.3361+149024a84", | ||
"license": "MIT", | ||
@@ -23,16 +23,16 @@ "publishConfig": { | ||
"dependencies": { | ||
"@atlaspack/cache": "2.12.1-canary.3360+05aa222b9", | ||
"@atlaspack/diagnostic": "2.12.1-canary.3360+05aa222b9", | ||
"@atlaspack/events": "2.12.1-canary.3360+05aa222b9", | ||
"@atlaspack/feature-flags": "2.12.1-canary.3360+05aa222b9", | ||
"@atlaspack/fs": "2.12.1-canary.3360+05aa222b9", | ||
"@atlaspack/graph": "3.2.1-canary.3360+05aa222b9", | ||
"@atlaspack/logger": "2.12.1-canary.3360+05aa222b9", | ||
"@atlaspack/package-manager": "2.12.1-canary.3360+05aa222b9", | ||
"@atlaspack/plugin": "2.12.1-canary.3360+05aa222b9", | ||
"@atlaspack/profiler": "2.12.1-canary.3360+05aa222b9", | ||
"@atlaspack/rust": "2.12.1-canary.3360+05aa222b9", | ||
"@atlaspack/types": "2.12.1-canary.3360+05aa222b9", | ||
"@atlaspack/utils": "2.12.1-canary.3360+05aa222b9", | ||
"@atlaspack/workers": "2.12.1-canary.3360+05aa222b9", | ||
"@atlaspack/cache": "2.12.1-canary.3361+149024a84", | ||
"@atlaspack/diagnostic": "2.12.1-canary.3361+149024a84", | ||
"@atlaspack/events": "2.12.1-canary.3361+149024a84", | ||
"@atlaspack/feature-flags": "2.12.1-canary.3361+149024a84", | ||
"@atlaspack/fs": "2.12.1-canary.3361+149024a84", | ||
"@atlaspack/graph": "3.2.1-canary.3361+149024a84", | ||
"@atlaspack/logger": "2.12.1-canary.3361+149024a84", | ||
"@atlaspack/package-manager": "2.12.1-canary.3361+149024a84", | ||
"@atlaspack/plugin": "2.12.1-canary.3361+149024a84", | ||
"@atlaspack/profiler": "2.12.1-canary.3361+149024a84", | ||
"@atlaspack/rust": "2.12.1-canary.3361+149024a84", | ||
"@atlaspack/types": "2.12.1-canary.3361+149024a84", | ||
"@atlaspack/utils": "2.12.1-canary.3361+149024a84", | ||
"@atlaspack/workers": "2.12.1-canary.3361+149024a84", | ||
"@mischnic/json-sourcemap": "^0.1.0", | ||
@@ -59,3 +59,3 @@ "@parcel/source-map": "^2.1.1", | ||
}, | ||
"gitHead": "05aa222b9f334fb41ae454009efde36feab894d1" | ||
"gitHead": "149024a84eff1e0e1996a99fed0c35b67035ffc0" | ||
} |
@@ -27,3 +27,3 @@ // @flow | ||
const NODE_MODULES = `${path.sep}node_modules${path.sep}`; | ||
const CONFIG = Symbol.for('atlaspack-plugin-config'); | ||
const CONFIG = Symbol.for('parcel-plugin-config'); | ||
@@ -30,0 +30,0 @@ export default async function loadPlugin<T>( |
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
1424527