@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.
- package/lib/CSSNanoOptimizer.js +1 -1
- package/package.json +4 -4
package/lib/CSSNanoOptimizer.js
CHANGED
|
@@ -32,7 +32,7 @@ function _cssnano() {
|
|
|
32
32
|
};
|
|
33
33
|
return data;
|
|
34
34
|
}
|
|
35
|
-
function _interopRequireDefault(
|
|
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-
|
|
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-
|
|
20
|
-
"@atlaspack/source-map": "3.3.7-dev-
|
|
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": "
|
|
28
|
+
"gitHead": "8c7962f2f78d9837f89e20dd20a11938152b9d20"
|
|
29
29
|
}
|