Skip to content

Commit d876415

Browse files
css-prefers-color-scheme-11.0.0 (#2616)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5371d40 commit d876415

1 file changed

Lines changed: 22 additions & 30 deletions

File tree

directory/css-prefers-color-scheme.json

Lines changed: 22 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "css-prefers-color-scheme",
33
"description": "Use light and dark color schemes in all browsers",
4-
"version": "10.0.0",
4+
"version": "11.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -29,20 +29,13 @@
2929
}
3030
],
3131
"engines": {
32-
"node": ">=18"
32+
"node": ">=20.19.0"
3333
},
3434
"type": "module",
35-
"main": "dist/index.cjs",
36-
"module": "dist/index.mjs",
3735
"exports": {
3836
".": {
39-
"import": {
40-
"types": "./dist/index.d.ts",
41-
"default": "./dist/index.mjs"
42-
},
43-
"require": {
44-
"default": "./dist/index.cjs"
45-
}
37+
"types": "./dist/index.d.ts",
38+
"default": "./dist/index.mjs"
4639
},
4740
"./browser": {
4841
"import": "./dist/browser.mjs",
@@ -82,21 +75,20 @@
8275
"query",
8376
"scheme"
8477
],
85-
86-
"gitHead": "b9a3855dd920af5c3c8508ec5e16baa5fcfb630c",
87-
"types": "./dist/index.d.ts",
88-
"_nodeVersion": "22.1.0",
89-
"_npmVersion": "10.7.0",
78+
"gitHead": "9ca71e1701def4ffc05d02760c5928929cc2c3c3",
79+
80+
"_nodeVersion": "25.1.0",
81+
"_npmVersion": "11.6.2",
9082
"dist": {
91-
"integrity": "sha512-VCtXZAWivRglTZditUfB4StnsWr6YVZ2PRtuxQLKTNRdtAf8tpzaVPE9zXIF3VaSc7O70iK/j1+NXxyQCqdPjQ==",
92-
"shasum": "ba001b99b8105b8896ca26fc38309ddb2278bd3c",
93-
"tarball": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-10.0.0.tgz",
94-
"fileCount": 13,
95-
"unpackedSize": 36574,
83+
"integrity": "sha512-fv0mgtwUhh2m9iio3Kxc2CkrogjIaRdMFaaqyzSFdii17JF4cfPyMNX72B15ZW2Nrr/NZUpxI4dec1VMHYJvdw==",
84+
"shasum": "e8d5651a89765ffc1dd35bf8c30c698ad865f211",
85+
"tarball": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-11.0.0.tgz",
86+
"fileCount": 12,
87+
"unpackedSize": 36226,
9688
"signatures": [
9789
{
98-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
99-
"sig": "MEUCIQCwKimnJ8kGG7cN85ouYyiZbZRWgfCkBusaHcjaBCvkkwIgeSvj3j499LhdHM6E673luOLKm630cZbdTlxKSz1HVu0="
90+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
91+
"sig": "MEUCIFWFDI3m4Gw1oOmQpMLYO/C8ienZv0aXSRCha5OXjKUIAiEAmyLv8WSLk7MWIBaGkvEaifbLQ9jGOqMkJYjq1YkJ4DA="
10092
}
10193
]
10294
},
@@ -107,22 +99,22 @@
10799
"directories": {},
108100
"maintainers": [
109101
{
110-
"name": "romainmenke",
111-
"email": "romainmenke@gmail.com"
102+
"name": "jonathantneal",
103+
"email": "jonathantneal@hotmail.com"
112104
},
113105
{
114106
"name": "alaguna",
115107
"email": "[email protected]"
116108
},
117109
{
118-
"name": "jonathantneal",
119-
"email": "jonathantneal@hotmail.com"
110+
"name": "romainmenke",
111+
"email": "romainmenke@gmail.com"
120112
}
121113
],
122114
"_npmOperationalInternal": {
123-
"host": "s3://npm-registry-packages",
124-
"tmp": "tmp/css-prefers-color-scheme_10.0.0_1722720949057_0.26597715751453177"
115+
"host": "s3://npm-registry-packages-npm-production",
116+
"tmp": "tmp/css-prefers-color-scheme_11.0.0_1768375281532_0.10058322628014515"
125117
},
126118
"_hasShrinkwrap": false,
127-
"_time": "2024-08-03T21:35:49.198Z"
119+
"_time": "2026-01-14T07:21:21.672Z"
128120
}

0 commit comments

Comments
 (0)