Skip to content

Commit c62f29b

Browse files
csstools/postcss-global-data-4.0.0 (#2574)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent baf451f commit c62f29b

1 file changed

Lines changed: 16 additions & 24 deletions

File tree

directory/@csstools/postcss-global-data.json

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-global-data",
33
"description": "PostCSS plugin to define global data that will be injected into PostCSS for use in other plugins.",
4-
"version": "3.1.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": {
@@ -60,21 +53,20 @@
6053
"postcss-plugin",
6154
"productivity"
6255
],
63-
"_id": "@csstools/[email protected]",
64-
"gitHead": "c2a5f252196c1a8638868c6161cc116f0ba07186",
65-
"types": "./dist/index.d.ts",
66-
"_nodeVersion": "24.4.0",
67-
"_npmVersion": "11.4.2",
56+
"gitHead": "79f02c1ceebf13bacfc3988c1db67686bd9edaf0",
57+
"_id": "@csstools/[email protected]",
58+
"_nodeVersion": "25.1.0",
59+
"_npmVersion": "11.6.2",
6860
"dist": {
69-
"integrity": "sha512-qfS0bUxBukuyxEyxTTZG+px2xwAQPf7Qk6B7lFdjWnovb/O6h0t3sxrVY81nJLh7z0KvEMhjxTURNtEmOrADpQ==",
70-
"shasum": "06b33f28b7cac6ad112deeef12b9f05c0a085497",
71-
"tarball": "https://registry.npmjs.org/@csstools/postcss-global-data/-/postcss-global-data-3.1.0.tgz",
72-
"fileCount": 7,
73-
"unpackedSize": 8869,
61+
"integrity": "sha512-mPKrL3Tzt8k1V+hTkU8XTH6JKRekB97oKHv/MekC9nfmRa+gMf1swlHRt8YK722sYN4xOipl17FZst99jsScLA==",
62+
"shasum": "f67ce0445ea1bafc9f8ce69169b76180186f0d51",
63+
"tarball": "https://registry.npmjs.org/@csstools/postcss-global-data/-/postcss-global-data-4.0.0.tgz",
64+
"fileCount": 6,
65+
"unpackedSize": 7429,
7466
"signatures": [
7567
{
7668
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
77-
"sig": "MEUCIDxHIrsP8haC1ZzIXr//voJgHvXpFK3vwsRi8lDF2dMdAiEA13i5lp9sfqAbi7PCI01eqz9JP85MH3yFiXC0pGu/MT0="
69+
"sig": "MEUCIGEYoQ+i/hy1fq1RDnvzx8vq9udBlsvv2viNE91X/SnNAiEAqI4PUlc4hM2ozPl7gZ0NW14PkqEfYXq9/Q9N+D+H8wk="
7870
}
7971
]
8072
},
@@ -99,8 +91,8 @@
9991
],
10092
"_npmOperationalInternal": {
10193
"host": "s3://npm-registry-packages-npm-production",
102-
"tmp": "tmp/postcss-global-data_3.1.0_1755891810302_0.7913486289631657"
94+
"tmp": "tmp/postcss-global-data_4.0.0_1768376202163_0.9410930824816044"
10395
},
10496
"_hasShrinkwrap": false,
105-
"_time": "2025-08-22T19:43:30.495Z"
97+
"_time": "2026-01-14T07:36:42.300Z"
10698
}

0 commit comments

Comments
 (0)