Skip to content

Commit 7c90e21

Browse files
postcss-gap-properties-7.0.0 (#2649)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9a1c8f0 commit 7c90e21

1 file changed

Lines changed: 22 additions & 30 deletions

File tree

directory/postcss-gap-properties.json

Lines changed: 22 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-gap-properties",
33
"description": "Use the gap, column-gap, and row-gap shorthand properties 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
"peerDependencies": {
@@ -70,21 +63,20 @@
7063
"rows",
7164
"shorthands"
7265
],
73-
74-
"gitHead": "87227cef0caa41f1e41b08cb1666846d15ab7d32",
75-
"types": "./dist/index.d.ts",
76-
"_nodeVersion": "22.1.0",
77-
"_npmVersion": "10.7.0",
66+
"gitHead": "3fe5a07576379984b3612ad5daca4c0b14e5225b",
67+
68+
"_nodeVersion": "25.1.0",
69+
"_npmVersion": "11.6.2",
7870
"dist": {
79-
"integrity": "sha512-Om0WPjEwiM9Ru+VhfEDPZJAKWUd0mV1HmNXqp2C29z80aQ2uP9UVhLc7e3aYMIor/S5cVhoPgYQ7RtfeZpYTRw==",
80-
"shasum": "d5ff0bdf923c06686499ed2b12e125fe64054fed",
81-
"tarball": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-6.0.0.tgz",
82-
"fileCount": 7,
83-
"unpackedSize": 5991,
71+
"integrity": "sha512-PSDF2QoZMRUbsINvXObQgxx4HExRP85QTT8qS/YN9fBsCPWCqUuwqAD6E6PNp0BqL/jU1eyWUBORaOK/J/9LDA==",
72+
"shasum": "dfce0e627461996b1ced7109c8594f28cca342ec",
73+
"tarball": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-7.0.0.tgz",
74+
"fileCount": 6,
75+
"unpackedSize": 5529,
8476
"signatures": [
8577
{
86-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
87-
"sig": "MEUCIQD/JPOrAUMil4gnJbtmeSbki1i6BFLWBfYPnBD0npfLWwIgWMyUO3480aHehVUnoyKRj1sdQ2CDmSFWbg3iNtKgnbY="
78+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
79+
"sig": "MEQCIHxa4RTGU6UxB7l01WolSVHBloEOA1E4HHLJBVb40o0ZAiBat3GnyX5pBP607xh1mO9hTEUj+lpmJiMRsSis5Jy6YA=="
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-gap-properties_6.0.0_1722721022376_0.6125305295129921"
103+
"host": "s3://npm-registry-packages-npm-production",
104+
"tmp": "tmp/postcss-gap-properties_7.0.0_1768375367120_0.8216914889152624"
113105
},
114106
"_hasShrinkwrap": false,
115-
"_time": "2024-08-03T21:37:02.517Z"
107+
"_time": "2026-01-14T07:22:47.248Z"
116108
}

0 commit comments

Comments
 (0)