Skip to content

Commit 6d27f30

Browse files
postcss-browser-comments-7.0.0 (#2618)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 40c5db7 commit 6d27f30

1 file changed

Lines changed: 15 additions & 23 deletions

File tree

directory/postcss-browser-comments.json

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-browser-comments",
33
"description": "Keep only the CSS you need based on comments and your browserslist",
4-
"version": "6.0.2",
4+
"version": "7.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -29,24 +29,17 @@
2929
}
3030
],
3131
"engines": {
32-
"node": ">=18"
32+
"node": ">=20.19.0"
3333
},
3434
"type": "module",
35-
"main": "dist/index.cjs",
36-
"module": "dist/index.mjs",
3735
"exports": {
3836
".": {
39-
"import": {
40-
"types": "./dist/index.d.ts",
41-
"default": "./dist/index.mjs"
42-
},
43-
"require": {
44-
"default": "./dist/index.cjs"
45-
}
37+
"types": "./dist/index.d.ts",
38+
"default": "./dist/index.mjs"
4639
}
4740
},
4841
"peerDependencies": {
49-
"browserslist": "^4.28.0",
42+
"browserslist": "^4.28.1",
5043
"postcss": "^8.4"
5144
},
5245
"scripts": {},
@@ -71,21 +64,20 @@
7164
"support",
7265
"target"
7366
],
74-
"gitHead": "4a7852f9736614dd10114cf4e665f3ca0d3774d4",
75-
"types": "./dist/index.d.ts",
76-
67+
"gitHead": "8b24916b905d134e480bbe33706d3ce9cb25a416",
68+
7769
"_nodeVersion": "25.1.0",
7870
"_npmVersion": "11.6.2",
7971
"dist": {
80-
"integrity": "sha512-bZFLM8UZupVsuZDR4zFbzrPtKN6Xqpgj+C+vaxlL8r5E0cyhSO4OD3z+MjKstoQsIaKiQS+/Xci5jBUGyo9HlA==",
81-
"shasum": "6fb4f12d4aba7037282c91fce4bd026959cabb8e",
82-
"tarball": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-6.0.2.tgz",
83-
"fileCount": 7,
84-
"unpackedSize": 8356,
72+
"integrity": "sha512-8hzvnKJiHNrEEiPwCjJuyj8KIZrm9moJzFpljFsWdeXF8raDMTyoCeg79TJ3W9c4gT0bNOXhJuTyws4H+j0ksw==",
73+
"shasum": "919c1a2019fa493e0761e2ff02b75411c9f4d63c",
74+
"tarball": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-7.0.0.tgz",
75+
"fileCount": 6,
76+
"unpackedSize": 6715,
8577
"signatures": [
8678
{
8779
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
88-
"sig": "MEUCIHQOHnz8Y4RfzClb+Fwy00vUEkfKbJJSx9FfW7/9BP4bAiEAmR8Ku9W9rK/c1uDYTU94Y7/P08JABV+yBVKi654g7Fs="
80+
"sig": "MEQCIHCW5B1rsLU3NmVxJuVtX4iIWITznqVhP/iifrIHAfb+AiAt6D7O7r/dp6N4mBESimt4KpIWibVbT7Ol2WSe8lIqaQ=="
8981
}
9082
]
9183
},
@@ -110,8 +102,8 @@
110102
],
111103
"_npmOperationalInternal": {
112104
"host": "s3://npm-registry-packages-npm-production",
113-
"tmp": "tmp/postcss-browser-comments_6.0.2_1764155941603_0.33123137240119527"
105+
"tmp": "tmp/postcss-browser-comments_7.0.0_1768375294902_0.24654319814738468"
114106
},
115107
"_hasShrinkwrap": false,
116-
"_time": "2025-11-26T11:19:01.889Z"
108+
"_time": "2026-01-14T07:21:35.038Z"
117109
}

0 commit comments

Comments
 (0)