Skip to content

Commit 89c7113

Browse files
csstools/postcss-gradients-interpolation-method-6.0.0 (#2575)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c62f29b commit 89c7113

1 file changed

Lines changed: 21 additions & 29 deletions

File tree

directory/@csstools/postcss-gradients-interpolation-method.json

Lines changed: 21 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-gradients-interpolation-method",
33
"description": "Use interpolation methods in CSS gradient functions",
4-
"version": "5.0.12",
4+
"version": "6.0.0",
55
"author": {
66
"name": "Jonathan Neal",
77
"email": "[email protected]"
@@ -18,28 +18,21 @@
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/css-color-parser": "^3.1.0",
39-
"@csstools/css-parser-algorithms": "^3.0.5",
40-
"@csstools/css-tokenizer": "^3.0.4",
41-
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
42-
"@csstools/utilities": "^2.0.0"
31+
"@csstools/css-color-parser": "^4.0.0",
32+
"@csstools/css-parser-algorithms": "^4.0.0",
33+
"@csstools/css-tokenizer": "^4.0.0",
34+
"@csstools/postcss-progressive-custom-properties": "^5.0.0",
35+
"@csstools/utilities": "^3.0.0"
4336
},
4437
"peerDependencies": {
4538
"postcss": "^8.4"
@@ -69,21 +62,20 @@
6962
"repeating",
7063
"syntax"
7164
],
72-
"_id": "@csstools/[email protected]",
73-
"gitHead": "dd03347b6a44962c409b115ef86e4f8bd4c7e91e",
74-
"types": "./dist/index.d.ts",
75-
"_nodeVersion": "24.4.0",
76-
"_npmVersion": "11.4.2",
65+
"gitHead": "b5dfcedb46eea60b003a944d86175ac205cadc81",
66+
"_id": "@csstools/[email protected]",
67+
"_nodeVersion": "25.1.0",
68+
"_npmVersion": "11.6.2",
7769
"dist": {
78-
"integrity": "sha512-jugzjwkUY0wtNrZlFeyXzimUL3hN4xMvoPnIXxoZqxDvjZRiSh+itgHcVUWzJ2VwD/VAMEgCLvtaJHX+4Vj3Ow==",
79-
"shasum": "0955cce4d97203b861bf66742bbec611b2f3661c",
80-
"tarball": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-5.0.12.tgz",
81-
"fileCount": 7,
82-
"unpackedSize": 20801,
70+
"integrity": "sha512-pexYfratrU9yuE1o3eymWCQ2B0UkKKjZlwbaCl7FtqJ42ABatscbnDY/6pPKnli8IlPTlmyzP1/aw2uYiZ8XRg==",
71+
"shasum": "c27582ed4520cf8c1011ec997221ab54006f2af6",
72+
"tarball": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-6.0.0.tgz",
73+
"fileCount": 6,
74+
"unpackedSize": 15838,
8375
"signatures": [
8476
{
8577
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
86-
"sig": "MEUCIQC+/twOXs7W9TcuNBGWLS/NJt+h+TiDjSTPsurUjT07pQIgJYqNbP+XrjUYEkJwqBIEWjEjCj4peHnSq8q4p3mIQnc="
78+
"sig": "MEQCIC281KSahmdmG+dKtiRU6gRZX8TU1ODDnlDGBSsx5WfYAiA45F6qRUBhd6cBzmD6zVLzH7FQElpsRU2U+e6SvxO0yA=="
8779
}
8880
]
8981
},
@@ -108,8 +100,8 @@
108100
],
109101
"_npmOperationalInternal": {
110102
"host": "s3://npm-registry-packages-npm-production",
111-
"tmp": "tmp/postcss-gradients-interpolation-method_5.0.12_1758465450266_0.4199414040772902"
103+
"tmp": "tmp/postcss-gradients-interpolation-method_6.0.0_1768376208979_0.6771372516935115"
112104
},
113105
"_hasShrinkwrap": false,
114-
"_time": "2025-09-21T14:37:30.471Z"
106+
"_time": "2026-01-14T07:36:49.129Z"
115107
}

0 commit comments

Comments
 (0)