Skip to content

Commit 9d701db

Browse files
postcss-custom-properties-15.0.0 (#2624)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d237d4f commit 9d701db

1 file changed

Lines changed: 20 additions & 28 deletions

File tree

directory/postcss-custom-properties.json

Lines changed: 20 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-custom-properties",
33
"description": "Use Custom Properties Queries in CSS",
4-
"version": "14.0.6",
4+
"version": "15.0.0",
55
"author": {
66
"name": "Jonathan Neal",
77
"email": "[email protected]"
@@ -23,27 +23,20 @@
2323
}
2424
],
2525
"engines": {
26-
"node": ">=18"
26+
"node": ">=20.19.0"
2727
},
2828
"type": "module",
29-
"main": "dist/index.cjs",
30-
"module": "dist/index.mjs",
3129
"exports": {
3230
".": {
33-
"import": {
34-
"types": "./dist/index.d.ts",
35-
"default": "./dist/index.mjs"
36-
},
37-
"require": {
38-
"default": "./dist/index.cjs"
39-
}
31+
"types": "./dist/index.d.ts",
32+
"default": "./dist/index.mjs"
4033
}
4134
},
4235
"dependencies": {
43-
"@csstools/cascade-layer-name-parser": "^2.0.5",
44-
"@csstools/css-parser-algorithms": "^3.0.5",
45-
"@csstools/css-tokenizer": "^3.0.4",
46-
"@csstools/utilities": "^2.0.0",
36+
"@csstools/cascade-layer-name-parser": "^3.0.0",
37+
"@csstools/css-parser-algorithms": "^4.0.0",
38+
"@csstools/css-tokenizer": "^4.0.0",
39+
"@csstools/utilities": "^3.0.0",
4740
"postcss-value-parser": "^4.2.0"
4841
},
4942
"peerDependencies": {
@@ -72,21 +65,20 @@
7265
"vars",
7366
"w3c"
7467
],
75-
76-
"gitHead": "7c3a37b292dbedb28a65c13a21ba03c7c2f09d16",
77-
"types": "./dist/index.d.ts",
78-
"_nodeVersion": "22.12.0",
79-
"_npmVersion": "10.9.0",
68+
"gitHead": "69526eb921bbdcafb9d30faeb9da4cf960269957",
69+
70+
"_nodeVersion": "25.1.0",
71+
"_npmVersion": "11.6.2",
8072
"dist": {
81-
"integrity": "sha512-fTYSp3xuk4BUeVhxCSJdIPhDLpJfNakZKoiTDx7yRGCdlZrSJR7mWKVOBS4sBF+5poPQFMj2YdXx1VHItBGihQ==",
82-
"shasum": "1af73a650bf115ba052cf915287c9982825fc90e",
83-
"tarball": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-14.0.6.tgz",
84-
"fileCount": 7,
85-
"unpackedSize": 23618,
73+
"integrity": "sha512-FsD3VNtFr3qmspvIobDRszK9onKPHp8iHG4Aox2Nnm9SL93uw5GDw4z+NM7zWKiw6U+DSNm24JUm4coyIyanzQ==",
74+
"shasum": "7cb95c58b03378e466d80d20f0fdfa04a53f7225",
75+
"tarball": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-15.0.0.tgz",
76+
"fileCount": 6,
77+
"unpackedSize": 16739,
8678
"signatures": [
8779
{
8880
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
89-
"sig": "MEYCIQC0TUKf7u9Wc7pv1NohD2aGb4ojWMaWI2Y1b+KV1feYsgIhAJ+NhnYd6eAWOEgAYiSJXxkXAg6QvHngbud78PQ+OP77"
81+
"sig": "MEYCIQCqhr+D2VYRGMe9k4KItDWdJ8xxdrDhdYPYzYzLRZlgCAIhAI9vNr8MnYQ5GaWrf8Dhg5lqKQeqL9noEEh6y5G3YgHo"
9082
}
9183
]
9284
},
@@ -119,8 +111,8 @@
119111
],
120112
"_npmOperationalInternal": {
121113
"host": "s3://npm-registry-packages-npm-production",
122-
"tmp": "tmp/postcss-custom-properties_14.0.6_1749126064377_0.7121845264327016"
114+
"tmp": "tmp/postcss-custom-properties_15.0.0_1768376045373_0.3772671237990244"
123115
},
124116
"_hasShrinkwrap": false,
125-
"_time": "2025-06-05T12:21:04.548Z"
117+
"_time": "2026-01-14T07:34:05.538Z"
126118
}

0 commit comments

Comments
 (0)