Skip to content

Commit c4b2f3f

Browse files
csstools/postcss-scope-pseudo-class-5.0.0 (#2603)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent beac28d commit c4b2f3f

1 file changed

Lines changed: 23 additions & 31 deletions

File tree

directory/@csstools/postcss-scope-pseudo-class.json

Lines changed: 23 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-scope-pseudo-class",
33
"description": "The Reference Element Pseudo-class: :scope",
4-
"version": "4.0.1",
4+
"version": "5.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -25,24 +25,17 @@
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-
"postcss-selector-parser": "^7.0.0"
38+
"postcss-selector-parser": "^7.1.1"
4639
},
4740
"peerDependencies": {
4841
"postcss": "^8.4"
@@ -63,21 +56,20 @@
6356
"scope",
6457
"selector"
6558
],
66-
"_id": "@csstools/[email protected]",
67-
"gitHead": "82033a8866dcfddac2da682da64ebdedcf25f39a",
68-
"types": "./dist/index.d.ts",
69-
"_nodeVersion": "22.1.0",
70-
"_npmVersion": "10.7.0",
59+
"gitHead": "3a1420530ac51c9bb7d359050d39aa3042948131",
60+
"_id": "@csstools/[email protected]",
61+
"_nodeVersion": "25.1.0",
62+
"_npmVersion": "11.6.2",
7163
"dist": {
72-
"integrity": "sha512-IMi9FwtH6LMNuLea1bjVMQAsUhFxJnyLSgOp/cpv5hrzWmrUYU5fm0EguNDIIOHUqzXode8F/1qkC/tEo/qN8Q==",
73-
"shasum": "9fe60e9d6d91d58fb5fc6c768a40f6e47e89a235",
74-
"tarball": "https://registry.npmjs.org/@csstools/postcss-scope-pseudo-class/-/postcss-scope-pseudo-class-4.0.1.tgz",
75-
"fileCount": 7,
76-
"unpackedSize": 6232,
64+
"integrity": "sha512-kBrBFJcAji3MSHS4qQIihPvJfJC5xCabXLbejqDMiQi+86HD4eMBiTayAo46Urg7tlEmZZQFymFiJt+GH6nvXw==",
65+
"shasum": "74e8cabcb46b1ffae31cf9df2a106fd2f14aefcd",
66+
"tarball": "https://registry.npmjs.org/@csstools/postcss-scope-pseudo-class/-/postcss-scope-pseudo-class-5.0.0.tgz",
67+
"fileCount": 6,
68+
"unpackedSize": 5441,
7769
"signatures": [
7870
{
79-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
80-
"sig": "MEUCIBah3H/IeNKlfbqrfHMhv3Knci4+GY5O2mCSt3YBakK/AiEAvyCCfCLvA0PtTvBSg+uHREzG/K3gYtPdkmLKaTxEnJU="
71+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
72+
"sig": "MEYCIQCIhW2Zd7mvQeeNI2lYOF0YFSKg1LF4uJpOtb8auL3uoQIhAMvEP7/zPpgVQLHc2l/e64kEy7SVT6fgDr/C8/yHoTN2"
8173
}
8274
]
8375
},
@@ -88,22 +80,22 @@
8880
"directories": {},
8981
"maintainers": [
9082
{
91-
"name": "romainmenke",
92-
"email": "romainmenke@gmail.com"
83+
"name": "jonathantneal",
84+
"email": "jonathantneal@hotmail.com"
9385
},
9486
{
9587
"name": "alaguna",
9688
"email": "[email protected]"
9789
},
9890
{
99-
"name": "jonathantneal",
100-
"email": "jonathantneal@hotmail.com"
91+
"name": "romainmenke",
92+
"email": "romainmenke@gmail.com"
10193
}
10294
],
10395
"_npmOperationalInternal": {
104-
"host": "s3://npm-registry-packages",
105-
"tmp": "tmp/postcss-scope-pseudo-class_4.0.1_1729719900828_0.466861773312105"
96+
"host": "s3://npm-registry-packages-npm-production",
97+
"tmp": "tmp/postcss-scope-pseudo-class_5.0.0_1768375481005_0.6963990548108183"
10698
},
10799
"_hasShrinkwrap": false,
108-
"_time": "2024-10-23T21:45:01.077Z"
100+
"_time": "2026-01-14T07:24:41.133Z"
109101
}

0 commit comments

Comments
 (0)