Skip to content

Commit a43e4ca

Browse files
postcss-color-functional-notation-8.0.0 (#2620)
1 parent d79ec5d commit a43e4ca

1 file changed

Lines changed: 21 additions & 29 deletions

File tree

directory/postcss-color-functional-notation.json

Lines changed: 21 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-color-functional-notation",
33
"description": "Use space and slash separated color notation in CSS",
4-
"version": "7.0.12",
4+
"version": "8.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"
@@ -71,21 +64,20 @@
7164
"space",
7265
"syntax"
7366
],
74-
75-
"gitHead": "cb55f4f5b59f66b5b58f61cc0b5c4641ea4b9739",
76-
"types": "./dist/index.d.ts",
77-
"_nodeVersion": "24.4.0",
78-
"_npmVersion": "11.4.2",
67+
"gitHead": "301ef8087163bf1fb81d5d667a8cf0f1a0c87252",
68+
69+
"_nodeVersion": "25.1.0",
70+
"_npmVersion": "11.6.2",
7971
"dist": {
80-
"integrity": "sha512-TLCW9fN5kvO/u38/uesdpbx3e8AkTYhMvDZYa9JpmImWuTE99bDQ7GU7hdOADIZsiI9/zuxfAJxny/khknp1Zw==",
81-
"shasum": "9a3df2296889e629fde18b873bb1f50a4ecf4b83",
82-
"tarball": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-7.0.12.tgz",
83-
"fileCount": 7,
84-
"unpackedSize": 10052,
72+
"integrity": "sha512-D3Z9ns0lHZbJVd+Fevtt3PkCaxe+V1Ig7UPsztzh9uul24kRzhWEZaY48NL8dg3Xyx45jhmSevOACBC8qfg1qw==",
73+
"shasum": "379c9cf57bf206689173f3bae9afc3d9c934e7ec",
74+
"tarball": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-8.0.0.tgz",
75+
"fileCount": 6,
76+
"unpackedSize": 9689,
8577
"signatures": [
8678
{
8779
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
88-
"sig": "MEUCIBO186e0X70IrFWlxEWrzSiJo8ijo3yX3NhMrBgceQjoAiEAqILL10TFUcjsGBMR/YC82fSbwA+sq5N8v+bNBruRzSQ="
80+
"sig": "MEQCIBQqoysg7TMVfzX9EmAawFI+S9PdkKF5K3XZPbl37Yl1AiBxcxRXRqqV6/7HBCOHLn5/fct8K7SdGbnIP+xzlHvLQg=="
8981
}
9082
]
9183
},
@@ -110,8 +102,8 @@
110102
],
111103
"_npmOperationalInternal": {
112104
"host": "s3://npm-registry-packages-npm-production",
113-
"tmp": "tmp/postcss-color-functional-notation_7.0.12_1758465408663_0.9654166264374493"
105+
"tmp": "tmp/postcss-color-functional-notation_8.0.0_1768376170473_0.4837151540254925"
114106
},
115107
"_hasShrinkwrap": false,
116-
"_time": "2025-09-21T14:36:48.914Z"
108+
"_time": "2026-01-14T07:36:10.659Z"
117109
}

0 commit comments

Comments
 (0)