Skip to content

Commit 5f83ccc

Browse files
postcss-pseudo-class-any-link-11.0.0 (#2660)
1 parent 0256725 commit 5f83ccc

1 file changed

Lines changed: 23 additions & 31 deletions

File tree

directory/postcss-pseudo-class-any-link.json

Lines changed: 23 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-pseudo-class-any-link",
33
"description": "Use the :any-link pseudo-class in CSS",
4-
"version": "10.0.1",
4+
"version": "11.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -29,24 +29,17 @@
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
},
4841
"dependencies": {
49-
"postcss-selector-parser": "^7.0.0"
42+
"postcss-selector-parser": "^7.1.1"
5043
},
5144
"peerDependencies": {
5245
"postcss": "^8.4"
@@ -73,21 +66,20 @@
7366
"postcss-plugin",
7467
"visited"
7568
],
76-
77-
"gitHead": "f10e1eebfd7ffaa75b8242a8d79df2058c5f5e36",
78-
"types": "./dist/index.d.ts",
79-
"_nodeVersion": "22.1.0",
80-
"_npmVersion": "10.7.0",
69+
"gitHead": "0c5384a271488a2839ba5d0b6074f3955a0c558e",
70+
71+
"_nodeVersion": "25.1.0",
72+
"_npmVersion": "11.6.2",
8173
"dist": {
82-
"integrity": "sha512-3el9rXlBOqTFaMFkWDOkHUTQekFIYnaQY55Rsp8As8QQkpiSgIYEcF/6Ond93oHiDsGb4kad8zjt+NPlOC1H0Q==",
83-
"shasum": "06455431171bf44b84d79ebaeee9fd1c05946544",
84-
"tarball": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-10.0.1.tgz",
85-
"fileCount": 7,
86-
"unpackedSize": 11249,
74+
"integrity": "sha512-DNFZ4GMa3C3pU5dM+UCTG1CEeLtS1ZqV5DKSqCTJQMn1G5jnd/30fS8+A7H4o5bSD3MOcnx+VgI+xPE9Z5Wvig==",
75+
"shasum": "3d80d934b5b1e0d67de1458b5b433a582d2d19a2",
76+
"tarball": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-11.0.0.tgz",
77+
"fileCount": 6,
78+
"unpackedSize": 8467,
8779
"signatures": [
8880
{
89-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
90-
"sig": "MEQCIBeVjfXoPKYyGHsOZlVjGvncm5y3ISaz3RzsomA7hWlmAiB2/kaRniBbIL4UJhQKoLusNurRaafQcexf3MnVeOMgQg=="
81+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
82+
"sig": "MEUCIFs7zIEMEaqr7f4FqflZ2K5v2FOYkXcCGQCxoiGlzNFBAiEA+mtkvR6yQPOAirrolDjexEXlg0TQmR2GVP+ETe0O6UA="
9183
}
9284
]
9385
},
@@ -98,22 +90,22 @@
9890
"directories": {},
9991
"maintainers": [
10092
{
101-
"name": "romainmenke",
102-
"email": "romainmenke@gmail.com"
93+
"name": "jonathantneal",
94+
"email": "jonathantneal@hotmail.com"
10395
},
10496
{
10597
"name": "alaguna",
10698
"email": "[email protected]"
10799
},
108100
{
109-
"name": "jonathantneal",
110-
"email": "jonathantneal@hotmail.com"
101+
"name": "romainmenke",
102+
"email": "romainmenke@gmail.com"
111103
}
112104
],
113105
"_npmOperationalInternal": {
114-
"host": "s3://npm-registry-packages",
115-
"tmp": "tmp/postcss-pseudo-class-any-link_10.0.1_1729719894293_0.08793131380860197"
106+
"host": "s3://npm-registry-packages-npm-production",
107+
"tmp": "tmp/postcss-pseudo-class-any-link_11.0.0_1768375474408_0.006385238493404444"
116108
},
117109
"_hasShrinkwrap": false,
118-
"_time": "2024-10-23T21:44:54.479Z"
110+
"_time": "2026-01-14T07:24:34.535Z"
119111
}

0 commit comments

Comments
 (0)