Skip to content

Commit 881a4b2

Browse files
csstools/postcss-trigonometric-functions-5.0.0 (#2610)
1 parent 395214c commit 881a4b2

1 file changed

Lines changed: 19 additions & 27 deletions

File tree

directory/@csstools/postcss-trigonometric-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-trigonometric-functions",
33
"description": "Use sin(), cos(), tan(), acos(), atan(), and atan2() to compute trigonometric relationships",
4-
"version": "4.0.9",
4+
"version": "5.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"
@@ -71,21 +64,20 @@
7164
"tan",
7265
"trigonometric"
7366
],
74-
"_id": "@csstools/[email protected]",
75-
"gitHead": "26252d3311350b5e993e37014b3c479b4f10eda6",
76-
"types": "./dist/index.d.ts",
77-
"_nodeVersion": "22.12.0",
78-
"_npmVersion": "10.9.0",
67+
"gitHead": "219275f08f77050d7cea5b5b939f69ccc144cceb",
68+
"_id": "@csstools/[email protected]",
69+
"_nodeVersion": "25.1.0",
70+
"_npmVersion": "11.6.2",
7971
"dist": {
80-
"integrity": "sha512-Hnh5zJUdpNrJqK9v1/E3BbrQhaDTj5YiX7P61TOvUhoDHnUmsNNxcDAgkQ32RrcWx9GVUvfUNPcUkn8R3vIX6A==",
81-
"shasum": "3f94ed2e319b57f2c59720b64e4d0a8a6fb8c3b2",
82-
"tarball": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-4.0.9.tgz",
83-
"fileCount": 7,
84-
"unpackedSize": 9537,
72+
"integrity": "sha512-isjkD3l1MVjanGuaS7RIYP/9txZKbZ8eQPaUHoxEWmySm3k6KutSepzPINL6MXyyi0ZUijZcktA++/L66IK71A==",
73+
"shasum": "53264885f2a099e69ecd6f05a80d4eec78a5f0f8",
74+
"tarball": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-5.0.0.tgz",
75+
"fileCount": 6,
76+
"unpackedSize": 9227,
8577
"signatures": [
8678
{
8779
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
88-
"sig": "MEUCIBjWIuzUQ+fIwXTOpv324mCjI+oszOV4aqFGmB88fJ8nAiEAikf2Tbvs+qNB+DDWC+oxbRFlbTQ/iOENoKWGG5Wn8y8="
80+
"sig": "MEQCICvKIt7HTTQbNoQsgOpJbDWt4GPKOeOw5v/+6wiFAy83AiBveHY7iiocnjiKACgR3Y5L0qf92c6azWs7nPIg7EXJTA=="
8981
}
9082
]
9183
},
@@ -110,8 +102,8 @@
110102
],
111103
"_npmOperationalInternal": {
112104
"host": "s3://npm-registry-packages-npm-production",
113-
"tmp": "tmp/postcss-trigonometric-functions_4.0.9_1748343107968_0.05800196901446775"
105+
"tmp": "tmp/postcss-trigonometric-functions_5.0.0_1768376094407_0.08255940820641205"
114106
},
115107
"_hasShrinkwrap": false,
116-
"_time": "2025-05-27T10:51:48.141Z"
108+
"_time": "2026-01-14T07:34:54.548Z"
117109
}

0 commit comments

Comments
 (0)