@atlaspack/optimizer-cssnano 2.15.24-dev-82931d988.0 → 2.15.24-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.
@@ -32,7 +32,7 @@ function _cssnano() {
32
32
  };
33
33
  return data;
34
34
  }
35
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
35
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
36
36
  // @ts-expect-error TS7016
37
37
  // @ts-expect-error TS7016
38
38
  // TODO the type is based on cssnano 4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/optimizer-cssnano",
3
- "version": "2.15.24-dev-82931d988.0",
3
+ "version": "2.15.24-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/plugin": "2.14.63-dev-82931d988.0",
20
- "@atlaspack/source-map": "3.3.7-dev-82931d988.0",
19
+ "@atlaspack/plugin": "2.14.63-dev-8c7962f2f.0",
20
+ "@atlaspack/source-map": "3.3.7-dev-8c7962f2f.0",
21
21
  "cssnano": "^5.0.15",
22
22
  "postcss": "^8.4.5"
23
23
  },
@@ -25,5 +25,5 @@
25
25
  "scripts": {
26
26
  "build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
27
27
  },
28
- "gitHead": "82931d98834d91f5f95d746b55da1134b91347fb"
28
+ "gitHead": "8c7962f2f78d9837f89e20dd20a11938152b9d20"
29
29
  }