Skip to content

Commit 6c5b6a5

Browse files
csstools/postcss-design-tokens-5.0.0 (#2569)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 198e1bf commit 6c5b6a5

1 file changed

Lines changed: 18 additions & 26 deletions

File tree

directory/@csstools/postcss-design-tokens.json

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-design-tokens",
33
"description": "Use design tokens in your CSS",
4-
"version": "4.0.5",
4+
"version": "5.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -25,25 +25,18 @@
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-parser-algorithms": "^3.0.5",
46-
"@csstools/css-tokenizer": "^3.0.4",
38+
"@csstools/css-parser-algorithms": "^4.0.0",
39+
"@csstools/css-tokenizer": "^4.0.0",
4740
"postcss-value-parser": "^4.2.0"
4841
},
4942
"peerDependencies": {
@@ -63,21 +56,20 @@
6356
"design-tokens",
6457
"postcss-plugin"
6558
],
66-
"_id": "@csstools/[email protected]",
67-
"gitHead": "9d1bd3416f1992a111bc7e0eb9154fcad76bd01d",
68-
"types": "./dist/index.d.ts",
69-
"_nodeVersion": "22.12.0",
70-
"_npmVersion": "10.9.0",
59+
"gitHead": "e703477f644033d43f2d150a08111b181189a4c5",
60+
"_id": "@csstools/[email protected]",
61+
"_nodeVersion": "25.1.0",
62+
"_npmVersion": "11.6.2",
7163
"dist": {
72-
"integrity": "sha512-W5aU2AjF0SNzsP08yH5JkOvpUVxfUVia30aFohEQpUD40T94BuLYI3KsL9rt9MhetesnWGyeRaHR9LTZr+vk1w==",
73-
"shasum": "8f8ba3d0fb54cf546f39c4a41a24855020e7dd21",
74-
"tarball": "https://registry.npmjs.org/@csstools/postcss-design-tokens/-/postcss-design-tokens-4.0.5.tgz",
75-
"fileCount": 7,
76-
"unpackedSize": 34026,
64+
"integrity": "sha512-eZUidE4clryPn/qStW7v+porfHVgz+dw7Ek60B25Jw3uwK9+Y1sTV9tR+G80ti6JKDFw3+Obr8JxN0Ab7MeXmw==",
65+
"shasum": "934fa90b360d996815666ae0be1a48e439c86f46",
66+
"tarball": "https://registry.npmjs.org/@csstools/postcss-design-tokens/-/postcss-design-tokens-5.0.0.tgz",
67+
"fileCount": 6,
68+
"unpackedSize": 23667,
7769
"signatures": [
7870
{
7971
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
80-
"sig": "MEUCIQCOGWP2SO+WFs7r735CGYKgIGOmmsLL16MVAXb/v5tFuAIgbFe947IfZngPgEObOykxjGs+IJDZUJUnJw4c2zaVdFM="
72+
"sig": "MEUCICeaotysl3s/m5SetJ7dt06DLIWrP+s+wyCtcxJ8LxPbAiEAr6c92KgCAvuQJoa/EfK2Woh2ju3FNda0WFkymY5g5xA="
8173
}
8274
]
8375
},
@@ -102,8 +94,8 @@
10294
],
10395
"_npmOperationalInternal": {
10496
"host": "s3://npm-registry-packages-npm-production",
105-
"tmp": "tmp/postcss-design-tokens_4.0.5_1748342895969_0.7384031400747089"
97+
"tmp": "tmp/postcss-design-tokens_5.0.0_1768375729992_0.2602177087186175"
10698
},
10799
"_hasShrinkwrap": false,
108-
"_time": "2025-05-27T10:48:16.152Z"
100+
"_time": "2026-01-14T07:28:50.138Z"
109101
}

0 commit comments

Comments
 (0)