Skip to content

Commit 0e8e78b

Browse files
csstools/postcss-logical-float-and-clear-4.0.0 (#2583)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5364b0b commit 0e8e78b

2 files changed

Lines changed: 28 additions & 30 deletions

File tree

directory/@csstools/postcss-logical-float-and-clear.json

Lines changed: 22 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-logical-float-and-clear",
33
"description": "Use flow-relative (inline-start and inline-end) values for float and clear",
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": {
@@ -64,21 +57,20 @@
6457
"postcss",
6558
"postcss-plugin"
6659
],
67-
"_id": "@csstools/[email protected]",
68-
"gitHead": "7a6eb3af799a9019c39621e37eee02fd2df736be",
69-
"types": "./dist/index.d.ts",
70-
"_nodeVersion": "22.1.0",
71-
"_npmVersion": "10.7.0",
60+
"gitHead": "1fd9a400c69dcabe05c5fe5424882ce1e7be6afc",
61+
"_id": "@csstools/[email protected]",
62+
"_nodeVersion": "25.1.0",
63+
"_npmVersion": "11.6.2",
7264
"dist": {
73-
"integrity": "sha512-SEmaHMszwakI2rqKRJgE+8rpotFfne1ZS6bZqBoQIicFyV+xT1UF42eORPxJkVJVrH9C0ctUgwMSn3BLOIZldQ==",
74-
"shasum": "62617564182cf86ab5d4e7485433ad91e4c58571",
75-
"tarball": "https://registry.npmjs.org/@csstools/postcss-logical-float-and-clear/-/postcss-logical-float-and-clear-3.0.0.tgz",
76-
"fileCount": 7,
77-
"unpackedSize": 7979,
65+
"integrity": "sha512-NGzdIRVj/VxOa/TjVdkHeyiJoDihONV0+uB0csUdgWbFFr8xndtfqK8iIGP9IKJzco+w0hvBF2SSk2sDSTAnOQ==",
66+
"shasum": "f9e8f9b03abde8fb63e14f85e11ab6bdef14bc5c",
67+
"tarball": "https://registry.npmjs.org/@csstools/postcss-logical-float-and-clear/-/postcss-logical-float-and-clear-4.0.0.tgz",
68+
"fileCount": 6,
69+
"unpackedSize": 6723,
7870
"signatures": [
7971
{
80-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
81-
"sig": "MEUCIQD3MfsAvDqOQnQMDI6V+RsQ7UVFipALuLsMHtzDahvU/gIgNH8OeDB+1GbSMKNfqhnmZUDKA96iVshX+4EYCul5VyY="
72+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
73+
"sig": "MEUCIQC3VK2A5qpngR+5PeNU5zCJdW4fYaeU/anLcwvcab7GHwIgGtlptj20DPVtua2vg1v9Xv6Z0uLVR9GIZ9VafITHstU="
8274
}
8375
]
8476
},
@@ -89,22 +81,22 @@
8981
"directories": {},
9082
"maintainers": [
9183
{
92-
"name": "romainmenke",
93-
"email": "romainmenke@gmail.com"
84+
"name": "jonathantneal",
85+
"email": "jonathantneal@hotmail.com"
9486
},
9587
{
9688
"name": "alaguna",
9789
"email": "[email protected]"
9890
},
9991
{
100-
"name": "jonathantneal",
101-
"email": "jonathantneal@hotmail.com"
92+
"name": "romainmenke",
93+
"email": "romainmenke@gmail.com"
10294
}
10395
],
10496
"_npmOperationalInternal": {
105-
"host": "s3://npm-registry-packages",
106-
"tmp": "tmp/postcss-logical-float-and-clear_3.0.0_1722721051135_0.9199048348440588"
97+
"host": "s3://npm-registry-packages-npm-production",
98+
"tmp": "tmp/postcss-logical-float-and-clear_4.0.0_1768375399256_0.6206572937537302"
10799
},
108100
"_hasShrinkwrap": false,
109-
"_time": "2024-08-03T21:37:31.280Z"
101+
"_time": "2026-01-14T07:23:19.396Z"
110102
}

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)