Skip to content

Commit c452cd9

Browse files
csstools/postcss-sign-functions-2.0.0 (#2604)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c4b2f3f commit c452cd9

1 file changed

Lines changed: 19 additions & 27 deletions

File tree

directory/@csstools/postcss-sign-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-sign-functions",
33
"description": "Use sign and abs functions in CSS",
4-
"version": "1.1.4",
4+
"version": "2.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"
@@ -65,21 +58,20 @@
6558
"postcss-plugin",
6659
"sign"
6760
],
68-
"_id": "@csstools/[email protected]",
69-
"gitHead": "20dab644377a48d7bd6ea15236511a5213883bb8",
70-
"types": "./dist/index.d.ts",
71-
"_nodeVersion": "22.12.0",
72-
"_npmVersion": "10.9.0",
61+
"gitHead": "54fb4463149ec741a476ecc658c73b27f816ba7b",
62+
"_id": "@csstools/[email protected]",
63+
"_nodeVersion": "25.1.0",
64+
"_npmVersion": "11.6.2",
7365
"dist": {
74-
"integrity": "sha512-P97h1XqRPcfcJndFdG95Gv/6ZzxUBBISem0IDqPZ7WMvc/wlO+yU0c5D/OCpZ5TJoTt63Ok3knGk64N+o6L2Pg==",
75-
"shasum": "a9ac56954014ae4c513475b3f1b3e3424a1e0c12",
76-
"tarball": "https://registry.npmjs.org/@csstools/postcss-sign-functions/-/postcss-sign-functions-1.1.4.tgz",
77-
"fileCount": 7,
78-
"unpackedSize": 9806,
66+
"integrity": "sha512-32Bw7++8ToSLMEOSJUuxJsAJJdsIfgeD1dYPKRCk9/fTciVZ8MjkPXypwiXIo7xIJk0h5CJz6QUkDoc6dcAJ7Q==",
67+
"shasum": "add2c40e8468814348f2f100b585541c40c4a27f",
68+
"tarball": "https://registry.npmjs.org/@csstools/postcss-sign-functions/-/postcss-sign-functions-2.0.0.tgz",
69+
"fileCount": 6,
70+
"unpackedSize": 8175,
7971
"signatures": [
8072
{
8173
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
82-
"sig": "MEYCIQDiA2Az1fZl7bb+hZgASAUTZ2eBt9wOmTF4OchS2OKt/gIhAKeahw0AE9IJOhEkFYUqVyJfJUxC7G1twDDCsW+NTEVz"
74+
"sig": "MEQCIH+xHGrlOYVeQoK3+z+RSEQ3BIV+KBYGTRfsr00ueDfZAiAhXKaV3CdzFu6i2SPj9RDPuYEGK+5fsyBwDdRtwUSVPg=="
8375
}
8476
]
8577
},
@@ -104,8 +96,8 @@
10496
],
10597
"_npmOperationalInternal": {
10698
"host": "s3://npm-registry-packages-npm-production",
107-
"tmp": "tmp/postcss-sign-functions_1.1.4_1748343097124_0.9222418101148346"
99+
"tmp": "tmp/postcss-sign-functions_2.0.0_1768376082624_0.18068625074706324"
108100
},
109101
"_hasShrinkwrap": false,
110-
"_time": "2025-05-27T10:51:37.317Z"
102+
"_time": "2026-01-14T07:34:42.783Z"
111103
}

0 commit comments

Comments
 (0)