postcss-minify-params 5.0.0-rc.0 → 5.0.1

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/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.0.1](https://github.com/cssnano/cssnano/compare/postcss-minify-params@5.0.0...postcss-minify-params@5.0.1) (2021-05-19)
7
+
8
+ **Note:** Version bump only for package postcss-minify-params
9
+
10
+
11
+
12
+
13
+
14
+ # [5.0.0](https://github.com/cssnano/cssnano/compare/postcss-minify-params@5.0.0-rc.2...postcss-minify-params@5.0.0) (2021-04-06)
15
+
16
+ **Note:** Version bump only for package postcss-minify-params
17
+
18
+
19
+
20
+
21
+
22
+ # [5.0.0-rc.2](https://github.com/cssnano/cssnano/compare/postcss-minify-params@5.0.0-rc.1...postcss-minify-params@5.0.0-rc.2) (2021-03-15)
23
+
24
+ **Note:** Version bump only for package postcss-minify-params
25
+
26
+
27
+
28
+
29
+
30
+ # [5.0.0-rc.1](https://github.com/cssnano/cssnano/compare/postcss-minify-params@5.0.0-rc.0...postcss-minify-params@5.0.0-rc.1) (2021-03-04)
31
+
32
+ **Note:** Version bump only for package postcss-minify-params
33
+
34
+
35
+
36
+
37
+
6
38
  # 5.0.0-rc.0 (2021-02-19)
7
39
 
8
40
 
package/dist/index.js CHANGED
@@ -15,9 +15,9 @@ var _uniqs = _interopRequireDefault(require("uniqs"));
15
15
 
16
16
  var _cssnanoUtils = require("cssnano-utils");
17
17
 
18
- function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function () { return cache; }; return cache; }
18
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
19
19
 
20
- function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
20
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
21
21
 
22
22
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "postcss-minify-params",
3
- "version": "5.0.0-rc.0",
3
+ "version": "5.0.1",
4
4
  "description": "Minify at-rule params with PostCSS",
5
5
  "keywords": [
6
6
  "postcss",
@@ -24,23 +24,23 @@
24
24
  "dependencies": {
25
25
  "alphanum-sort": "^1.0.2",
26
26
  "browserslist": "^4.16.0",
27
- "cssnano-utils": "^2.0.0-rc.0",
27
+ "cssnano-utils": "^2.0.1",
28
28
  "postcss-value-parser": "^4.1.0",
29
29
  "uniqs": "^2.0.0"
30
30
  },
31
31
  "scripts": {
32
32
  "prebuild": "del-cli dist",
33
- "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"",
33
+ "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
34
34
  "prepublish": "yarn build"
35
35
  },
36
36
  "engines": {
37
37
  "node": "^10 || ^12 || >=14.0"
38
38
  },
39
39
  "devDependencies": {
40
- "postcss": "^8.2.1"
40
+ "postcss": "^8.2.15"
41
41
  },
42
42
  "peerDependencies": {
43
- "postcss": "^8.2.1"
43
+ "postcss": "^8.2.15"
44
44
  },
45
- "gitHead": "8c16e67a4d24a13ac7e09a36d4faf504196efd0f"
45
+ "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc"
46
46
  }