Skip to content

Commit 6fbd25d

Browse files
csstools/postcss-logical-resize-4.0.0 (#2586)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ef00bb3 commit 6fbd25d

1 file changed

Lines changed: 22 additions & 30 deletions

File tree

directory/@csstools/postcss-logical-resize.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-resize",
33
"description": "Use logical values in the resize property",
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
"dependencies": {
@@ -66,21 +59,20 @@
6659
"postcss-plugin",
6760
"resize"
6861
],
69-
"_id": "@csstools/[email protected]",
70-
"gitHead": "b25122cff283dfded891ee2ac883d9f092c27b07",
71-
"types": "./dist/index.d.ts",
72-
"_nodeVersion": "22.1.0",
73-
"_npmVersion": "10.7.0",
62+
"gitHead": "9af4b59e73a512b5a97d3994f1f09b1ffa8c5aa8",
63+
"_id": "@csstools/[email protected]",
64+
"_nodeVersion": "25.1.0",
65+
"_npmVersion": "11.6.2",
7466
"dist": {
75-
"integrity": "sha512-DFbHQOFW/+I+MY4Ycd/QN6Dg4Hcbb50elIJCfnwkRTCX05G11SwViI5BbBlg9iHRl4ytB7pmY5ieAFk3ws7yyg==",
76-
"shasum": "4df0eeb1a61d7bd85395e56a5cce350b5dbfdca6",
77-
"tarball": "https://registry.npmjs.org/@csstools/postcss-logical-resize/-/postcss-logical-resize-3.0.0.tgz",
78-
"fileCount": 7,
79-
"unpackedSize": 9730,
67+
"integrity": "sha512-L0T3q0gei/tGetCGZU0c7VN77VTivRpz1YZRNxjXYmW+85PKeI6U9YnSvDqLU2vBT2uN4kLEzfgZ0ThIZpN18A==",
68+
"shasum": "4fe1e0e8e83ba721bf3afc6810535bc9f1ca9967",
69+
"tarball": "https://registry.npmjs.org/@csstools/postcss-logical-resize/-/postcss-logical-resize-4.0.0.tgz",
70+
"fileCount": 6,
71+
"unpackedSize": 7713,
8072
"signatures": [
8173
{
82-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
83-
"sig": "MEUCIQCjI0kLfGZ6gNzH5OJldNjQVE7jr6R4uxSAOPhR58e5ygIgC0UIMa8L3c16zsru4+FOYxLitYTOoDFTNzwRMbOmtbg="
74+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
75+
"sig": "MEQCIBgZGfgCMJV77o1r2Fi+KSYmSr3Fo6G+AIyGXiI2FRIaAiAKutNtOScTzI/kQOBfW8GuN2U3Hr5ICNzKtmXLUeb5AQ=="
8476
}
8577
]
8678
},
@@ -91,22 +83,22 @@
9183
"directories": {},
9284
"maintainers": [
9385
{
94-
"name": "romainmenke",
95-
"email": "romainmenke@gmail.com"
86+
"name": "jonathantneal",
87+
"email": "jonathantneal@hotmail.com"
9688
},
9789
{
9890
"name": "alaguna",
9991
"email": "[email protected]"
10092
},
10193
{
102-
"name": "jonathantneal",
103-
"email": "jonathantneal@hotmail.com"
94+
"name": "romainmenke",
95+
"email": "romainmenke@gmail.com"
10496
}
10597
],
10698
"_npmOperationalInternal": {
107-
"host": "s3://npm-registry-packages",
108-
"tmp": "tmp/postcss-logical-resize_3.0.0_1722721067424_0.7132108266576873"
99+
"host": "s3://npm-registry-packages-npm-production",
100+
"tmp": "tmp/postcss-logical-resize_4.0.0_1768375417799_0.213698697407249"
109101
},
110102
"_hasShrinkwrap": false,
111-
"_time": "2024-08-03T21:37:47.720Z"
103+
"_time": "2026-01-14T07:23:37.934Z"
112104
}

0 commit comments

Comments
 (0)