Skip to content

Commit 67ccb84

Browse files
postcss-color-golf-2.0.1 (#2335)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ccfc348 commit 67ccb84

File tree

1 file changed

+15
-19
lines changed

1 file changed

+15
-19
lines changed

directory/postcss-color-golf.json

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-color-golf",
3-
"version": "1.1.0",
3+
"version": "2.0.1",
44
"description": "PostCSS plugin that aggressively minifies and optimizes CSS color values for maximum code golf and minimal output characters.",
55
"author": {
66
"name": "xero",
@@ -12,12 +12,13 @@
1212
"types": "dist/index.d.ts",
1313
"exports": {
1414
"import": "./dist/index.mjs",
15-
"require": "./dist/index.cjs"
15+
"require": "./dist/cjs-proxy.cjs",
16+
"default": "./dist/index.cjs"
1617
},
1718
"scripts": {
1819
"test": "vitest run",
1920
"test:watch": "vitest",
20-
"build": "tsup src/index.ts --format esm,cjs"
21+
"build": "tsup src/index.ts --format esm,cjs && printf '%s' \"module.exports=require('./index.cjs').default;\" > ./dist/cjs-proxy.cjs"
2122
},
2223
"repository": {
2324
"type": "git",
@@ -48,35 +49,30 @@
4849
"typescript": "^5.8.3",
4950
"vitest": "^3.2.4"
5051
},
51-
"_id": "postcss-color-golf@1.1.0",
52-
"gitHead": "57c5ec2768dfb816820855bdd4d461a3398b32f5",
52+
"_id": "postcss-color-golf@2.0.1",
53+
"gitHead": "91965cf77ffb346e9fc2df1384dbdc367b302809",
5354
"bugs": {
5455
"url": "https://github.com/xero/postcss-color-golf/issues"
5556
},
5657
"homepage": "https://github.com/xero/postcss-color-golf#readme",
5758
"_nodeVersion": "22.8.0",
5859
"_npmVersion": "10.8.2",
5960
"dist": {
60-
"integrity": "sha512-ba8bAQ7m+Dsfs2H2yA3b0k+poadC3h/UHEmgblJaoVdm5L2Zr5XD+3hogUldU0yFA7Sr/DItmmH4Z8LcaFvLuQ==",
61-
"shasum": "196d2de648325ac4a0ccc2a3aa24a286e6837f56",
62-
"tarball": "https://registry.npmjs.org/postcss-color-golf/-/postcss-color-golf-1.1.0.tgz",
63-
"fileCount": 7,
64-
"unpackedSize": 21795,
61+
"integrity": "sha512-njoXonNux39IERoFxHPH0owgzY+mNggn4le9fXA1LiwlnfaMK0pzIkeRCTdu+N3rMQbHrNrSc3h/1DoyM/hNOQ==",
62+
"shasum": "041b1d167b41ed0eac99469a5b52f09a9dc1a8a5",
63+
"tarball": "https://registry.npmjs.org/postcss-color-golf/-/postcss-color-golf-2.0.1.tgz",
64+
"fileCount": 8,
65+
"unpackedSize": 25175,
6566
"signatures": [
6667
{
6768
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
68-
"sig": "MEUCIQC7IGGMMMQ/vFZxCT4T4wuamjhagPJH9LTn2q1l1/S2nQIgMwkerqMjYoruHVz8gcQ0y6YP1tt9E62gJWB9a6Hz34g="
69+
"sig": "MEUCIQC/6kjowWkpSFIb6S5u5qh69xULnUY+sPV3i/EqnqTXigIgbt26WsGb+myOuFCERApRDbnX9emDxdcpaKjyrFFIIdU="
6970
}
7071
]
7172
},
7273
"_npmUser": {
7374
"name": "xero",
74-
"email": "[email protected]",
75-
"actor": {
76-
"name": "xero",
77-
"email": "[email protected]",
78-
"type": "user"
79-
}
75+
"email": "[email protected]"
8076
},
8177
"directories": {},
8278
"maintainers": [
@@ -87,8 +83,8 @@
8783
],
8884
"_npmOperationalInternal": {
8985
"host": "s3://npm-registry-packages-npm-production",
90-
"tmp": "tmp/postcss-color-golf_1.1.0_1750778703282_0.5282841414420578"
86+
"tmp": "tmp/postcss-color-golf_2.0.1_1752651873701_0.414022012047905"
9187
},
9288
"_hasShrinkwrap": false,
93-
"_time": "2025-06-24T15:25:03.453Z"
89+
"_time": "2025-07-16T07:44:33.876Z"
9490
}

0 commit comments

Comments
 (0)