Skip to content

Commit 0a21d63

Browse files
csstools/postcss-initial-3.0.0 (#2578)
1 parent cde6b55 commit 0a21d63

1 file changed

Lines changed: 16 additions & 24 deletions

File tree

directory/@csstools/postcss-initial.json

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-initial",
33
"description": "PostCSS plugin to fallback initial keyword.",
4-
"version": "2.0.1",
4+
"version": "3.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": {
@@ -57,21 +50,20 @@
5750
"keywords": [
5851
"postcss-plugin"
5952
],
60-
"_id": "@csstools/[email protected]",
61-
"gitHead": "b89c3cea8debef851ed7e7cfddfd0c9f8b1afe91",
62-
"types": "./dist/index.d.ts",
63-
"_nodeVersion": "22.12.0",
64-
"_npmVersion": "10.9.0",
53+
"gitHead": "bfd6af469f7dc43aa8f137208c4c7376eb9996ac",
54+
"_id": "@csstools/[email protected]",
55+
"_nodeVersion": "25.1.0",
56+
"_npmVersion": "11.6.2",
6557
"dist": {
66-
"integrity": "sha512-L1wLVMSAZ4wovznquK0xmC7QSctzO4D0Is590bxpGqhqjboLXYA16dWZpfwImkdOgACdQ9PqXsuRroW6qPlEsg==",
67-
"shasum": "c385bd9d8ad31ad159edd7992069e97ceea4d09a",
68-
"tarball": "https://registry.npmjs.org/@csstools/postcss-initial/-/postcss-initial-2.0.1.tgz",
69-
"fileCount": 7,
70-
"unpackedSize": 16272,
58+
"integrity": "sha512-UVUrFmrTQyLomVepnjWlbBg7GoscLmXLwYFyjbcEnmpeGW7wde6lNpx5eM3eVwZI2M+7hCE3ykYnAsEPLcLa+Q==",
59+
"shasum": "f3714d3f5bc77e6d6aa34804c48fd728df25c657",
60+
"tarball": "https://registry.npmjs.org/@csstools/postcss-initial/-/postcss-initial-3.0.0.tgz",
61+
"fileCount": 6,
62+
"unpackedSize": 10442,
7163
"signatures": [
7264
{
7365
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
74-
"sig": "MEUCIQC0pUFpcmRTbNgMmsQ6CrYAmUKSHd6+tyt+peNH36Ww/wIgX/9liUMwWgyzqMbQBt8HHk8rJCI5s/jUgNZMOxUw1JA="
66+
"sig": "MEUCIB1hjeTOdBr/oS2v8OSmDxq4y7NvXtGWhXr3CF2tLIC5AiEAl75pKZkqgsdXMk6Pn4z9wino6AnpkJD96osS5WfZUTY="
7567
}
7668
]
7769
},
@@ -96,8 +88,8 @@
9688
],
9789
"_npmOperationalInternal": {
9890
"host": "s3://npm-registry-packages-npm-production",
99-
"tmp": "tmp/postcss-initial_2.0.1_1739379951883_0.3687382810362345"
91+
"tmp": "tmp/postcss-initial_3.0.0_1768375379425_0.5443123091101225"
10092
},
10193
"_hasShrinkwrap": false,
102-
"_time": "2025-02-12T17:05:52.077Z"
94+
"_time": "2026-01-14T07:22:59.569Z"
10395
}

0 commit comments

Comments
 (0)