Skip to content

Commit af959fa

Browse files
csstools/postcss-alpha-function-2.0.0 (#2558)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0be96a4 commit af959fa

1 file changed

Lines changed: 21 additions & 29 deletions

File tree

directory/@csstools/postcss-alpha-function.json

Lines changed: 21 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-alpha-function",
33
"description": "Use the alpha() 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",
6558
"postcss-plugin"
6659
],
67-
"_id": "@csstools/[email protected]",
68-
"gitHead": "fc8c96d47a9c96dea921c90d786bde7f261e8fad",
69-
"types": "./dist/index.d.ts",
70-
"_nodeVersion": "24.4.0",
71-
"_npmVersion": "11.4.2",
60+
"gitHead": "e82e58fbb15702d23eca7458edf0a14cbbbe7f7a",
61+
"_id": "@csstools/[email protected]",
62+
"_nodeVersion": "25.1.0",
63+
"_npmVersion": "11.6.2",
7264
"dist": {
73-
"integrity": "sha512-isfLLwksH3yHkFXfCI2Gcaqg7wGGHZZwunoJzEZk0yKYIokgre6hYVFibKL3SYAoR1kBXova8LB+JoO5vZzi9w==",
74-
"shasum": "7989605711de7831bc7cd75b94c9b5bac9c3728e",
75-
"tarball": "https://registry.npmjs.org/@csstools/postcss-alpha-function/-/postcss-alpha-function-1.0.1.tgz",
76-
"fileCount": 7,
77-
"unpackedSize": 13774,
65+
"integrity": "sha512-MZUgpdBcg4vMk3/fal+PF9NagFhgjWlet7dbbNjhyfzsmM/FPO6iHF6M451YEJxkYGqdSJOl5wVZdvg0I2IZaw==",
66+
"shasum": "08e1de44eb3451a75ae9939d45afa179882df8ec",
67+
"tarball": "https://registry.npmjs.org/@csstools/postcss-alpha-function/-/postcss-alpha-function-2.0.0.tgz",
68+
"fileCount": 6,
69+
"unpackedSize": 11229,
7870
"signatures": [
7971
{
8072
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
81-
"sig": "MEUCIHZv2PdhhI7RCRMd8LFfB22aYNUg/z6+yEsuIIn5jcYDAiEAiLTJisFko7IFP5I528I/XMEd7hVFtyAv4cqeEhZ064M="
73+
"sig": "MEQCIDCLijIpSolqd6v26AO1TNUCydvv/2SWFLHjLTlyZmjBAiAXW99XQ/NBCzcdKt12zYz4MKPbpAPZH82ncmgM0vxZnw=="
8274
}
8375
]
8476
},
@@ -103,8 +95,8 @@
10395
],
10496
"_npmOperationalInternal": {
10597
"host": "s3://npm-registry-packages-npm-production",
106-
"tmp": "tmp/postcss-alpha-function_1.0.1_1758465386959_0.35048730906107917"
98+
"tmp": "tmp/postcss-alpha-function_2.0.0_1768376151904_0.6597151907891043"
10799
},
108100
"_hasShrinkwrap": false,
109-
"_time": "2025-09-21T14:36:27.224Z"
101+
"_time": "2026-01-14T07:35:52.047Z"
110102
}

0 commit comments

Comments
 (0)