@atlaspack/resolver-default 2.14.63-dev-82931d988.0 → 2.14.63-dev-8c7962f2f.0

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.
@@ -18,7 +18,7 @@ function _nodeResolverCore() {
18
18
  };
19
19
  return data;
20
20
  }
21
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
21
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
22
22
  // Throw user friendly errors on special webpack loader syntax
23
23
  // ex. `imports-loader?$=jquery!./example.js`
24
24
  const WEBPACK_IMPORT_REGEX = /^\w+-loader(?:\?\S*)?!/;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/resolver-default",
3
- "version": "2.14.63-dev-82931d988.0",
3
+ "version": "2.14.63-dev-8c7962f2f.0",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -16,8 +16,8 @@
16
16
  "node": ">= 16.0.0"
17
17
  },
18
18
  "dependencies": {
19
- "@atlaspack/node-resolver-core": "3.7.34-dev-82931d988.0",
20
- "@atlaspack/plugin": "2.14.63-dev-82931d988.0"
19
+ "@atlaspack/node-resolver-core": "3.7.34-dev-8c7962f2f.0",
20
+ "@atlaspack/plugin": "2.14.63-dev-8c7962f2f.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@babel/core": "^7.22.11"
@@ -26,5 +26,5 @@
26
26
  "scripts": {
27
27
  "build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
28
28
  },
29
- "gitHead": "82931d98834d91f5f95d746b55da1134b91347fb"
29
+ "gitHead": "8c7962f2f78d9837f89e20dd20a11938152b9d20"
30
30
  }