Skip to content

Commit b290d82

Browse files
csstools/postcss-color-function-5.0.0 (#2561)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3db689c commit b290d82

1 file changed

Lines changed: 21 additions & 29 deletions

File tree

directory/@csstools/postcss-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-color-function",
33
"description": "Use the color() function in CSS",
4-
"version": "4.0.12",
4+
"version": "5.0.0",
55
"author": {
66
"name": "Jonathan Neal",
77
"email": "[email protected]"
@@ -18,28 +18,21 @@
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": {
38-
"@csstools/css-color-parser": "^3.1.0",
39-
"@csstools/css-parser-algorithms": "^3.0.5",
40-
"@csstools/css-tokenizer": "^3.0.4",
41-
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
42-
"@csstools/utilities": "^2.0.0"
31+
"@csstools/css-color-parser": "^4.0.0",
32+
"@csstools/css-parser-algorithms": "^4.0.0",
33+
"@csstools/css-tokenizer": "^4.0.0",
34+
"@csstools/postcss-progressive-custom-properties": "^5.0.0",
35+
"@csstools/utilities": "^3.0.0"
4336
},
4437
"peerDependencies": {
4538
"postcss": "^8.4"
@@ -69,21 +62,20 @@
6962
"syntax",
7063
"xyz"
7164
],
72-
"_id": "@csstools/[email protected]",
73-
"gitHead": "3562ce2f395a9d172a52b0b1fa2623a0ffa341a6",
74-
"types": "./dist/index.d.ts",
75-
"_nodeVersion": "24.4.0",
76-
"_npmVersion": "11.4.2",
65+
"gitHead": "3d5255e1bdbeafe337f9af40f5906173ea61348f",
66+
"_id": "@csstools/[email protected]",
67+
"_nodeVersion": "25.1.0",
68+
"_npmVersion": "11.6.2",
7769
"dist": {
78-
"integrity": "sha512-yx3cljQKRaSBc2hfh8rMZFZzChaFgwmO2JfFgFr1vMcF3C/uyy5I4RFIBOIWGq1D+XbKCG789CGkG6zzkLpagA==",
79-
"shasum": "a7c85a98c77b522a194a1bbb00dd207f40c7a771",
80-
"tarball": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-4.0.12.tgz",
81-
"fileCount": 7,
82-
"unpackedSize": 9515,
70+
"integrity": "sha512-c5t0UOEuD90pQy6FG23fyiMLtspGpnpUvjCUjshwbTb7MghXhcO9azTvDpB5rP8nKJBr4atb1rGWl1/Yfp9czw==",
71+
"shasum": "8101c13069c2bfd1691a5d5b6b5ba5c497ef9344",
72+
"tarball": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-5.0.0.tgz",
73+
"fileCount": 6,
74+
"unpackedSize": 9380,
8375
"signatures": [
8476
{
8577
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
86-
"sig": "MEUCIDjYWrg3BQzg+j98WxoT6QKfBMiP++n4UobrljxDh6WUAiEA9PILYj/ey0wZZbfn6UTGxGc6GBHJrd3z1fvRPUWCfjY="
78+
"sig": "MEYCIQCO5x+G+Fakag0UFB1WgdQvPDI3bDbBVIAPtjbO2i7OhQIhAIBjG/YaxRLsV46E96Ajoe1bFmvzs2ALoiiA4xOMT2HL"
8779
}
8880
]
8981
},
@@ -108,8 +100,8 @@
108100
],
109101
"_npmOperationalInternal": {
110102
"host": "s3://npm-registry-packages-npm-production",
111-
"tmp": "tmp/postcss-color-function_4.0.12_1758465394531_0.6271317252532334"
103+
"tmp": "tmp/postcss-color-function_5.0.0_1768376157952_0.23673344821729803"
112104
},
113105
"_hasShrinkwrap": false,
114-
"_time": "2025-09-21T14:36:34.710Z"
106+
"_time": "2026-01-14T07:35:58.092Z"
115107
}

0 commit comments

Comments
 (0)