Skip to content

Commit b9ef733

Browse files
postcss-double-position-gradients-7.0.0 (#2645)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 80f4057 commit b9ef733

1 file changed

Lines changed: 18 additions & 26 deletions

File tree

directory/postcss-double-position-gradients.json

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-double-position-gradients",
33
"description": "Use double-position gradients in CSS",
4-
"version": "6.0.4",
4+
"version": "7.0.0",
55
"author": {
66
"name": "Jonathan Neal",
77
"email": "[email protected]"
@@ -18,25 +18,18 @@
1818
}
1919
],
2020
"engines": {
21-
"node": ">=18"
21+
"node": ">=20.19.0"
2222
},
2323
"type": "module",
24-
"main": "dist/index.cjs",
25-
"module": "dist/index.mjs",
2624
"exports": {
2725
".": {
28-
"import": {
29-
"types": "./dist/index.d.ts",
30-
"default": "./dist/index.mjs"
31-
},
32-
"require": {
33-
"default": "./dist/index.cjs"
34-
}
26+
"types": "./dist/index.d.ts",
27+
"default": "./dist/index.mjs"
3528
}
3629
},
3730
"dependencies": {
38-
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
39-
"@csstools/utilities": "^2.0.0",
31+
"@csstools/postcss-progressive-custom-properties": "^5.0.0",
32+
"@csstools/utilities": "^3.0.0",
4033
"postcss-value-parser": "^4.2.0"
4134
},
4235
"peerDependencies": {
@@ -67,21 +60,20 @@
6760
"stop",
6861
"syntax"
6962
],
70-
71-
"gitHead": "ee552346963b5b9cb59dcbc979552a99dab7cbd8",
72-
"types": "./dist/index.d.ts",
73-
"_nodeVersion": "24.4.0",
74-
"_npmVersion": "11.4.2",
63+
"gitHead": "0b08dde1e193cdfc6aa06d56c2075a4ac21336b8",
64+
65+
"_nodeVersion": "25.1.0",
66+
"_npmVersion": "11.6.2",
7567
"dist": {
76-
"integrity": "sha512-m6IKmxo7FxSP5nF2l63QbCC3r+bWpFUWmZXZf096WxG0m7Vl1Q1+ruFOhpdDRmKrRS+S3Jtk+TVk/7z0+BVK6g==",
77-
"shasum": "b482d08b5ced092b393eb297d07976ab482d4cad",
78-
"tarball": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-6.0.4.tgz",
79-
"fileCount": 7,
80-
"unpackedSize": 11506,
68+
"integrity": "sha512-Msr/dxj8Os7KLJE5Hdhvprwm3K5Zrh1KTY0eFN3ngPKNkej/Usy4BM9JQmqE6CLAkDpHoQVsi4snbL72CPt6qg==",
69+
"shasum": "ea68a2698ac7e4ed3a3ab517b04eb48476cb1ba8",
70+
"tarball": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-7.0.0.tgz",
71+
"fileCount": 6,
72+
"unpackedSize": 9968,
8173
"signatures": [
8274
{
8375
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
84-
"sig": "MEUCIQD1fwXEt9tD/VB7EmzuqML/dMsdDme25BqPbwEHlhvFMAIgIKuPbu3nKJIXugyjwqcdwlpw/UyhIKYyYPgipMheEVk="
76+
"sig": "MEUCICxFXv0qKUCZSb3ZvumuB92dGLw/JHKBF817fRdHcsGmAiEAiXgcd5Tu/BpLvvVB1uQsBTFhdxNU9gMPSC8goFjexqg="
8577
}
8678
]
8779
},
@@ -106,8 +98,8 @@
10698
],
10799
"_npmOperationalInternal": {
108100
"host": "s3://npm-registry-packages-npm-production",
109-
"tmp": "tmp/postcss-double-position-gradients_6.0.4_1758465443193_0.3893975156247038"
101+
"tmp": "tmp/postcss-double-position-gradients_7.0.0_1768375736206_0.9484705925657517"
110102
},
111103
"_hasShrinkwrap": false,
112-
"_time": "2025-09-21T14:37:23.386Z"
104+
"_time": "2026-01-14T07:28:56.337Z"
113105
}

0 commit comments

Comments
 (0)