Skip to content

Commit b7ffe9e

Browse files
csstools/postcss-contrast-color-function-3.0.0 (#2567)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3aace93 commit b7ffe9e

1 file changed

Lines changed: 21 additions & 29 deletions

File tree

directory/@csstools/postcss-contrast-color-function.json

Lines changed: 21 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-contrast-color-function",
33
"description": "Dynamically specify a text color with adequate contrast",
4-
"version": "2.0.12",
4+
"version": "3.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -25,28 +25,21 @@
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-color-parser": "^3.1.0",
46-
"@csstools/css-parser-algorithms": "^3.0.5",
47-
"@csstools/css-tokenizer": "^3.0.4",
48-
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
49-
"@csstools/utilities": "^2.0.0"
38+
"@csstools/css-color-parser": "^4.0.0",
39+
"@csstools/css-parser-algorithms": "^4.0.0",
40+
"@csstools/css-tokenizer": "^4.0.0",
41+
"@csstools/postcss-progressive-custom-properties": "^5.0.0",
42+
"@csstools/utilities": "^3.0.0"
5043
},
5144
"peerDependencies": {
5245
"postcss": "^8.4"
@@ -68,21 +61,20 @@
6861
"postcss-plugin",
6962
"wcag"
7063
],
71-
"_id": "@csstools/[email protected]",
72-
"gitHead": "6c5de75736c261e13b67922da8e7201cbc721552",
73-
"types": "./dist/index.d.ts",
74-
"_nodeVersion": "24.4.0",
75-
"_npmVersion": "11.4.2",
64+
"gitHead": "e1442b889782dbefbc51b08fcdb1312c09144f3f",
65+
"_id": "@csstools/[email protected]",
66+
"_nodeVersion": "25.1.0",
67+
"_npmVersion": "11.6.2",
7668
"dist": {
77-
"integrity": "sha512-YbwWckjK3qwKjeYz/CijgcS7WDUCtKTd8ShLztm3/i5dhh4NaqzsbYnhm4bjrpFpnLZ31jVcbK8YL77z3GBPzA==",
78-
"shasum": "ca46986d095c60f208d9e3f24704d199c9172637",
79-
"tarball": "https://registry.npmjs.org/@csstools/postcss-contrast-color-function/-/postcss-contrast-color-function-2.0.12.tgz",
80-
"fileCount": 7,
81-
"unpackedSize": 7856,
69+
"integrity": "sha512-PfUR6kVeDxUPoNcL5QY5TdbUL2NLDhnZ2LwiEhDsnUrRIPFgrIoUHWYjG0LnWq8mBZ21dUqmvQTd89m2OVy/BA==",
70+
"shasum": "32460f9f9121065c732e7388cc17db9855c56423",
71+
"tarball": "https://registry.npmjs.org/@csstools/postcss-contrast-color-function/-/postcss-contrast-color-function-3.0.0.tgz",
72+
"fileCount": 6,
73+
"unpackedSize": 7722,
8274
"signatures": [
8375
{
8476
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
85-
"sig": "MEQCIFksJ6VXihE8cUrIQiscNGzQXADW5qEuyHXcLoMQeNl9AiAlQbYtzzbszTtDejORAejZ3hP56qgAImCgUg763C96vg=="
77+
"sig": "MEYCIQCBTJXBcbPzir58+o5n4pwNihU/mq7TMOo2Psf/uvP2JwIhAOrPv+p6qVoRNPadjYbrt+m+rdaHoF7r5pgOfSbWuUDG"
8678
}
8779
]
8880
},
@@ -107,8 +99,8 @@
10799
],
108100
"_npmOperationalInternal": {
109101
"host": "s3://npm-registry-packages-npm-production",
110-
"tmp": "tmp/postcss-contrast-color-function_2.0.12_1758465437392_0.36629897287832414"
102+
"tmp": "tmp/postcss-contrast-color-function_3.0.0_1768376189824_0.3223164923755131"
111103
},
112104
"_hasShrinkwrap": false,
113-
"_time": "2025-09-21T14:37:17.581Z"
105+
"_time": "2026-01-14T07:36:30.023Z"
114106
}

0 commit comments

Comments
 (0)