Skip to content

Commit e7da0a4

Browse files
css-blank-pseudo-8.0.1 (#2614)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1fc3c9b commit e7da0a4

1 file changed

Lines changed: 24 additions & 31 deletions

File tree

directory/css-blank-pseudo.json

Lines changed: 24 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "css-blank-pseudo",
33
"description": "Style form elements when they are empty",
4-
"version": "7.0.1",
4+
"version": "8.0.1",
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",
@@ -54,7 +47,7 @@
5447
}
5548
},
5649
"dependencies": {
57-
"postcss-selector-parser": "^7.0.0"
50+
"postcss-selector-parser": "^7.1.1"
5851
},
5952
"peerDependencies": {
6053
"postcss": "^8.4"
@@ -86,21 +79,21 @@
8679
"selectors",
8780
"textarea"
8881
],
89-
90-
"gitHead": "b944b64db57020c5b97255da9495968b6db3412b",
91-
"types": "./dist/index.d.ts",
92-
"_nodeVersion": "22.1.0",
93-
"_npmVersion": "10.7.0",
82+
"gitHead": "3add999b9df89af3af8cbdbb12256d54000b43c5",
83+
"types": "./index.d.ts",
84+
85+
"_nodeVersion": "25.1.0",
86+
"_npmVersion": "11.6.2",
9487
"dist": {
95-
"integrity": "sha512-jf+twWGDf6LDoXDUode+nc7ZlrqfaNphrBIBrcmeP3D8yw1uPaix1gCC8LUQUGQ6CycuK2opkbFFWFuq/a94ag==",
96-
"shasum": "32020bff20a209a53ad71b8675852b49e8d57e46",
97-
"tarball": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-7.0.1.tgz",
98-
"fileCount": 13,
99-
"unpackedSize": 49188,
88+
"integrity": "sha512-C5B2e5hCM4llrQkUms+KnWEMVW8K1n2XvX9G7ppfMZJQ7KAS/4rNnkP1Cs+HhWriOz1mWWTMFD4j1J7s31Dgug==",
89+
"shasum": "a95c9f56013dd6a6ee736df8f30114a0eb037150",
90+
"tarball": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-8.0.1.tgz",
91+
"fileCount": 12,
92+
"unpackedSize": 47365,
10093
"signatures": [
10194
{
102-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
103-
"sig": "MEQCIHazfDRkMx2njhBoJlBcOvSl7P2bf6gTOFFXKaE6QN2CAiA5NKH0f7+sqbLu+/tWMsLdtHVTEmCCTv/UIB2bxgRd+A=="
95+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
96+
"sig": "MEYCIQDpub0FlO2L2uajFxruHNIeK2X46aaESpYtgH8rikUwdQIhAMFxnJdQPJ3Q0YPRZ8ZblcDOZHP/hmgOY1wIW7mReyur"
10497
}
10598
]
10699
},
@@ -111,22 +104,22 @@
111104
"directories": {},
112105
"maintainers": [
113106
{
114-
"name": "romainmenke",
115-
"email": "romainmenke@gmail.com"
107+
"name": "jonathantneal",
108+
"email": "jonathantneal@hotmail.com"
116109
},
117110
{
118111
"name": "alaguna",
119112
"email": "[email protected]"
120113
},
121114
{
122-
"name": "jonathantneal",
123-
"email": "jonathantneal@hotmail.com"
115+
"name": "romainmenke",
116+
"email": "romainmenke@gmail.com"
124117
}
125118
],
126119
"_npmOperationalInternal": {
127-
"host": "s3://npm-registry-packages",
128-
"tmp": "tmp/css-blank-pseudo_7.0.1_1729719849663_0.3296650527703675"
120+
"host": "s3://npm-registry-packages-npm-production",
121+
"tmp": "tmp/css-blank-pseudo_8.0.1_1768378092296_0.03131852051142481"
129122
},
130123
"_hasShrinkwrap": false,
131-
"_time": "2024-10-23T21:44:09.870Z"
124+
"_time": "2026-01-14T08:08:12.430Z"
132125
}

0 commit comments

Comments
 (0)