Skip to content

Commit a187a51

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

1 file changed

Lines changed: 21 additions & 29 deletions

File tree

directory/@csstools/postcss-oklab-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-oklab-function",
33
"description": "Use oklab() and oklch() color functions 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"
@@ -65,21 +58,20 @@
6558
"postcss-plugin",
6659
"syntax"
6760
],
68-
"_id": "@csstools/[email protected]",
69-
"gitHead": "46c130042f97efa56a0d85616c6e6d7c77cd2c84",
70-
"types": "./dist/index.d.ts",
71-
"_nodeVersion": "24.4.0",
72-
"_npmVersion": "11.4.2",
61+
"gitHead": "36433f4c94dece20b899c9b2974fccaf24d09fb4",
62+
"_id": "@csstools/[email protected]",
63+
"_nodeVersion": "25.1.0",
64+
"_npmVersion": "11.6.2",
7365
"dist": {
74-
"integrity": "sha512-HhlSmnE1NKBhXsTnNGjxvhryKtO7tJd1w42DKOGFD6jSHtYOrsJTQDKPMwvOfrzUAk8t7GcpIfRyM7ssqHpFjg==",
75-
"shasum": "416640ef10227eea1375b47b72d141495950971d",
76-
"tarball": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-4.0.12.tgz",
77-
"fileCount": 7,
78-
"unpackedSize": 11928,
66+
"integrity": "sha512-PiFrmz9FoB9u6/1LsWpQ7+MElRl5ervVhbboSTm+NfJwN9Sy4gszuS2J9/SNxLxs+8WWHg3PxHIEm5YbFG7MCA==",
67+
"shasum": "3c6528bf09a12abc5b8bb55f2d72964865336e0a",
68+
"tarball": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-5.0.0.tgz",
69+
"fileCount": 6,
70+
"unpackedSize": 11166,
7971
"signatures": [
8072
{
8173
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
82-
"sig": "MEUCIQDtTWIjGDQ8YJCzTGuhr5jp+w3Mi0SHLPvzitK6+2bwLgIgSZU4kQqMemuC+XIzeDZsKdMU8MNdb3juJkqByZCk4o4="
74+
"sig": "MEUCIQDBuX8S6sqU835uEwSqlDia93clpkSxG2vHlNaLlCctGwIgYKp5Y0W5n/6njM6hULmrdjU5z9VQJDExFftzCaX/6hw="
8375
}
8476
]
8577
},
@@ -104,8 +96,8 @@
10496
],
10597
"_npmOperationalInternal": {
10698
"host": "s3://npm-registry-packages-npm-production",
107-
"tmp": "tmp/postcss-oklab-function_4.0.12_1758465484466_0.7451841406789006"
99+
"tmp": "tmp/postcss-oklab-function_5.0.0_1768376227997_0.3231049058068811"
108100
},
109101
"_hasShrinkwrap": false,
110-
"_time": "2025-09-21T14:38:04.668Z"
102+
"_time": "2026-01-14T07:37:08.121Z"
111103
}

0 commit comments

Comments
 (0)