Skip to content

Commit 6117e31

Browse files
csstools/postcss-property-rule-prelude-list-2.0.0 (#2598)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 99fc769 commit 6117e31

1 file changed

Lines changed: 16 additions & 24 deletions

File tree

directory/@csstools/postcss-property-rule-prelude-list.json

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-property-rule-prelude-list",
33
"description": "Declare a list of custom properties in a single at-property rule",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -25,25 +25,18 @@
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"
38+
"@csstools/css-parser-algorithms": "^4.0.0",
39+
"@csstools/css-tokenizer": "^4.0.0"
4740
},
4841
"peerDependencies": {
4942
"postcss": "^8.4"
@@ -61,21 +54,20 @@
6154
"keywords": [
6255
"postcss-plugin"
6356
],
64-
"gitHead": "d666d09cd56b22cc2b358518d2f5d7683c374a51",
65-
"types": "./dist/index.d.ts",
66-
"_id": "@csstools/[email protected]",
57+
"gitHead": "24b4bed7ff5403d83f96656d5be410fd87185dc6",
58+
"_id": "@csstools/[email protected]",
6759
"_nodeVersion": "25.1.0",
6860
"_npmVersion": "11.6.2",
6961
"dist": {
70-
"integrity": "sha512-IxuQjUXq19fobgmSSvUDO7fVwijDJaZMvWQugxfEUxmjBeDCVaDuMpsZ31MsTm5xbnhA+ElDi0+rQ7sQQGisFA==",
71-
"shasum": "700b7aa41228c02281bda074ae778f36a09da188",
72-
"tarball": "https://registry.npmjs.org/@csstools/postcss-property-rule-prelude-list/-/postcss-property-rule-prelude-list-1.0.0.tgz",
73-
"fileCount": 7,
74-
"unpackedSize": 5364,
62+
"integrity": "sha512-qcMAkc9AhpzHgmQCD8hoJgGYifcOAxd1exXjjxilMM6euwRE619xDa4UsKBCv/v4g+sS63sd6c29LPM8s2ylSQ==",
63+
"shasum": "16d4cae842dba9bf601f84db2d993c7bd7d20972",
64+
"tarball": "https://registry.npmjs.org/@csstools/postcss-property-rule-prelude-list/-/postcss-property-rule-prelude-list-2.0.0.tgz",
65+
"fileCount": 6,
66+
"unpackedSize": 5602,
7567
"signatures": [
7668
{
7769
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
78-
"sig": "MEYCIQCM7RI+Va8jfLvPovS5lX1goyF6kpVKXG0WLXKKxvayIwIhAKIxSu/p/UaAZrHF9YLetdhpRjn98LMBf4zVkMORRCI2"
70+
"sig": "MEYCIQD/hz73y+0gVE7ylpiKGOkIMs88SmOvb2Q9w8OXe6l0MwIhAJJdVHkyu6gxQwIFC8rgU3EVK78jDBUBg19ncYz0rR4A"
7971
}
8072
]
8173
},
@@ -100,8 +92,8 @@
10092
],
10193
"_npmOperationalInternal": {
10294
"host": "s3://npm-registry-packages-npm-production",
103-
"tmp": "tmp/postcss-property-rule-prelude-list_1.0.0_1766836744529_0.7622683391677851"
95+
"tmp": "tmp/postcss-property-rule-prelude-list_2.0.0_1768375757133_0.8199252841899145"
10496
},
10597
"_hasShrinkwrap": false,
106-
"_time": "2025-12-27T11:59:04.679Z"
98+
"_time": "2026-01-14T07:29:17.282Z"
10799
}

0 commit comments

Comments
 (0)