Skip to content

Commit 198e1bf

Browse files
csstools/postcss-debug-logger-4.0.0 (#2568)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b7ffe9e commit 198e1bf

1 file changed

Lines changed: 22 additions & 30 deletions

File tree

directory/@csstools/postcss-debug-logger.json

Lines changed: 22 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-debug-logger",
33
"description": "Log the AST nodes PostCSS is processing",
4-
"version": "3.0.0",
4+
"version": "4.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -25,20 +25,13 @@
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
"peerDependencies": {
@@ -59,21 +52,20 @@
5952
"postcss-plugin",
6053
"utility"
6154
],
62-
"_id": "@csstools/[email protected]",
63-
"gitHead": "bf9a304079e356c6c95e7fac6ce4f92602dbf7b7",
64-
"types": "./dist/index.d.ts",
65-
"_nodeVersion": "22.1.0",
66-
"_npmVersion": "10.7.0",
55+
"gitHead": "4f40bb04e24c90059261690f8f4b1cae831a359f",
56+
"_id": "@csstools/[email protected]",
57+
"_nodeVersion": "25.1.0",
58+
"_npmVersion": "11.6.2",
6759
"dist": {
68-
"integrity": "sha512-39ucW1baVBGOB82G1DKhe0FaMjDuzWHffdEMuwiB+QgFDIT3cUnjI93tqm6icNiE0b0QgrvyyHYWdxm/HIIEaA==",
69-
"shasum": "251ea4254cafa5c4f89902bd08bfc4225632252a",
70-
"tarball": "https://registry.npmjs.org/@csstools/postcss-debug-logger/-/postcss-debug-logger-3.0.0.tgz",
71-
"fileCount": 7,
72-
"unpackedSize": 8432,
60+
"integrity": "sha512-dfCLt8/Xf1QCBFRjJgSJIWFDO8MFlF0XDIUT6uIAmiouQoHgBXIJvuuaYtwYEp7RLuiRZsCuYeqoSfb8pHNedQ==",
61+
"shasum": "b3049e4c6c0effe8165e07dbd1c4a5e793ca6a1d",
62+
"tarball": "https://registry.npmjs.org/@csstools/postcss-debug-logger/-/postcss-debug-logger-4.0.0.tgz",
63+
"fileCount": 6,
64+
"unpackedSize": 6125,
7365
"signatures": [
7466
{
75-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
76-
"sig": "MEQCIDWMluZga0VhfQ64fVSap3/m0yd3S1KRW8w/Er+7VbdhAiAdL9e9EIo3mgjhgV44RtghKNvNLhxNE6/fwwV7jh0TLg=="
67+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
68+
"sig": "MEYCIQDqVWyrAiidsZuOz2e1cCTzoSzFE4/eciNTk1tF2RRFQAIhAP6bpqhECdwgDBBKi57zALSDnph0EQdAYca9F+PtOHSl"
7769
}
7870
]
7971
},
@@ -84,22 +76,22 @@
8476
"directories": {},
8577
"maintainers": [
8678
{
87-
"name": "romainmenke",
88-
"email": "romainmenke@gmail.com"
79+
"name": "jonathantneal",
80+
"email": "jonathantneal@hotmail.com"
8981
},
9082
{
9183
"name": "alaguna",
9284
"email": "[email protected]"
9385
},
9486
{
95-
"name": "jonathantneal",
96-
"email": "jonathantneal@hotmail.com"
87+
"name": "romainmenke",
88+
"email": "romainmenke@gmail.com"
9789
}
9890
],
9991
"_npmOperationalInternal": {
100-
"host": "s3://npm-registry-packages",
101-
"tmp": "tmp/postcss-debug-logger_3.0.0_1722720703225_0.23646445655671755"
92+
"host": "s3://npm-registry-packages-npm-production",
93+
"tmp": "tmp/postcss-debug-logger_4.0.0_1768375224082_0.9417665878403465"
10294
},
10395
"_hasShrinkwrap": false,
104-
"_time": "2024-08-03T21:31:43.379Z"
96+
"_time": "2026-01-14T07:20:24.219Z"
10597
}

0 commit comments

Comments
 (0)