Skip to content

Commit 65dd942

Browse files
csstools/postcss-unset-value-5.0.0 (#2611)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c7ead4a commit 65dd942

1 file changed

Lines changed: 22 additions & 30 deletions

File tree

directory/@csstools/postcss-unset-value.json

Lines changed: 22 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-unset-value",
33
"description": "Use the unset keyword in CSS.",
4-
"version": "4.0.0",
4+
"version": "5.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
"peerDependencies": {
@@ -60,21 +53,20 @@
6053
"postcss-plugin",
6154
"unset"
6255
],
63-
"_id": "@csstools/[email protected]",
64-
"gitHead": "1fc24e4286c2cd833494741462e9c0e55f82ec57",
65-
"types": "./dist/index.d.ts",
66-
"_nodeVersion": "22.1.0",
67-
"_npmVersion": "10.7.0",
56+
"gitHead": "d4c3ccab83bdb56a4276783afca682f3aad83212",
57+
"_id": "@csstools/[email protected]",
58+
"_nodeVersion": "25.1.0",
59+
"_npmVersion": "11.6.2",
6860
"dist": {
69-
"integrity": "sha512-cBz3tOCI5Fw6NIFEwU3RiwK6mn3nKegjpJuzCndoGq3BZPkUjnsq7uQmIeMNeMbMk7YD2MfKcgCpZwX5jyXqCA==",
70-
"shasum": "7caa981a34196d06a737754864baf77d64de4bba",
71-
"tarball": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-4.0.0.tgz",
72-
"fileCount": 7,
73-
"unpackedSize": 20121,
61+
"integrity": "sha512-EoO54sS2KCIfesvHyFYAW99RtzwHdgaJzhl7cqKZSaMYKZv3fXSOehDjAQx8WZBKn1JrMd7xJJI1T1BxPF7/jA==",
62+
"shasum": "722d7131f9b468791dbc73485c811c1ae2232edf",
63+
"tarball": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-5.0.0.tgz",
64+
"fileCount": 6,
65+
"unpackedSize": 12984,
7466
"signatures": [
7567
{
76-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
77-
"sig": "MEQCIBTAq2tWyP4CSq/sjW3TOHy1pVPhtZhMGZpuTCRjXdeRAiAZ+jjAhZG/N26ymUX4IQaCXqf58XLXNcm3tN5sDaRhzw=="
68+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
69+
"sig": "MEQCICW+XBHqYLabp/IPLOpnHncmWR3rFWGadwUW2DwvMMgaAiBfLrYk+qQv9Gkqzo0RzXDDyWuW87UrDQJ0M6R6x+E6Gg=="
7870
}
7971
]
8072
},
@@ -85,22 +77,22 @@
8577
"directories": {},
8678
"maintainers": [
8779
{
88-
"name": "romainmenke",
89-
"email": "romainmenke@gmail.com"
80+
"name": "jonathantneal",
81+
"email": "jonathantneal@hotmail.com"
9082
},
9183
{
9284
"name": "alaguna",
9385
"email": "[email protected]"
9486
},
9587
{
96-
"name": "jonathantneal",
97-
"email": "jonathantneal@hotmail.com"
88+
"name": "romainmenke",
89+
"email": "romainmenke@gmail.com"
9890
}
9991
],
10092
"_npmOperationalInternal": {
101-
"host": "s3://npm-registry-packages",
102-
"tmp": "tmp/postcss-unset-value_4.0.0_1722721150435_0.24233259817794406"
93+
"host": "s3://npm-registry-packages-npm-production",
94+
"tmp": "tmp/postcss-unset-value_5.0.0_1768375551244_0.9985122287195063"
10395
},
10496
"_hasShrinkwrap": false,
105-
"_time": "2024-08-03T21:39:10.572Z"
97+
"_time": "2026-01-14T07:25:51.384Z"
10698
}

0 commit comments

Comments
 (0)