Skip to content

Commit c7ead4a

Browse files
csstools/postcss-text-decoration-shorthand-5.0.0 (#2609)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 02853d8 commit c7ead4a

1 file changed

Lines changed: 17 additions & 25 deletions

File tree

directory/@csstools/postcss-text-decoration-shorthand.json

Lines changed: 17 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-text-decoration-shorthand",
33
"description": "Use text-decoration in it's shorthand form in CSS",
4-
"version": "4.0.3",
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-
"@csstools/color-helpers": "^5.1.0",
38+
"@csstools/color-helpers": "^6.0.0",
4639
"postcss-value-parser": "^4.2.0"
4740
},
4841
"peerDependencies": {
@@ -65,21 +58,20 @@
6558
"text-decoration",
6659
"text-decoration-thickness"
6760
],
68-
"_id": "@csstools/[email protected]",
69-
"gitHead": "85f0fa2001cfa38ebbde1207bba311174f17a551",
70-
"types": "./dist/index.d.ts",
71-
"_nodeVersion": "24.4.0",
72-
"_npmVersion": "11.4.2",
61+
"gitHead": "87bbb137039d9395a191e63adc7c70eb628a82ee",
62+
"_id": "@csstools/[email protected]",
63+
"_nodeVersion": "25.1.0",
64+
"_npmVersion": "11.6.2",
7365
"dist": {
74-
"integrity": "sha512-KSkGgZfx0kQjRIYnpsD7X2Om9BUXX/Kii77VBifQW9Ih929hK0KNjVngHDH0bFB9GmfWcR9vJYJJRvw/NQjkrA==",
75-
"shasum": "fae1b70f07d1b7beb4c841c86d69e41ecc6f743c",
76-
"tarball": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-4.0.3.tgz",
77-
"fileCount": 7,
78-
"unpackedSize": 12392,
66+
"integrity": "sha512-nCi/1o5LX2+fH7RW53k1q2KP6J5JjevoK5EayDUZvC5HeH7AioSY5LTK9jrEZHj4hBa7/J8kUzgSus5YMdgxIA==",
67+
"shasum": "b965f9c68aea52bb9bd5b63545dedb20ba7135e5",
68+
"tarball": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-5.0.0.tgz",
69+
"fileCount": 6,
70+
"unpackedSize": 8929,
7971
"signatures": [
8072
{
8173
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
82-
"sig": "MEUCIQCXJRLKO2VlTaKnp3vHjnaXxgPitc+CNxY0wYWo7YiG+QIgZ7pZtXVtHmohtqetkQBRxRfiTwe1iCJ/doeCi9LMMYM="
74+
"sig": "MEUCIH3/OsaQrp1qIm5Z8Mu2RBYKJc0Vy6P5NBHQ6TAuD8lQAiEAmPSwLaVE3BfY8gauE54EVRqEQT4U1hordURzrVC9UoE="
8375
}
8476
]
8577
},
@@ -104,8 +96,8 @@
10496
],
10597
"_npmOperationalInternal": {
10698
"host": "s3://npm-registry-packages-npm-production",
107-
"tmp": "tmp/postcss-text-decoration-shorthand_4.0.3_1755891816516_0.5503677734328638"
99+
"tmp": "tmp/postcss-text-decoration-shorthand_5.0.0_1768375544963_0.8867749878620159"
108100
},
109101
"_hasShrinkwrap": false,
110-
"_time": "2025-08-22T19:43:36.701Z"
102+
"_time": "2026-01-14T07:25:45.124Z"
111103
}

0 commit comments

Comments
 (0)