Skip to content

Commit c252bac

Browse files
postcss-overflow-shorthand-7.0.0 (#2656)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 911b4bc commit c252bac

1 file changed

Lines changed: 22 additions & 30 deletions

File tree

directory/postcss-overflow-shorthand.json

Lines changed: 22 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-overflow-shorthand",
33
"description": "Use the overflow shorthand in CSS",
4-
"version": "6.0.0",
4+
"version": "7.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": {
@@ -70,21 +63,20 @@
7063
"shorthands",
7164
"values"
7265
],
73-
74-
"gitHead": "99f81be0c19143a9f0f575b02e81a5203c7b81d1",
75-
"types": "./dist/index.d.ts",
76-
"_nodeVersion": "22.1.0",
77-
"_npmVersion": "10.7.0",
66+
"gitHead": "0401289903325245f9dd9c2bd0cbcf9844a64c52",
67+
68+
"_nodeVersion": "25.1.0",
69+
"_npmVersion": "11.6.2",
7870
"dist": {
79-
"integrity": "sha512-BdDl/AbVkDjoTofzDQnwDdm/Ym6oS9KgmO7Gr+LHYjNWJ6ExORe4+3pcLQsLA9gIROMkiGVjjwZNoL/mpXHd5Q==",
80-
"shasum": "f5252b4a2ee16c68cd8a9029edb5370c4a9808af",
81-
"tarball": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-6.0.0.tgz",
82-
"fileCount": 7,
83-
"unpackedSize": 6128,
71+
"integrity": "sha512-9SLpjoUdGRoRrzoOdX66HbUs0+uDwfIAiXsRa7piKGOqPd6F4ZlON9oaDSP5r1Qpgmzw5L9Ht0undIK6igJPMA==",
72+
"shasum": "f7f804104d3265cc1f03d34e1980801f162267b7",
73+
"tarball": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-7.0.0.tgz",
74+
"fileCount": 6,
75+
"unpackedSize": 5445,
8476
"signatures": [
8577
{
86-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
87-
"sig": "MEYCIQCvxkEb2AFSrWYcZVfWrWQ8Hf0mjINfHW/y8HfIPyd5HQIhAP+8SaJjYFt02oAbqN7XFlcHko/earPnM/dEf+IORKpk"
78+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
79+
"sig": "MEUCIQDUy7DGeR4ieIvy4RKRw95Ju7nrqvmv/Ycib1I2/0OgYQIgFzIDocc//CFS48BakEeaEMSvJJb7joedUF7s4duuYMg="
8880
}
8981
]
9082
},
@@ -95,22 +87,22 @@
9587
"directories": {},
9688
"maintainers": [
9789
{
98-
"name": "romainmenke",
99-
"email": "romainmenke@gmail.com"
90+
"name": "jonathantneal",
91+
"email": "jonathantneal@hotmail.com"
10092
},
10193
{
10294
"name": "alaguna",
10395
"email": "[email protected]"
10496
},
10597
{
106-
"name": "jonathantneal",
107-
"email": "jonathantneal@hotmail.com"
98+
"name": "romainmenke",
99+
"email": "romainmenke@gmail.com"
108100
}
109101
],
110102
"_npmOperationalInternal": {
111-
"host": "s3://npm-registry-packages",
112-
"tmp": "tmp/postcss-overflow-shorthand_6.0.0_1722721100848_0.5173251956449509"
103+
"host": "s3://npm-registry-packages-npm-production",
104+
"tmp": "tmp/postcss-overflow-shorthand_7.0.0_1768375455778_0.9295433188373592"
113105
},
114106
"_hasShrinkwrap": false,
115-
"_time": "2024-08-03T21:38:21.018Z"
107+
"_time": "2026-01-14T07:24:15.906Z"
116108
}

0 commit comments

Comments
 (0)