Skip to content

Commit 850d5a5

Browse files
csstools/postcss-hwb-function-5.0.0 (#2576)
1 parent 66140c1 commit 850d5a5

1 file changed

Lines changed: 21 additions & 29 deletions

File tree

directory/@csstools/postcss-hwb-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-hwb-function",
33
"description": "Use hwb() color functions in CSS",
4-
"version": "4.0.12",
4+
"version": "5.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"
@@ -71,21 +64,20 @@
7164
"postcss-plugin",
7265
"syntax"
7366
],
74-
"_id": "@csstools/[email protected]",
75-
"gitHead": "64f9ef2ce34e24ca0e4d77e937d8952ca048374a",
76-
"types": "./dist/index.d.ts",
77-
"_nodeVersion": "24.4.0",
78-
"_npmVersion": "11.4.2",
67+
"gitHead": "07bb26217a6dabb0d822221cb6088999bd0594af",
68+
"_id": "@csstools/[email protected]",
69+
"_nodeVersion": "25.1.0",
70+
"_npmVersion": "11.6.2",
7971
"dist": {
80-
"integrity": "sha512-mL/+88Z53KrE4JdePYFJAQWFrcADEqsLprExCM04GDNgHIztwFzj0Mbhd/yxMBngq0NIlz58VVxjt5abNs1VhA==",
81-
"shasum": "07f7ecb08c50e094673bd20eaf7757db0162beee",
82-
"tarball": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-4.0.12.tgz",
83-
"fileCount": 7,
84-
"unpackedSize": 7842,
72+
"integrity": "sha512-SPZ1bUiQjNpXdEcDjGCNXsN1S53eZzO+QIR6xLqjuqDBdshytCcFT9NICdXNUUhRjwSwcIu/OOLpeUrW0+K7aA==",
73+
"shasum": "eafe9d25b20f0e047e76dabbdec46a70031d2a0e",
74+
"tarball": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-5.0.0.tgz",
75+
"fileCount": 6,
76+
"unpackedSize": 7719,
8577
"signatures": [
8678
{
8779
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
88-
"sig": "MEUCIEvcOASaGIpumkb2Yxz+WHPkpOO3DjUa0aUqOwSYcWfVAiEAuUSWxFnxWkgynaoDPxlK/pLkVnRWCY1HSQXH0yW7Pwk="
80+
"sig": "MEUCIGHx9zwi3QmpOnIpl1ofOCDqM1m+gR0YiA5sAZ0XqnC8AiEA0NcvYhMF2bznI/EgkcW2b2tLTmew3X+bwMdxbehX1Rw="
8981
}
9082
]
9183
},
@@ -110,8 +102,8 @@
110102
],
111103
"_npmOperationalInternal": {
112104
"host": "s3://npm-registry-packages-npm-production",
113-
"tmp": "tmp/postcss-hwb-function_4.0.12_1758465456456_0.5649465249977896"
105+
"tmp": "tmp/postcss-hwb-function_5.0.0_1768376215557_0.37408818685112655"
114106
},
115107
"_hasShrinkwrap": false,
116-
"_time": "2025-09-21T14:37:36.647Z"
108+
"_time": "2026-01-14T07:36:55.686Z"
117109
}

0 commit comments

Comments
 (0)