@atlaspack/resolver-default 2.12.1-dev.3367 → 2.12.1-dev.3398

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48,7 +48,7 @@ var _default = exports.default = new (_plugin().Resolver)({
48
48
  config: resolver
49
49
  }) {
50
50
  if (WEBPACK_IMPORT_REGEX.test(dependency.specifier)) {
51
- throw new Error(`The import path: ${dependency.specifier} is using webpack specific loader import syntax, which isn't supported by Atlaspack.`);
51
+ throw new Error(`The import path: ${dependency.specifier} is using webpack specific loader import syntax, which isn't supported by Parcel.`);
52
52
  }
53
53
  return resolver.resolve({
54
54
  filename: specifier,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/resolver-default",
3
- "version": "2.12.1-dev.3367+07fefed65",
3
+ "version": "2.12.1-dev.3398+81c73b3cd",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -13,14 +13,14 @@
13
13
  "source": "src/DefaultResolver.js",
14
14
  "engines": {
15
15
  "node": ">= 16.0.0",
16
- "atlaspack": "^2.12.1-dev.3367+07fefed65"
16
+ "parcel": "^2.12.1-dev.3398+81c73b3cd"
17
17
  },
18
18
  "dependencies": {
19
- "@atlaspack/node-resolver-core": "3.3.1-dev.3367+07fefed65",
20
- "@atlaspack/plugin": "2.12.1-dev.3367+07fefed65"
19
+ "@atlaspack/node-resolver-core": "3.3.1-dev.3398+81c73b3cd",
20
+ "@atlaspack/plugin": "2.12.1-dev.3398+81c73b3cd"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@babel/core": "^7.22.11"
24
24
  },
25
- "gitHead": "07fefed65a9a4d7bd0bdc9c45b39704ee4ca70dd"
25
+ "gitHead": "81c73b3cdf93adf8b0013be9fed5422579bd5910"
26
26
  }
@@ -26,7 +26,7 @@ export default (new Resolver({
26
26
  resolve({dependency, specifier, config: resolver}) {
27
27
  if (WEBPACK_IMPORT_REGEX.test(dependency.specifier)) {
28
28
  throw new Error(
29
- `The import path: ${dependency.specifier} is using webpack specific loader import syntax, which isn't supported by Atlaspack.`,
29
+ `The import path: ${dependency.specifier} is using webpack specific loader import syntax, which isn't supported by Parcel.`,
30
30
  );
31
31
  }
32
32