Skip to content

Commit 0430a7b

Browse files
postcss-logical-9.0.0 (#2654)
1 parent 110b371 commit 0430a7b

1 file changed

Lines changed: 16 additions & 24 deletions

File tree

directory/postcss-logical.json

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-logical",
33
"description": "Use logical properties and values in CSS",
4-
"version": "8.1.0",
4+
"version": "9.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -29,20 +29,13 @@
2929
}
3030
],
3131
"engines": {
32-
"node": ">=18"
32+
"node": ">=20.19.0"
3333
},
3434
"type": "module",
35-
"main": "dist/index.cjs",
36-
"module": "dist/index.mjs",
3735
"exports": {
3836
".": {
39-
"import": {
40-
"types": "./dist/index.d.ts",
41-
"default": "./dist/index.mjs"
42-
},
43-
"require": {
44-
"default": "./dist/index.cjs"
45-
}
37+
"types": "./dist/index.d.ts",
38+
"default": "./dist/index.mjs"
4639
}
4740
},
4841
"dependencies": {
@@ -87,21 +80,20 @@
8780
"text",
8881
"values"
8982
],
90-
91-
"gitHead": "d60448e9f7114b5f57667786127a7aa9240e21c6",
92-
"types": "./dist/index.d.ts",
93-
"_nodeVersion": "22.12.0",
94-
"_npmVersion": "10.9.0",
83+
"gitHead": "755e92402306dbddd0ad66a8d902e35a62c21c2a",
84+
85+
"_nodeVersion": "25.1.0",
86+
"_npmVersion": "11.6.2",
9587
"dist": {
96-
"integrity": "sha512-pL1hXFQ2fEXNKiNiAgtfA005T9FBxky5zkX6s4GZM2D8RkVgRqz3f4g1JUoq925zXv495qk8UNldDwh8uGEDoA==",
97-
"shasum": "4092b16b49e3ecda70c4d8945257da403d167228",
98-
"tarball": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-8.1.0.tgz",
99-
"fileCount": 7,
100-
"unpackedSize": 32998,
88+
"integrity": "sha512-A4LNd9dk3q/juEUA9Gd8ALhBO3TeOeYurnyHLlf2aAToD94VHR8c5Uv7KNmf8YVRhTxvWsyug4c5fKtARzyIRQ==",
89+
"shasum": "76d09cf580aef4af7987a63a69675e8a84feffa4",
90+
"tarball": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-9.0.0.tgz",
91+
"fileCount": 6,
92+
"unpackedSize": 20444,
10193
"signatures": [
10294
{
10395
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
104-
"sig": "MEYCIQCmoQtb+ZIAD9VESfwi9cnBTp8YOK6i3aak0Oz6GzCr2wIhAMagn+i8AwtR2Ly/igzUJyU68+Xo2eld7762VhIV7x+e"
96+
"sig": "MEUCIQCkbfXzoYAfpY5pmtgtV44PowrBgP0sJ+AzTJls/N5AvwIga4Grx6xIy88FxFYWyruDMs/Pib957jjbyZsgWB8vtYk="
10597
}
10698
]
10799
},
@@ -126,8 +118,8 @@
126118
],
127119
"_npmOperationalInternal": {
128120
"host": "s3://npm-registry-packages-npm-production",
129-
"tmp": "tmp/postcss-logical_8.1.0_1740330324930_0.3564882314282689"
121+
"tmp": "tmp/postcss-logical_9.0.0_1768375393453_0.8112823584907194"
130122
},
131123
"_hasShrinkwrap": false,
132-
"_time": "2025-02-23T17:05:25.088Z"
124+
"_time": "2026-01-14T07:23:13.588Z"
133125
}

0 commit comments

Comments
 (0)