Skip to content

Commit baf451f

Browse files
csstools/postcss-gamut-mapping-3.0.0 (#2573)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3300c3b commit baf451f

1 file changed

Lines changed: 19 additions & 27 deletions

File tree

directory/@csstools/postcss-gamut-mapping.json

Lines changed: 19 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-gamut-mapping",
33
"description": "Gamut map css colors to fit display specific gamuts",
4-
"version": "2.0.11",
4+
"version": "3.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -25,26 +25,19 @@
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"
38+
"@csstools/css-color-parser": "^4.0.0",
39+
"@csstools/css-parser-algorithms": "^4.0.0",
40+
"@csstools/css-tokenizer": "^4.0.0"
4841
},
4942
"peerDependencies": {
5043
"postcss": "^8.4"
@@ -71,21 +64,20 @@
7164
"srgb",
7265
"wide gamut"
7366
],
74-
"_id": "@csstools/[email protected]",
75-
"gitHead": "9fa847645f03277d34c25e2b5b148f1438ef7b7f",
76-
"types": "./dist/index.d.ts",
77-
"_nodeVersion": "24.4.0",
78-
"_npmVersion": "11.4.2",
67+
"gitHead": "ad34c34a2de6e4074a37e560eb12788f762bc88a",
68+
"_id": "@csstools/[email protected]",
69+
"_nodeVersion": "25.1.0",
70+
"_npmVersion": "11.6.2",
7971
"dist": {
80-
"integrity": "sha512-fCpCUgZNE2piVJKC76zFsgVW1apF6dpYsqGyH8SIeCcM4pTEsRTWTLCaJIMKFEundsCKwY1rwfhtrio04RJ4Dw==",
81-
"shasum": "be0e34c9f0142852cccfc02b917511f0d677db8b",
82-
"tarball": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-2.0.11.tgz",
83-
"fileCount": 7,
84-
"unpackedSize": 10130,
72+
"integrity": "sha512-A2ZOxf7DMiohT4EGsaMApE5w57HZkoXF+eRJMgdq9VFZg9DL2PEnKC2NILwjXflWDhL32qe0kRxpSZ+60i6NtA==",
73+
"shasum": "89c5592b0c1ae695fcc58bec625478df9438db09",
74+
"tarball": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-3.0.0.tgz",
75+
"fileCount": 6,
76+
"unpackedSize": 8312,
8577
"signatures": [
8678
{
8779
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
88-
"sig": "MEYCIQDuQE8OFKLG/vh+5BqXucOmA/TXvADB/m3GGJFBPr6ZrAIhAMhF3NUUybaZI0oEV/ZZG9wnF1QecoIBc1fO/XoCRMKz"
80+
"sig": "MEUCIQDXY34v3kM9Sg0RsYy61zInrg1wL9F1nAbZxaE8RWoPuAIgM15wyxbwLEME9Uue27009pag1UO/U6bLNdBElq7bg9o="
8981
}
9082
]
9183
},
@@ -110,8 +102,8 @@
110102
],
111103
"_npmOperationalInternal": {
112104
"host": "s3://npm-registry-packages-npm-production",
113-
"tmp": "tmp/postcss-gamut-mapping_2.0.11_1755892416936_0.04272855358923855"
105+
"tmp": "tmp/postcss-gamut-mapping_3.0.0_1768376195941_0.21972411000384717"
114106
},
115107
"_hasShrinkwrap": false,
116-
"_time": "2025-08-22T19:53:37.121Z"
108+
"_time": "2026-01-14T07:36:36.091Z"
117109
}

0 commit comments

Comments
 (0)