Skip to content

Commit 9c421fe

Browse files
postcss-sort-media-queries-6.5.0 (#2817)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ac3a483 commit 9c421fe

1 file changed

Lines changed: 20 additions & 18 deletions

File tree

directory/postcss-sort-media-queries.json

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-sort-media-queries",
33
"description": "PostCSS plugin for sorting and combining CSS media queries with mobile first / **desktop first methodologies",
4-
"version": "6.4.4",
4+
"version": "6.5.0",
55
"engines": {
66
"node": ">=20.0.0"
77
},
@@ -40,24 +40,26 @@
4040
"module": "src/index.js",
4141
"exports": {
4242
".": {
43-
"types": "./src/index.d.ts",
44-
"require": "./build/wrapper.cjs",
45-
"import": "./src/index.js",
46-
"default": "./src/index.js"
43+
"types": "./dist/index.d.ts",
44+
"require": "./dist/wrapper.cjs",
45+
"import": "./dist/index.js",
46+
"default": "./dist/index.js"
4747
}
4848
},
4949
"scripts": {
5050
"test": "npm run build && vitest run",
5151
"test:watch": "vitest --watch",
5252
"coverage": "vitest --coverage",
5353
"lint": "eslint",
54+
"format": "prettier --write .",
5455
"prepare": "husky",
55-
"build": "npm run build:cjs",
56-
"build:cjs": "esbuild src/index.js --outfile=build/index.cjs --format=cjs --bundle --platform=node --external:postcss"
56+
"build": "npm run build:cjs && cpy \"src/**/*\" dist",
57+
"build:cjs": "esbuild src/index.js --outfile=dist/index.cjs --format=cjs --bundle --platform=node --external:postcss"
5758
},
5859
"devDependencies": {
5960
"@eslint/js": "^10.0.1",
6061
"@vitest/coverage-v8": "^4.1.2",
62+
"cpy-cli": "^7.0.0",
6163
"esbuild": "^0.28.0",
6264
"eslint": "^10.2.0",
6365
"globals": "^17.4.0",
@@ -70,23 +72,23 @@
7072
"postcss": "^8.5.6"
7173
},
7274
"dependencies": {
73-
"sort-css-media-queries": "^3.0.3"
75+
"sort-css-media-queries": "^3.0.5"
7476
},
75-
"gitHead": "7e1fca5badd9d5e0f0d85d4a0aee4e1cbc962a21",
77+
"gitHead": "77f27dbc4be1c05ce217df6bf2f9b38acaee86d9",
7678
"types": "./src/index.d.ts",
77-
"_id": "postcss-sort-media-queries@6.4.4",
79+
"_id": "postcss-sort-media-queries@6.5.0",
7880
"_nodeVersion": "24.13.1",
7981
"_npmVersion": "11.11.0",
8082
"dist": {
81-
"integrity": "sha512-Bt1ITSNrSfZzh7Gw0AJse0aoJEGzwKVEDU850bexExP8vX9Ehm5XE66xech8Q/c3j8kLGr1oP5Suw5tAb2O5Nw==",
82-
"shasum": "d8f7581fe184ccacee3abc9dc2edffa78f307f9d",
83-
"tarball": "https://registry.npmjs.org/postcss-sort-media-queries/-/postcss-sort-media-queries-6.4.4.tgz",
84-
"fileCount": 6,
85-
"unpackedSize": 24255,
83+
"integrity": "sha512-iKKsWQIhCNWx/5xY83erLyZCN1NMdeJ8TOe2Zi2i40uPgQqn5iUt1O3OyEJqs7rzAj/dUExXO5XH0P3b94jTnw==",
84+
"shasum": "39d0cbb26de9ccb89dacf4d6f636a50bdaae9b74",
85+
"tarball": "https://registry.npmjs.org/postcss-sort-media-queries/-/postcss-sort-media-queries-6.5.0.tgz",
86+
"fileCount": 8,
87+
"unpackedSize": 28650,
8688
"signatures": [
8789
{
8890
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
89-
"sig": "MEYCIQCOZOjST0Y3iCOfqM+PjXfNGoeby4aurKjJxsRYvlf0yAIhALya8UVPsyeEshi6E/PT/plGx5E0gwCMRndoTeoKuzRR"
91+
"sig": "MEUCIE1lwqAnQcbHVRDOAWOuG7uZ81rEvlN1GjuXkeE6Ad4MAiEAzrd2QqlyB2uBDwKJOsOunDmgxE7LzjrwlJBBqIjqtKM="
9092
}
9193
]
9294
},
@@ -103,8 +105,8 @@
103105
],
104106
"_npmOperationalInternal": {
105107
"host": "s3://npm-registry-packages-npm-production",
106-
"tmp": "tmp/postcss-sort-media-queries_6.4.4_1775648078563_0.864004068055618"
108+
"tmp": "tmp/postcss-sort-media-queries_6.5.0_1776146939745_0.6235358774032276"
107109
},
108110
"_hasShrinkwrap": false,
109-
"_time": "2026-04-08T11:34:38.727Z"
111+
"_time": "2026-04-14T06:08:59.903Z"
110112
}

0 commit comments

Comments
 (0)