Skip to content

Commit 3db689c

Browse files
csstools/postcss-cascade-layers-6.0.0 (#2560)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9a792a0 commit 3db689c

1 file changed

Lines changed: 19 additions & 32 deletions

File tree

directory/@csstools/postcss-cascade-layers.json

Lines changed: 19 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-cascade-layers",
33
"description": "Use cascade layers in CSS",
4-
"version": "5.0.2",
4+
"version": "6.0.0",
55
"contributors": [
66
{
77
"name": "Olu Niyi-Awosusi",
@@ -33,25 +33,18 @@
3333
}
3434
],
3535
"engines": {
36-
"node": ">=18"
36+
"node": ">=20.19.0"
3737
},
3838
"type": "module",
39-
"main": "dist/index.cjs",
40-
"module": "dist/index.mjs",
4139
"exports": {
4240
".": {
43-
"import": {
44-
"types": "./dist/index.d.ts",
45-
"default": "./dist/index.mjs"
46-
},
47-
"require": {
48-
"default": "./dist/index.cjs"
49-
}
41+
"types": "./dist/index.d.ts",
42+
"default": "./dist/index.mjs"
5043
}
5144
},
5245
"dependencies": {
53-
"@csstools/selector-specificity": "^5.0.0",
54-
"postcss-selector-parser": "^7.0.0"
46+
"@csstools/selector-specificity": "^6.0.0",
47+
"postcss-selector-parser": "^7.1.1"
5548
},
5649
"peerDependencies": {
5750
"postcss": "^8.4"
@@ -75,32 +68,26 @@
7568
"selectors",
7669
"specificity"
7770
],
78-
"_id": "@csstools/[email protected]",
79-
"gitHead": "65c46c5660251a776f26cf2be09fe0d28ea805e4",
80-
"types": "./dist/index.d.ts",
81-
"_nodeVersion": "22.12.0",
82-
"_npmVersion": "10.9.0",
71+
"gitHead": "d12eb8e85e34ecce4e54a4337ee8d5cc4cfef019",
72+
"_id": "@csstools/[email protected]",
73+
"_nodeVersion": "25.1.0",
74+
"_npmVersion": "11.6.2",
8375
"dist": {
84-
"integrity": "sha512-nWBE08nhO8uWl6kSAeCx4im7QfVko3zLrtgWZY4/bP87zrSPpSyN/3W3TDqz1jJuH+kbKOHXg5rJnK+ZVYcFFg==",
85-
"shasum": "dd2c70db3867b88975f2922da3bfbae7d7a2cae7",
86-
"tarball": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-5.0.2.tgz",
87-
"fileCount": 7,
88-
"unpackedSize": 29581,
76+
"integrity": "sha512-WhsECqmrEZQGqaPlBA7JkmF/CJ2/+wetL4fkL9sOPccKd32PQ1qToFM6gqSI5rkpmYqubvbxjEJhyMTHYK0vZQ==",
77+
"shasum": "d1c5d456f9592d8e550a68f0838d966f5fe8073c",
78+
"tarball": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-6.0.0.tgz",
79+
"fileCount": 6,
80+
"unpackedSize": 19325,
8981
"signatures": [
9082
{
9183
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
92-
"sig": "MEYCIQD8Oe1ExgkWzBN0gAATwFhfE5PJNJvDqQLvDS+RdpnAiAIhAK8MzkyOwoY8pEVAIoWy5f1prJULcU1oWEimf+HCKjIU"
84+
"sig": "MEYCIQCuiEU7zj1JICk8oyk71blZU4a9+iqs6wa2bkzKRB5SxgIhAP3mb5BRwiRZewzEDX+O2p8Pi0V8eQIhgs+VGgU3iAj1"
9385
}
9486
]
9587
},
9688
"_npmUser": {
9789
"name": "romainmenke",
98-
"email": "[email protected]",
99-
"actor": {
100-
"name": "romainmenke",
101-
"email": "[email protected]",
102-
"type": "user"
103-
}
90+
"email": "[email protected]"
10491
},
10592
"directories": {},
10693
"maintainers": [
@@ -119,8 +106,8 @@
119106
],
120107
"_npmOperationalInternal": {
121108
"host": "s3://npm-registry-packages-npm-production",
122-
"tmp": "tmp/postcss-cascade-layers_5.0.2_1750943365089_0.1606241055719364"
109+
"tmp": "tmp/postcss-cascade-layers_6.0.0_1768375303193_0.5111081993916111"
123110
},
124111
"_hasShrinkwrap": false,
125-
"_time": "2025-06-26T13:09:25.264Z"
112+
"_time": "2026-01-14T07:21:43.334Z"
126113
}

0 commit comments

Comments
 (0)