Skip to content

Commit 42ac4dd

Browse files
csstools/postcss-light-dark-function-3.0.0 (#2580)
1 parent 7fc1a4c commit 42ac4dd

1 file changed

Lines changed: 20 additions & 28 deletions

File tree

directory/@csstools/postcss-light-dark-function.json

Lines changed: 20 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-light-dark-function",
33
"description": "Use the light-dark() color function in CSS",
4-
"version": "2.0.11",
4+
"version": "3.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -25,27 +25,20 @@
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-parser-algorithms": "^3.0.5",
46-
"@csstools/css-tokenizer": "^3.0.4",
47-
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
48-
"@csstools/utilities": "^2.0.0"
38+
"@csstools/css-parser-algorithms": "^4.0.0",
39+
"@csstools/css-tokenizer": "^4.0.0",
40+
"@csstools/postcss-progressive-custom-properties": "^5.0.0",
41+
"@csstools/utilities": "^3.0.0"
4942
},
5043
"peerDependencies": {
5144
"postcss": "^8.4"
@@ -63,21 +56,20 @@
6356
"keywords": [
6457
"postcss-plugin"
6558
],
66-
"_id": "@csstools/[email protected]",
67-
"gitHead": "45be4300611fe1537007222d57d9c5b8cc3da344",
68-
"types": "./dist/index.d.ts",
69-
"_nodeVersion": "24.4.0",
70-
"_npmVersion": "11.4.2",
59+
"gitHead": "d74e0e861d45a670578074ccc5b4595d50a52bad",
60+
"_id": "@csstools/[email protected]",
61+
"_nodeVersion": "25.1.0",
62+
"_npmVersion": "11.6.2",
7163
"dist": {
72-
"integrity": "sha512-fNJcKXJdPM3Lyrbmgw2OBbaioU7yuKZtiXClf4sGdQttitijYlZMD5K7HrC/eF83VRWRrYq6OZ0Lx92leV2LFA==",
73-
"shasum": "0df448aab9a33cb9a085264ff1f396fb80c4437d",
74-
"tarball": "https://registry.npmjs.org/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-2.0.11.tgz",
75-
"fileCount": 7,
76-
"unpackedSize": 15582,
64+
"integrity": "sha512-s++V5/hYazeRUCYIn2lsBVzUsxdeC46gtwpgW6lu5U/GlPOS5UTDT14kkEyPgXmFbCvaWLREqV7YTMJq1K3G6w==",
65+
"shasum": "5f35f34381f79d4f13e3c27368eae24521692d60",
66+
"tarball": "https://registry.npmjs.org/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-3.0.0.tgz",
67+
"fileCount": 6,
68+
"unpackedSize": 12609,
7769
"signatures": [
7870
{
7971
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
80-
"sig": "MEUCID20CvpvRWQGup2oDvXnsjC+m4GtnstYlGVyXeWDchEnAiEA0XfjH7UQEVFINGOnqbbLdn5jgkIErgzzWzSzzIOqL2o="
72+
"sig": "MEUCID8h6897aUxWftdDBUgTOjbjvl+8xxi11OUqSRph/YNZAiEAhdm2u+rP/NWST4ludyTl+rnVzPvEBkLluge7hlJXDvk="
8173
}
8274
]
8375
},
@@ -102,8 +94,8 @@
10294
],
10395
"_npmOperationalInternal": {
10496
"host": "s3://npm-registry-packages-npm-production",
105-
"tmp": "tmp/postcss-light-dark-function_2.0.11_1758465478741_0.4993314579629422"
97+
"tmp": "tmp/postcss-light-dark-function_3.0.0_1768375750845_0.010198797929519277"
10698
},
10799
"_hasShrinkwrap": false,
108-
"_time": "2025-09-21T14:37:58.931Z"
100+
"_time": "2026-01-14T07:29:11.019Z"
109101
}

0 commit comments

Comments
 (0)