Skip to content

Commit af7439f

Browse files
csstools/postcss-random-function-3.0.0 (#2599)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6117e31 commit af7439f

1 file changed

Lines changed: 19 additions & 27 deletions

File tree

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

Lines changed: 19 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-random-function",
33
"description": "Use the random function in CSS",
4-
"version": "2.0.1",
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"
@@ -64,21 +57,20 @@
6457
"postcss-plugin",
6558
"random"
6659
],
67-
"_id": "@csstools/[email protected]",
68-
"gitHead": "310668cb7d99e906f7ed786cea7e36f92a95b6e6",
69-
"types": "./dist/index.d.ts",
70-
"_nodeVersion": "22.12.0",
71-
"_npmVersion": "10.9.0",
60+
"gitHead": "188a9c90921110ff7da9b7ee5a272fbcd75bf890",
61+
"_id": "@csstools/[email protected]",
62+
"_nodeVersion": "25.1.0",
63+
"_npmVersion": "11.6.2",
7264
"dist": {
73-
"integrity": "sha512-q+FQaNiRBhnoSNo+GzqGOIBKoHQ43lYz0ICrV+UudfWnEF6ksS6DsBIJSISKQT2Bvu3g4k6r7t0zYrk5pDlo8w==",
74-
"shasum": "3191f32fe72936e361dadf7dbfb55a0209e2691e",
75-
"tarball": "https://registry.npmjs.org/@csstools/postcss-random-function/-/postcss-random-function-2.0.1.tgz",
76-
"fileCount": 7,
77-
"unpackedSize": 8130,
65+
"integrity": "sha512-H/Zt5o9NAd8mowq3XRy8uU19wOEe8sbKyKOKxrzOdG0rz2maA4fLcXc9MQucdm3s4zMDfVJtCqvwrLP7lKWybA==",
66+
"shasum": "907ee541555a278fa106b84a9da1387895f1814c",
67+
"tarball": "https://registry.npmjs.org/@csstools/postcss-random-function/-/postcss-random-function-3.0.0.tgz",
68+
"fileCount": 6,
69+
"unpackedSize": 7451,
7870
"signatures": [
7971
{
8072
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
81-
"sig": "MEYCIQCWnmo/ytL1/MhFtGGoadVCuqPBYBR6DyYKvGwgopixfAIhAOHBjBjm6kozvsQmMSAS4Te//+/3ACBlZyId6ktSsFWI"
73+
"sig": "MEUCIQDjPPHtYmO+CSXQn89BjJzJqmo5N6MAU9KPq/wEGwhT2AIgZ+NE8aMuZGtt9BSydHNd+l0zQpTg3p+QWr9jhGMxCnQ="
8274
}
8375
]
8476
},
@@ -103,8 +95,8 @@
10395
],
10496
"_npmOperationalInternal": {
10597
"host": "s3://npm-registry-packages-npm-production",
106-
"tmp": "tmp/postcss-random-function_2.0.1_1748343091626_0.8327266026962967"
98+
"tmp": "tmp/postcss-random-function_3.0.0_1768376076731_0.5631806790466094"
10799
},
108100
"_hasShrinkwrap": false,
109-
"_time": "2025-05-27T10:51:31.805Z"
101+
"_time": "2026-01-14T07:34:36.879Z"
110102
}

0 commit comments

Comments
 (0)