Skip to content

Commit d237d4f

Browse files
postcss-custom-media-12.0.0 (#2623)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0f30f56 commit d237d4f

1 file changed

Lines changed: 20 additions & 28 deletions

File tree

directory/postcss-custom-media.json

Lines changed: 20 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-custom-media",
33
"description": "Use Custom Media Queries in CSS",
4-
"version": "11.0.6",
4+
"version": "12.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -32,27 +32,20 @@
3232
}
3333
],
3434
"engines": {
35-
"node": ">=18"
35+
"node": ">=20.19.0"
3636
},
3737
"type": "module",
38-
"main": "dist/index.cjs",
39-
"module": "dist/index.mjs",
4038
"exports": {
4139
".": {
42-
"import": {
43-
"types": "./dist/index.d.ts",
44-
"default": "./dist/index.mjs"
45-
},
46-
"require": {
47-
"default": "./dist/index.cjs"
48-
}
40+
"types": "./dist/index.d.ts",
41+
"default": "./dist/index.mjs"
4942
}
5043
},
5144
"dependencies": {
52-
"@csstools/cascade-layer-name-parser": "^2.0.5",
53-
"@csstools/css-parser-algorithms": "^3.0.5",
54-
"@csstools/css-tokenizer": "^3.0.4",
55-
"@csstools/media-query-list-parser": "^4.0.3"
45+
"@csstools/cascade-layer-name-parser": "^3.0.0",
46+
"@csstools/css-parser-algorithms": "^4.0.0",
47+
"@csstools/css-tokenizer": "^4.0.0",
48+
"@csstools/media-query-list-parser": "^5.0.0"
5649
},
5750
"peerDependencies": {
5851
"postcss": "^8.4"
@@ -81,21 +74,20 @@
8174
"specification",
8275
"w3c"
8376
],
84-
85-
"gitHead": "fe49b6a8d0412c8eb8535359c647c9cc53ad21ef",
86-
"types": "./dist/index.d.ts",
87-
"_nodeVersion": "22.12.0",
88-
"_npmVersion": "10.9.0",
77+
"gitHead": "32ca7cb4d82822ee614d05a529cf07593a58608a",
78+
79+
"_nodeVersion": "25.1.0",
80+
"_npmVersion": "11.6.2",
8981
"dist": {
90-
"integrity": "sha512-C4lD4b7mUIw+RZhtY7qUbf4eADmb7Ey8BFA2px9jUbwg7pjTZDl4KY4bvlUV+/vXQvzQRfiGEVJyAbtOsCMInw==",
91-
"shasum": "6b450e5bfa209efb736830066682e6567bd04967",
92-
"tarball": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-11.0.6.tgz",
93-
"fileCount": 7,
94-
"unpackedSize": 26235,
82+
"integrity": "sha512-jIgEvqceN6ru2uQ0f75W1g+JDi0UyECFeJKjPG7UcSkW3+03LDKH2c6h+9C0XuDTV4y2pEHmD5AJtVBq1OGnZA==",
83+
"shasum": "3fcbfeaf1243592d4d8469589a016d3d8e55dcc4",
84+
"tarball": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-12.0.0.tgz",
85+
"fileCount": 6,
86+
"unpackedSize": 17681,
9587
"signatures": [
9688
{
9789
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
98-
"sig": "MEUCIBvDOusjrXu743KpqelZIP+YDXmjTcChzKR1iEL3EbwSAiEAxumZaaf+w9P8IN69pqC0CxRSDuqvc3KOzRhOlk6K9fA="
90+
"sig": "MEQCIBGrIlwxKh6G47BlhCdf51mVSOf1vV2+c0WliVpOWUV5AiAxHwrlu72ZWjii2YLsPzhTVhtuJu5ogMwQ1dP2xFfvoQ=="
9991
}
10092
]
10193
},
@@ -128,8 +120,8 @@
128120
],
129121
"_npmOperationalInternal": {
130122
"host": "s3://npm-registry-packages-npm-production",
131-
"tmp": "tmp/postcss-custom-media_11.0.6_1748343057004_0.6404972817311294"
123+
"tmp": "tmp/postcss-custom-media_12.0.0_1768376039263_0.6121971697769382"
132124
},
133125
"_hasShrinkwrap": false,
134-
"_time": "2025-05-27T10:50:57.185Z"
126+
"_time": "2026-01-14T07:33:59.418Z"
135127
}

0 commit comments

Comments
 (0)