Skip to content

Commit 8208252

Browse files
csstools/postcss-color-function-display-p3-linear-2.0.0 (#2562)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b290d82 commit 8208252

1 file changed

Lines changed: 21 additions & 29 deletions

File tree

directory/@csstools/postcss-color-function-display-p3-linear.json

Lines changed: 21 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-color-function-display-p3-linear",
33
"description": "Use the display-p3-linear color space on the color() function in CSS",
4-
"version": "1.0.1",
4+
"version": "2.0.0",
55
"contributors": [
66
{
77
"name": "Romain Menke",
@@ -20,28 +20,21 @@
2020
}
2121
],
2222
"engines": {
23-
"node": ">=18"
23+
"node": ">=20.19.0"
2424
},
2525
"type": "module",
26-
"main": "dist/index.cjs",
27-
"module": "dist/index.mjs",
2826
"exports": {
2927
".": {
30-
"import": {
31-
"types": "./dist/index.d.ts",
32-
"default": "./dist/index.mjs"
33-
},
34-
"require": {
35-
"default": "./dist/index.cjs"
36-
}
28+
"types": "./dist/index.d.ts",
29+
"default": "./dist/index.mjs"
3730
}
3831
},
3932
"dependencies": {
40-
"@csstools/css-color-parser": "^3.1.0",
41-
"@csstools/css-parser-algorithms": "^3.0.5",
42-
"@csstools/css-tokenizer": "^3.0.4",
43-
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
44-
"@csstools/utilities": "^2.0.0"
33+
"@csstools/css-color-parser": "^4.0.0",
34+
"@csstools/css-parser-algorithms": "^4.0.0",
35+
"@csstools/css-tokenizer": "^4.0.0",
36+
"@csstools/postcss-progressive-custom-properties": "^5.0.0",
37+
"@csstools/utilities": "^3.0.0"
4538
},
4639
"peerDependencies": {
4740
"postcss": "^8.4"
@@ -64,21 +57,20 @@
6457
"postcss-plugin",
6558
"syntax"
6659
],
67-
"_id": "@csstools/[email protected]",
68-
"gitHead": "eef0d4f04b0406e1018dc270cd955dd3453ccb02",
69-
"types": "./dist/index.d.ts",
70-
"_nodeVersion": "24.4.0",
71-
"_npmVersion": "11.4.2",
60+
"gitHead": "75301292be34e5c77f65409864618f8f30628395",
61+
"_id": "@csstools/[email protected]",
62+
"_nodeVersion": "25.1.0",
63+
"_npmVersion": "11.6.2",
7264
"dist": {
73-
"integrity": "sha512-E5qusdzhlmO1TztYzDIi8XPdPoYOjoTY6HBYBCYSj+Gn4gQRBlvjgPQXzfzuPQqt8EhkC/SzPKObg4Mbn8/xMg==",
74-
"shasum": "3017ff5e1f65307d6083e58e93d76724fb1ebf9f",
75-
"tarball": "https://registry.npmjs.org/@csstools/postcss-color-function-display-p3-linear/-/postcss-color-function-display-p3-linear-1.0.1.tgz",
76-
"fileCount": 7,
77-
"unpackedSize": 9828,
65+
"integrity": "sha512-ZP6nRwEnyXpWrnYRKB9TLbSR84VUstqLov7siQM2Np/IepOB2FGZD1r9JiGfJHwYlz8CXzCFFPg7S4lb8zPheQ==",
66+
"shasum": "9d5e8a723cb2cd3390f3ad09fd600cae9f4adc7b",
67+
"tarball": "https://registry.npmjs.org/@csstools/postcss-color-function-display-p3-linear/-/postcss-color-function-display-p3-linear-2.0.0.tgz",
68+
"fileCount": 6,
69+
"unpackedSize": 9651,
7870
"signatures": [
7971
{
8072
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
81-
"sig": "MEUCIDBlB+yn9zj/4iFBVg9b32ME1I9MPS66K/TL3G2OaFR1AiEAvJ1zMvH1YuNbgaTV1KtMLMMKCWNNNm4dUTvYiPe3VAI="
73+
"sig": "MEUCIA++FF5AU2Kp7imzFdr7jCBpqNRthtkSfvI5M002hLawAiEAt7/75VKv2Q0h95jcVxmnvOsalhocxwwDgmM6AhdC6sI="
8274
}
8375
]
8476
},
@@ -103,8 +95,8 @@
10395
],
10496
"_npmOperationalInternal": {
10597
"host": "s3://npm-registry-packages-npm-production",
106-
"tmp": "tmp/postcss-color-function-display-p3-linear_1.0.1_1758465402187_0.6121163821687148"
98+
"tmp": "tmp/postcss-color-function-display-p3-linear_2.0.0_1768376164067_0.13272615257372267"
10799
},
108100
"_hasShrinkwrap": false,
109-
"_time": "2025-09-21T14:36:42.382Z"
101+
"_time": "2026-01-14T07:36:04.197Z"
110102
}

0 commit comments

Comments
 (0)