Skip to content

Commit ba64087

Browse files
csstools/postcss-exponential-functions-2.0.9 (#2224)
1 parent 4a05aeb commit ba64087

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

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

Lines changed: 13 additions & 13 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.8",
4+
"version": "2.0.9",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -42,9 +42,9 @@
4242
}
4343
},
4444
"dependencies": {
45-
"@csstools/css-calc": "^2.1.3",
46-
"@csstools/css-parser-algorithms": "^3.0.4",
47-
"@csstools/css-tokenizer": "^3.0.3"
45+
"@csstools/css-calc": "^2.1.4",
46+
"@csstools/css-parser-algorithms": "^3.0.5",
47+
"@csstools/css-tokenizer": "^3.0.4"
4848
},
4949
"peerDependencies": {
5050
"postcss": "^8.4"
@@ -68,21 +68,21 @@
6868
"pow",
6969
"sqrt"
7070
],
71-
"_id": "@csstools/[email protected].8",
72-
"gitHead": "823b0d07ab6c2e1ca3a360eb783669dc28ba8ffe",
71+
"_id": "@csstools/[email protected].9",
72+
"gitHead": "5f94cd37253fb04b4bc6ae5e34efd7e811c5dee0",
7373
"types": "./dist/index.d.ts",
7474
"_nodeVersion": "22.12.0",
7575
"_npmVersion": "10.9.0",
7676
"dist": {
77-
"integrity": "sha512-vHgDXtGIBPpFQnFNDftMQg4MOuXcWnK91L/7REjBNYzQ/p2Fa/6RcnehTqCRrNtQ46PNIolbRsiDdDuxiHolwQ==",
78-
"shasum": "da6b3673fcb48a78294d39d6afc1e4da45dedada",
79-
"tarball": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-2.0.8.tgz",
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",
8080
"fileCount": 7,
81-
"unpackedSize": 6154,
81+
"unpackedSize": 6640,
8282
"signatures": [
8383
{
8484
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
85-
"sig": "MEUCIBGWrS2kIlNoPzWQRpmRC3MHuVyB2x+Z4yDNW3gPl0VKAiEA7MAg3G+mph3lrdZTxFYTKZO1j2TplAX+ywGX6UXCGDI="
85+
"sig": "MEUCIQDizX/Misz2sKjq+fny6S5tQe/qSTV5xFs5f7HG8R0OFwIgaMONEiB2nSBovEHQePR/groH9Q1Z2f8GkOccUc8dbSM="
8686
}
8787
]
8888
},
@@ -107,8 +107,8 @@
107107
],
108108
"_npmOperationalInternal": {
109109
"host": "s3://npm-registry-packages-npm-production",
110-
"tmp": "tmp/postcss-exponential-functions_2.0.8_1745079323407_0.6312241867449564"
110+
"tmp": "tmp/postcss-exponential-functions_2.0.9_1748343074168_0.6325898815164097"
111111
},
112112
"_hasShrinkwrap": false,
113-
"_time": "2025-04-19T16:15:23.598Z"
113+
"_time": "2025-05-27T10:51:14.344Z"
114114
}

0 commit comments

Comments
 (0)