Skip to content

Commit 110b371

Browse files
postcss-lab-function-8.0.1 (#2653)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dc25b2b commit 110b371

1 file changed

Lines changed: 21 additions & 29 deletions

File tree

directory/postcss-lab-function.json

Lines changed: 21 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-lab-function",
33
"description": "Use lab() and lch() color functions in CSS",
4-
"version": "7.0.12",
4+
"version": "8.0.1",
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.1",
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"
@@ -70,21 +63,20 @@
7063
"space",
7164
"syntax"
7265
],
73-
74-
"gitHead": "ad47e3150802b09e69b43b06b7499d739f4fc4c6",
75-
"types": "./dist/index.d.ts",
76-
"_nodeVersion": "24.4.0",
77-
"_npmVersion": "11.4.2",
66+
"gitHead": "e95e18ce3fe3a5222b352cdc6c4b8ba951ba4e07",
67+
68+
"_nodeVersion": "25.1.0",
69+
"_npmVersion": "11.6.2",
7870
"dist": {
79-
"integrity": "sha512-tUcyRk1ZTPec3OuKFsqtRzW2Go5lehW29XA21lZ65XmzQkz43VY2tyWEC202F7W3mILOjw0voOiuxRGTsN+J9w==",
80-
"shasum": "eb555ac542607730eb0a87555074e4a5c6eef6e4",
81-
"tarball": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-7.0.12.tgz",
82-
"fileCount": 7,
83-
"unpackedSize": 11515,
71+
"integrity": "sha512-Q/ANnuCYtanAc+2NnCaZrYu+GofYQUV603JXL0KB6GlcXxpnm/UerPAmpKQdb9pxYUkpKovGxfL43aOUnpF/Hg==",
72+
"shasum": "f5e0e953a8a15cb0bc7d69137816118c7c295c3d",
73+
"tarball": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-8.0.1.tgz",
74+
"fileCount": 6,
75+
"unpackedSize": 9582,
8476
"signatures": [
8577
{
8678
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
87-
"sig": "MEQCIA4gjyonfD/4pPT+Zwa7aUb2/JgsGZ9Dij1OISvYMN9VAiAyz+9tSKtf6f0609LxGq+5thcjM85SVmpkhj/wgnwKXA=="
79+
"sig": "MEYCIQCS4gW3VOdT7HF6d45dsl+45TD0+uh9JVBKmRcqaiKJ6gIhAPsFHLBdLZ+6DDuEPGlnBYj3SFSWshHldeLfm5K+hm0E"
8880
}
8981
]
9082
},
@@ -109,8 +101,8 @@
109101
],
110102
"_npmOperationalInternal": {
111103
"host": "s3://npm-registry-packages-npm-production",
112-
"tmp": "tmp/postcss-lab-function_7.0.12_1758465468226_0.04949477933019519"
104+
"tmp": "tmp/postcss-lab-function_8.0.1_1769346335885_0.22808898172482683"
113105
},
114106
"_hasShrinkwrap": false,
115-
"_time": "2025-09-21T14:37:48.437Z"
107+
"_time": "2026-01-25T13:05:36.015Z"
116108
}

0 commit comments

Comments
 (0)