Skip to content

Commit 2482418

Browse files
csstools/postcss-logical-viewport-units-4.0.0 (#2588)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 34c1672 commit 2482418

1 file changed

Lines changed: 18 additions & 26 deletions

File tree

directory/@csstools/postcss-logical-viewport-units.json

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-logical-viewport-units",
33
"description": "Use vb and vi length units in CSS",
4-
"version": "3.0.4",
4+
"version": "4.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -25,25 +25,18 @@
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/css-tokenizer": "^3.0.4",
46-
"@csstools/utilities": "^2.0.0"
38+
"@csstools/css-tokenizer": "^4.0.0",
39+
"@csstools/utilities": "^3.0.0"
4740
},
4841
"peerDependencies": {
4942
"postcss": "^8.4"
@@ -68,21 +61,20 @@
6861
"postcss-plugin",
6962
"viewport units"
7063
],
71-
"_id": "@csstools/[email protected]",
72-
"gitHead": "bea924a6678ed823d7f4d1309f38450a34f32263",
73-
"types": "./dist/index.d.ts",
74-
"_nodeVersion": "22.12.0",
75-
"_npmVersion": "10.9.0",
64+
"gitHead": "86223aef7ffb302c6b37ca7238df9bf76a42cf99",
65+
"_id": "@csstools/[email protected]",
66+
"_nodeVersion": "25.1.0",
67+
"_npmVersion": "11.6.2",
7668
"dist": {
77-
"integrity": "sha512-q+eHV1haXA4w9xBwZLKjVKAWn3W2CMqmpNpZUk5kRprvSiBEGMgrNH3/sJZ8UA3JgyHaOt3jwT9uFa4wLX4EqQ==",
78-
"shasum": "016d98a8b7b5f969e58eb8413447eb801add16fc",
79-
"tarball": "https://registry.npmjs.org/@csstools/postcss-logical-viewport-units/-/postcss-logical-viewport-units-3.0.4.tgz",
80-
"fileCount": 7,
81-
"unpackedSize": 9372,
69+
"integrity": "sha512-TA3AqVN/1IH3dKRC2UUWvprvwyOs2IeD7FDZk5Hz20w4q33yIuSg0i0gjyTUkcn90g8A4n7QpyZ2AgBrnYPnnA==",
70+
"shasum": "899c2ef20574a0ac47d0f8b8069e2d8e6102641c",
71+
"tarball": "https://registry.npmjs.org/@csstools/postcss-logical-viewport-units/-/postcss-logical-viewport-units-4.0.0.tgz",
72+
"fileCount": 6,
73+
"unpackedSize": 7938,
8274
"signatures": [
8375
{
8476
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
85-
"sig": "MEYCIQCzEZSb8G43/ka1REYfFnOIZQ6pb9avKznu0PuJUnwBhQIhANREq7+QMauCcc09JBSmT062b+KVfXV7H5oYkoWwjk2L"
77+
"sig": "MEUCIQCAH9Ovl1ycRLRwnts0LHsdiLZwmdzOC288BAIIn2T7LwIgdxq/L2/R28gREQqkaTs95REg6GStGXgzE4AWAIWDnmU="
8678
}
8779
]
8880
},
@@ -107,8 +99,8 @@
10799
],
108100
"_npmOperationalInternal": {
109101
"host": "s3://npm-registry-packages-npm-production",
110-
"tmp": "tmp/postcss-logical-viewport-units_3.0.4_1748342822103_0.4235761645237661"
102+
"tmp": "tmp/postcss-logical-viewport-units_4.0.0_1768375424325_0.19647186780831705"
111103
},
112104
"_hasShrinkwrap": false,
113-
"_time": "2025-05-27T10:47:02.359Z"
105+
"_time": "2026-01-14T07:23:44.467Z"
114106
}

0 commit comments

Comments
 (0)