Skip to content

Commit ff40235

Browse files
csstools/postcss-normalize-display-values-5.0.0 (#2594)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dc6b022 commit ff40235

1 file changed

Lines changed: 14 additions & 22 deletions

File tree

directory/@csstools/postcss-normalize-display-values.json

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-normalize-display-values",
33
"description": "Use two values display syntax for inner and outer display types.",
4-
"version": "4.0.1",
4+
"version": "5.0.0",
55
"author": {
66
"name": "Jonathan Neal",
77
"email": "[email protected]"
@@ -18,20 +18,13 @@
1818
}
1919
],
2020
"engines": {
21-
"node": ">=18"
21+
"node": ">=20.19.0"
2222
},
2323
"type": "module",
24-
"main": "dist/index.cjs",
25-
"module": "dist/index.mjs",
2624
"exports": {
2725
".": {
28-
"import": {
29-
"types": "./dist/index.d.ts",
30-
"default": "./dist/index.mjs"
31-
},
32-
"require": {
33-
"default": "./dist/index.cjs"
34-
}
26+
"types": "./dist/index.d.ts",
27+
"default": "./dist/index.mjs"
3528
}
3629
},
3730
"dependencies": {
@@ -69,25 +62,24 @@
6962
"table-caption",
7063
"table-cell"
7164
],
72-
"gitHead": "4507d3538312a804f7c37e9f8a18b3044209c7d7",
73-
"types": "./dist/index.d.ts",
74-
"_id": "@csstools/[email protected]",
65+
"gitHead": "d8c6c7e555efacd607c7b4b464239cb61b5a79eb",
66+
"_id": "@csstools/[email protected]",
7567
"bugs": {
7668
"url": "https://github.com/csstools/postcss-plugins/issues"
7769
},
7870
"homepage": "https://github.com/csstools/postcss-plugins#readme",
7971
"_nodeVersion": "25.1.0",
8072
"_npmVersion": "11.6.2",
8173
"dist": {
82-
"integrity": "sha512-TQUGBuRvxdc7TgNSTevYqrL8oItxiwPDixk20qCB5me/W8uF7BPbhRrAvFuhEoywQp/woRsUZ6SJ+sU5idZAIA==",
83-
"shasum": "3738ecadb38cd6521c9565635d61aa4bf5457d27",
84-
"tarball": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.1.tgz",
85-
"fileCount": 7,
86-
"unpackedSize": 8401,
74+
"integrity": "sha512-ei95b5aey72Gemgsb5v/RmLyw12HNnge0TvPJ392Yid18pSyXIyx4hGKxVsMNAmYGAwdZoNOT6JqkkX7BL2+gA==",
75+
"shasum": "d93f0b5124d10e4c9829c41cce6b933d59faf711",
76+
"tarball": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-5.0.0.tgz",
77+
"fileCount": 6,
78+
"unpackedSize": 7260,
8779
"signatures": [
8880
{
8981
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
90-
"sig": "MEUCIHwFm67WlPQNZ28ET3f6naLBxh0aVE8Pu/2uTb9pDmcHAiEAx+HEWSE57+gstCGrCoUJfUD+dC2IKrvqbKFj19z9xn0="
82+
"sig": "MEQCIEa7goJspfX1RWIHN4uPmUHOIVpgzT89T3Qdfb8hUw/TAiBQCU9XRR3xB0e3UhgtLCCYWCG52h6VNnkAIfwzg7ysUQ=="
9183
}
9284
]
9385
},
@@ -112,8 +104,8 @@
112104
],
113105
"_npmOperationalInternal": {
114106
"host": "s3://npm-registry-packages-npm-production",
115-
"tmp": "tmp/postcss-normalize-display-values_4.0.1_1768065411722_0.7627434363766352"
107+
"tmp": "tmp/postcss-normalize-display-values_5.0.0_1768375450187_0.6690371509336783"
116108
},
117109
"_hasShrinkwrap": false,
118-
"_time": "2026-01-10T17:16:51.862Z"
110+
"_time": "2026-01-14T07:24:10.336Z"
119111
}

0 commit comments

Comments
 (0)