@atlaspack/optimizer-inline-requires 2.16.9-dev-82931d988.0 → 2.16.9-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.
@@ -28,7 +28,7 @@ function _sourceMap() {
28
28
  };
29
29
  return data;
30
30
  }
31
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
31
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
32
32
  // @ts-expect-error TS7034
33
33
  let assetPublicIdsWithSideEffects = null;
34
34
  module.exports = new (_plugin().Optimizer)({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/optimizer-inline-requires",
3
- "version": "2.16.9-dev-82931d988.0",
3
+ "version": "2.16.9-dev-8c7962f2f.0",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -16,11 +16,11 @@
16
16
  "node": ">= 14.0.0"
17
17
  },
18
18
  "dependencies": {
19
- "@atlaspack/feature-flags": "2.31.3-dev-82931d988.0",
20
- "@atlaspack/plugin": "2.14.63-dev-82931d988.0",
21
- "@atlaspack/rust": "3.29.2-dev-82931d988.0",
22
- "@atlaspack/source-map": "3.3.7-dev-82931d988.0",
23
- "@atlaspack/types": "2.15.53-dev-82931d988.0",
19
+ "@atlaspack/feature-flags": "2.31.3-dev-8c7962f2f.0",
20
+ "@atlaspack/plugin": "2.14.63-dev-8c7962f2f.0",
21
+ "@atlaspack/rust": "3.29.2-dev-8c7962f2f.0",
22
+ "@atlaspack/source-map": "3.3.7-dev-8c7962f2f.0",
23
+ "@atlaspack/types": "2.15.53-dev-8c7962f2f.0",
24
24
  "@swc/core": "1.15.11",
25
25
  "nullthrows": "^1.1.1"
26
26
  },
@@ -28,5 +28,5 @@
28
28
  "scripts": {
29
29
  "build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
30
30
  },
31
- "gitHead": "82931d98834d91f5f95d746b55da1134b91347fb"
31
+ "gitHead": "8c7962f2f78d9837f89e20dd20a11938152b9d20"
32
32
  }