Skip to content

Commit 3aace93

Browse files
csstools/postcss-content-alt-text-3.0.0 (#2566)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 45e64fd commit 3aace93

1 file changed

Lines changed: 20 additions & 28 deletions

File tree

directory/@csstools/postcss-content-alt-text.json

Lines changed: 20 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-content-alt-text",
33
"description": "Generate fallback values for content with alt text",
4-
"version": "2.0.8",
4+
"version": "3.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -25,27 +25,20 @@
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",
47-
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
48-
"@csstools/utilities": "^2.0.0"
38+
"@csstools/css-parser-algorithms": "^4.0.0",
39+
"@csstools/css-tokenizer": "^4.0.0",
40+
"@csstools/postcss-progressive-custom-properties": "^5.0.0",
41+
"@csstools/utilities": "^3.0.0"
4942
},
5043
"peerDependencies": {
5144
"postcss": "^8.4"
@@ -70,21 +63,20 @@
7063
"postcss-plugin",
7164
"w3c"
7265
],
73-
"_id": "@csstools/[email protected]",
74-
"gitHead": "2dd11f2801e4e5390535f661b92e07a185a8a47b",
75-
"types": "./dist/index.d.ts",
76-
"_nodeVersion": "24.4.0",
77-
"_npmVersion": "11.4.2",
66+
"gitHead": "bd74e10795b0e80aada2944df464d7ed72517b7b",
67+
"_id": "@csstools/[email protected]",
68+
"_nodeVersion": "25.1.0",
69+
"_npmVersion": "11.6.2",
7870
"dist": {
79-
"integrity": "sha512-9SfEW9QCxEpTlNMnpSqFaHyzsiRpZ5J5+KqCu1u5/eEJAWsMhzT40qf0FIbeeglEvrGRMdDzAxMIz3wqoGSb+Q==",
80-
"shasum": "1d52da1762893c32999ff76839e48d6ec7c7a4cb",
81-
"tarball": "https://registry.npmjs.org/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-2.0.8.tgz",
82-
"fileCount": 7,
83-
"unpackedSize": 9349,
71+
"integrity": "sha512-OHa+4aCcrJtHpPWB3zptScHwpS1TUbeLR4uO0ntIz0Su/zw9SoWkVu+tDMSySSAsNtNSI3kut4fTliFwIsrHxA==",
72+
"shasum": "fb801cdabf6d37f423797ecf01b02a7c7691e818",
73+
"tarball": "https://registry.npmjs.org/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-3.0.0.tgz",
74+
"fileCount": 6,
75+
"unpackedSize": 8670,
8476
"signatures": [
8577
{
8678
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
87-
"sig": "MEQCIAPa5lT5ZkSUtQMQ9urYBFUCk9eERT4Nhs4WcyeItGBTAiBWonplmNaLt2uidBrQLog8ULOFXfVoKiaAepAtgXbqiQ=="
79+
"sig": "MEYCIQDKOzXaU/cghFkH82B+0WLAu6U0vU1/6rHWbYN02q4ngAIhAIqZO6ciZnGpo4dIJKGbj/H8afeVkhGk21jH3SBo/P1O"
8880
}
8981
]
9082
},
@@ -109,8 +101,8 @@
109101
],
110102
"_npmOperationalInternal": {
111103
"host": "s3://npm-registry-packages-npm-production",
112-
"tmp": "tmp/postcss-content-alt-text_2.0.8_1758465430137_0.12692003592289391"
104+
"tmp": "tmp/postcss-content-alt-text_3.0.0_1768375722962_0.33429336904277207"
113105
},
114106
"_hasShrinkwrap": false,
115-
"_time": "2025-09-21T14:37:10.349Z"
107+
"_time": "2026-01-14T07:28:43.229Z"
116108
}

0 commit comments

Comments
 (0)