Skip to content

Commit 2a23e25

Browse files
csstools/postcss-exponential-functions-3.0.0 (#2570)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 16221ad commit 2a23e25

1 file changed

Lines changed: 19 additions & 27 deletions

File tree

directory/@csstools/postcss-exponential-functions.json

Lines changed: 19 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-exponential-functions",
33
"description": "Use pow(), sqrt(), hypot(), log(), exp() exponential functions in CSS",
4-
"version": "2.0.9",
4+
"version": "3.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -25,26 +25,19 @@
2525
}
2626
],
2727
"engines": {
28-
"node": ">=18"
28+
"node": ">=20.19.0"
2929
},
3030
"type": "module",
31-
"main": "dist/index.cjs",
32-
"module": "dist/index.mjs",
3331
"exports": {
3432
".": {
35-
"import": {
36-
"types": "./dist/index.d.ts",
37-
"default": "./dist/index.mjs"
38-
},
39-
"require": {
40-
"default": "./dist/index.cjs"
41-
}
33+
"types": "./dist/index.d.ts",
34+
"default": "./dist/index.mjs"
4235
}
4336
},
4437
"dependencies": {
45-
"@csstools/css-calc": "^2.1.4",
46-
"@csstools/css-parser-algorithms": "^3.0.5",
47-
"@csstools/css-tokenizer": "^3.0.4"
38+
"@csstools/css-calc": "^3.0.0",
39+
"@csstools/css-parser-algorithms": "^4.0.0",
40+
"@csstools/css-tokenizer": "^4.0.0"
4841
},
4942
"peerDependencies": {
5043
"postcss": "^8.4"
@@ -68,21 +61,20 @@
6861
"pow",
6962
"sqrt"
7063
],
71-
"_id": "@csstools/[email protected]",
72-
"gitHead": "5f94cd37253fb04b4bc6ae5e34efd7e811c5dee0",
73-
"types": "./dist/index.d.ts",
74-
"_nodeVersion": "22.12.0",
75-
"_npmVersion": "10.9.0",
64+
"gitHead": "49213496ea7079c9cea920cf01e510cf3d84232e",
65+
"_id": "@csstools/[email protected]",
66+
"_nodeVersion": "25.1.0",
67+
"_npmVersion": "11.6.2",
7668
"dist": {
77-
"integrity": "sha512-abg2W/PI3HXwS/CZshSa79kNWNZHdJPMBXeZNyPQFbbj8sKO3jXxOt/wF7juJVjyDTc6JrvaUZYFcSBZBhaxjw==",
78-
"shasum": "fc03d1272888cb77e64cc1a7d8a33016e4f05c69",
79-
"tarball": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-2.0.9.tgz",
80-
"fileCount": 7,
81-
"unpackedSize": 6640,
69+
"integrity": "sha512-KCtnlZw1VrDCAbYxE44rUHONYAkjhh0/iS5T3L2K5OHuvoSEvxDjJO82pRwTmsRxVtSiC+syPjx2k2xsqHOM7w==",
70+
"shasum": "711735c49f8b0538f7db7fac2d4d4a4f12552521",
71+
"tarball": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-3.0.0.tgz",
72+
"fileCount": 6,
73+
"unpackedSize": 6376,
8274
"signatures": [
8375
{
8476
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
85-
"sig": "MEUCIQDizX/Misz2sKjq+fny6S5tQe/qSTV5xFs5f7HG8R0OFwIgaMONEiB2nSBovEHQePR/groH9Q1Z2f8GkOccUc8dbSM="
77+
"sig": "MEUCIHcSUBopObBjmv2g3yUOmvotFz4J+XgRE0eZRODbxr2CAiEA2TW+NLvZXlS2ZB+OBEN0fGfk/YEqZaBXhJo7yyRwjtg="
8678
}
8779
]
8880
},
@@ -107,8 +99,8 @@
10799
],
108100
"_npmOperationalInternal": {
109101
"host": "s3://npm-registry-packages-npm-production",
110-
"tmp": "tmp/postcss-exponential-functions_2.0.9_1748343074168_0.6325898815164097"
102+
"tmp": "tmp/postcss-exponential-functions_3.0.0_1768376057777_0.9377141228976305"
111103
},
112104
"_hasShrinkwrap": false,
113-
"_time": "2025-05-27T10:51:14.344Z"
105+
"_time": "2026-01-14T07:34:17.924Z"
114106
}

0 commit comments

Comments
 (0)