Skip to content

Commit 3206b16

Browse files
csstools/postcss-minify-3.0.0 (#2591)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8e38c2c commit 3206b16

1 file changed

Lines changed: 15 additions & 23 deletions

File tree

directory/@csstools/postcss-minify.json

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-minify",
33
"description": "A very basic CSS minifier",
4-
"version": "2.0.5",
4+
"version": "3.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -25,24 +25,17 @@
2525
}
2626
],
2727
"engines": {
28-
"node": ">=18"
28+
"node": ">=20.19.0"
2929
},
3030
"type": "module",
31-
"main": "dist/index.cjs",
32-
"module": "dist/index.mjs",
3331
"exports": {
3432
".": {
35-
"import": {
36-
"types": "./dist/index.d.ts",
37-
"default": "./dist/index.mjs"
38-
},
39-
"require": {
40-
"default": "./dist/index.cjs"
41-
}
33+
"types": "./dist/index.d.ts",
34+
"default": "./dist/index.mjs"
4235
}
4336
},
4437
"dependencies": {
45-
"@csstools/css-tokenizer": "^3.0.4"
38+
"@csstools/css-tokenizer": "^4.0.0"
4639
},
4740
"peerDependencies": {
4841
"postcss": "^8.4"
@@ -61,21 +54,20 @@
6154
"minifier",
6255
"postcss-plugin"
6356
],
64-
"gitHead": "f2839076722f4e8c9f406bbbc4cc5dc193cb9c21",
65-
"types": "./dist/index.d.ts",
66-
"_id": "@csstools/[email protected]",
57+
"gitHead": "93c90966e953604e3ded8cbe41de142d5cc7186b",
58+
"_id": "@csstools/[email protected]",
6759
"_nodeVersion": "25.1.0",
6860
"_npmVersion": "11.6.2",
6961
"dist": {
70-
"integrity": "sha512-1dPj7WoGmavyvtlND/xpp5ipci7rpi0dbSG3icOKWAEZm5Ny+gFoHe3VdnBsuxVxM5hoiC5bMQVdXR4sF1o+UA==",
71-
"shasum": "a0bb487b64af93b43b456ed56f70d9f76a7d3fbd",
72-
"tarball": "https://registry.npmjs.org/@csstools/postcss-minify/-/postcss-minify-2.0.5.tgz",
73-
"fileCount": 7,
74-
"unpackedSize": 8662,
62+
"integrity": "sha512-CWLIc+waxfRYTfpwalV6YE8Ry4xNpLWVF22XTeNwyKrlZ9LAb41l29belMDyBK/rn8qG8v+p09ENbpkJ6hAE8Q==",
63+
"shasum": "726edbe9fe977b7d17bb04df690475a1a9151358",
64+
"tarball": "https://registry.npmjs.org/@csstools/postcss-minify/-/postcss-minify-3.0.0.tgz",
65+
"fileCount": 6,
66+
"unpackedSize": 7152,
7567
"signatures": [
7668
{
7769
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
78-
"sig": "MEYCIQC0Z+bXKa+w+uGLp/nAc4Jt2fv7CBqe6TQkctAobq7UwwIhANed5vob3DkeiPCu7AYh3XEGI6hcVPUDZK8aimt8mPiM"
70+
"sig": "MEUCIQCRq4QyUMWZz8fhv4gfpRGcuNcaaN+62JamOn7p4Uoq2gIgXhCTHCtd0Wft4c3OEVXpK7U6nhGD8f+QGT24ZkBvrWk="
7971
}
8072
]
8173
},
@@ -100,8 +92,8 @@
10092
],
10193
"_npmOperationalInternal": {
10294
"host": "s3://npm-registry-packages-npm-production",
103-
"tmp": "tmp/postcss-minify_2.0.5_1766435164632_0.0006845703584614782"
95+
"tmp": "tmp/postcss-minify_3.0.0_1768375430658_0.7220757927419861"
10496
},
10597
"_hasShrinkwrap": false,
106-
"_time": "2025-12-22T20:26:04.771Z"
98+
"_time": "2026-01-14T07:23:50.817Z"
10799
}

0 commit comments

Comments
 (0)