postcss-merge-rules 9.0.0 → 9.0.2

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/README.md CHANGED
@@ -96,7 +96,7 @@ examples for your environment.
96
96
 
97
97
  ## Contributors
98
98
 
99
- See [CONTRIBUTORS.md](https://github.com/cssnano/cssnano/blob/master/CONTRIBUTORS.md).
99
+ See [CONTRIBUTORS.md](https://github.com/cssnano/cssnano/blob/main/CONTRIBUTORS.md).
100
100
 
101
101
  ## License
102
102
 
package/package.json CHANGED
@@ -1,13 +1,16 @@
1
1
  {
2
2
  "name": "postcss-merge-rules",
3
- "version": "9.0.0",
3
+ "version": "9.0.2",
4
4
  "description": "Merge CSS rules with PostCSS.",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./types/index.d.ts",
8
8
  "default": "./src/index.js"
9
- }
9
+ },
10
+ "./package.json": "./package.json"
10
11
  },
12
+ "main": "./src/index.js",
13
+ "types": "./types/index.d.ts",
11
14
  "imports": {
12
15
  "#getBrowsersList": {
13
16
  "node": "./src/lib/computeBrowsersToSupport.js",
@@ -39,7 +42,7 @@
39
42
  "dependencies": {
40
43
  "browserslist": "^4.28.8",
41
44
  "caniuse-api": "^4.0.0",
42
- "cssnano-utils": "^7.0.0",
45
+ "cssnano-utils": "^7.0.1",
43
46
  "postcss-selector-parser": "^7.1.5"
44
47
  },
45
48
  "bugs": {
@@ -49,9 +52,9 @@
49
52
  "node": "^22.22.3 || ^24.15.0 || >=26.0"
50
53
  },
51
54
  "devDependencies": {
52
- "@webref/css": "8.7.2",
55
+ "@webref/css": "8.7.3",
53
56
  "postcss": "^8.5.26",
54
- "postcss-discard-comments": "^9.0.0",
57
+ "postcss-discard-comments": "^9.0.1",
55
58
  "postcss-simple-vars": "^7.0.1"
56
59
  },
57
60
  "peerDependencies": {