Skip to content

Commit 99fc769

Browse files
csstools/postcss-progressive-custom-properties-5.0.0 (#2597)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 893e103 commit 99fc769

1 file changed

Lines changed: 16 additions & 24 deletions

File tree

directory/@csstools/postcss-progressive-custom-properties.json

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-progressive-custom-properties",
33
"description": "Correctly declare progressive enhancements for CSS Custom Properties.",
4-
"version": "4.2.1",
4+
"version": "5.0.0",
55
"author": {
66
"name": "Jonathan Neal",
77
"email": "[email protected]"
@@ -18,20 +18,13 @@
1818
}
1919
],
2020
"engines": {
21-
"node": ">=18"
21+
"node": ">=20.19.0"
2222
},
2323
"type": "module",
24-
"main": "dist/index.cjs",
25-
"module": "dist/index.mjs",
2624
"exports": {
2725
".": {
28-
"import": {
29-
"types": "./dist/index.d.ts",
30-
"default": "./dist/index.mjs"
31-
},
32-
"require": {
33-
"default": "./dist/index.cjs"
34-
}
26+
"types": "./dist/index.d.ts",
27+
"default": "./dist/index.mjs"
3528
}
3629
},
3730
"dependencies": {
@@ -58,25 +51,24 @@
5851
"variables",
5952
"vars"
6053
],
61-
"_id": "@csstools/[email protected]",
62-
"gitHead": "02876b5d129675348ba7c5630c42e5f2fa2f7344",
63-
"types": "./dist/index.d.ts",
54+
"gitHead": "73bb7047973522b317886720b658de32f940d2a9",
55+
"_id": "@csstools/[email protected]",
6456
"bugs": {
6557
"url": "https://github.com/csstools/postcss-plugins/issues"
6658
},
6759
"homepage": "https://github.com/csstools/postcss-plugins#readme",
68-
"_nodeVersion": "24.4.0",
69-
"_npmVersion": "11.4.2",
60+
"_nodeVersion": "25.1.0",
61+
"_npmVersion": "11.6.2",
7062
"dist": {
71-
"integrity": "sha512-uPiiXf7IEKtUQXsxu6uWtOlRMXd2QWWy5fhxHDnPdXKCQckPP3E34ZgDoZ62r2iT+UOgWsSbM4NvHE5m3mAEdw==",
72-
"shasum": "c39780b9ff0d554efb842b6bd75276aa6f1705db",
73-
"tarball": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-4.2.1.tgz",
74-
"fileCount": 7,
75-
"unpackedSize": 61793,
63+
"integrity": "sha512-NsJoZ89rxmDrUsITf8QIk5w+lQZQ8Xw5K6cLFG+cfiffsLYHb3zcbOOrHLetGl1WIhjWWQ4Cr8MMrg46Q+oACg==",
64+
"shasum": "918da15f18888bed01eea64d44e405749b47b096",
65+
"tarball": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-5.0.0.tgz",
66+
"fileCount": 6,
67+
"unpackedSize": 33871,
7668
"signatures": [
7769
{
7870
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
79-
"sig": "MEUCIQD562QZ8nv9R0R3gnj5CMCAoiHxnFURUlMTHnjhZjkHdAIgecgSgYH2k0gS4lJwGTGuMmxehCm4k2gA/Ubf251CUDc="
71+
"sig": "MEQCIEKCKhaG4+L67ywW1ZJgirzEqWhqnr/SQtlXY6L2QJ8nAiBrcs7jYhcir323UlxtW/o3K+3Qg+H3upEnhUkq/nVSvg=="
8072
}
8173
]
8274
},
@@ -101,8 +93,8 @@
10193
],
10294
"_npmOperationalInternal": {
10395
"host": "s3://npm-registry-packages-npm-production",
104-
"tmp": "tmp/postcss-progressive-custom-properties_4.2.1_1758465311742_0.16567784533751695"
96+
"tmp": "tmp/postcss-progressive-custom-properties_5.0.0_1768375218077_0.7524030280581211"
10597
},
10698
"_hasShrinkwrap": false,
107-
"_time": "2025-09-21T14:35:11.964Z"
99+
"_time": "2026-01-14T07:20:18.208Z"
108100
}

0 commit comments

Comments
 (0)