Skip to content

Commit ef00bb3

Browse files
csstools/postcss-logical-overflow-3.0.0 (#2584)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c95d0ba commit ef00bb3

1 file changed

Lines changed: 22 additions & 30 deletions

File tree

directory/@csstools/postcss-logical-overflow.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-overflow",
33
"description": "Use logical overflow properties and values in CSS",
4-
"version": "2.0.0",
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": {
@@ -60,21 +53,20 @@
6053
"overflow",
6154
"postcss-plugin"
6255
],
63-
"_id": "@csstools/[email protected]",
64-
"gitHead": "118e4961c9bf96eab54d8e4f6ebda6062862ed4f",
65-
"types": "./dist/index.d.ts",
66-
"_nodeVersion": "22.1.0",
67-
"_npmVersion": "10.7.0",
56+
"gitHead": "804937e8c74005fd3ccc126715090513dbb84244",
57+
"_id": "@csstools/[email protected]",
58+
"_nodeVersion": "25.1.0",
59+
"_npmVersion": "11.6.2",
6860
"dist": {
69-
"integrity": "sha512-spzR1MInxPuXKEX2csMamshR4LRaSZ3UXVaRGjeQxl70ySxOhMpP2252RAFsg8QyyBXBzuVOOdx1+bVO5bPIzA==",
70-
"shasum": "c6de7c5f04e3d4233731a847f6c62819bcbcfa1d",
71-
"tarball": "https://registry.npmjs.org/@csstools/postcss-logical-overflow/-/postcss-logical-overflow-2.0.0.tgz",
72-
"fileCount": 7,
73-
"unpackedSize": 7018,
61+
"integrity": "sha512-5cRg93QXVskM0MNepHpPcL0WLSf5Hncky0DrFDQY/4ozbH5lH7SX5ejayVpNTGSX7IpOvu7ykQDLOdMMGYzwpA==",
62+
"shasum": "bb56b91f6dabec180fd93fc77e35bc2d73f285b8",
63+
"tarball": "https://registry.npmjs.org/@csstools/postcss-logical-overflow/-/postcss-logical-overflow-3.0.0.tgz",
64+
"fileCount": 6,
65+
"unpackedSize": 6118,
7466
"signatures": [
7567
{
76-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
77-
"sig": "MEQCIGDPl8KHL1UgS8ZKY2sEhAdZEmQS9uSez6eg3nhpKg8uAiATFT4iviZ0YUzZWK+hLZLoEAzweTfI/BzK+qCLDsm/8A=="
68+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
69+
"sig": "MEYCIQCJ3cZlYrWxIP0UrBbZuh1ZLEVh040zgg5BdjYU/mE7JgIhAK0UvEEq17DqAV+p1Ltdk7x4djp/+ZgfzsVL9EDBcwdu"
7870
}
7971
]
8072
},
@@ -85,22 +77,22 @@
8577
"directories": {},
8678
"maintainers": [
8779
{
88-
"name": "romainmenke",
89-
"email": "romainmenke@gmail.com"
80+
"name": "jonathantneal",
81+
"email": "jonathantneal@hotmail.com"
9082
},
9183
{
9284
"name": "alaguna",
9385
"email": "[email protected]"
9486
},
9587
{
96-
"name": "jonathantneal",
97-
"email": "jonathantneal@hotmail.com"
88+
"name": "romainmenke",
89+
"email": "romainmenke@gmail.com"
9890
}
9991
],
10092
"_npmOperationalInternal": {
101-
"host": "s3://npm-registry-packages",
102-
"tmp": "tmp/postcss-logical-overflow_2.0.0_1722721056494_0.1753056910950206"
93+
"host": "s3://npm-registry-packages-npm-production",
94+
"tmp": "tmp/postcss-logical-overflow_3.0.0_1768375405668_0.8072554690841409"
10395
},
10496
"_hasShrinkwrap": false,
105-
"_time": "2024-08-03T21:37:36.633Z"
97+
"_time": "2026-01-14T07:23:25.851Z"
10698
}

0 commit comments

Comments
 (0)