Skip to content

Commit 56211f7

Browse files
postcss-image-set-function-8.0.0 (#2651)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 94a2496 commit 56211f7

1 file changed

Lines changed: 23 additions & 31 deletions

File tree

directory/postcss-image-set-function.json

Lines changed: 23 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-image-set-function",
33
"description": "Display resolution-dependent images using the image-set() function in CSS",
4-
"version": "7.0.0",
4+
"version": "8.0.0",
55
"author": {
66
"name": "Jonathan Neal",
77
"email": "[email protected]"
@@ -18,24 +18,17 @@
1818
}
1919
],
2020
"engines": {
21-
"node": ">=18"
21+
"node": ">=20.19.0"
2222
},
2323
"type": "module",
24-
"main": "dist/index.cjs",
25-
"module": "dist/index.mjs",
2624
"exports": {
2725
".": {
28-
"import": {
29-
"types": "./dist/index.d.ts",
30-
"default": "./dist/index.mjs"
31-
},
32-
"require": {
33-
"default": "./dist/index.cjs"
34-
}
26+
"types": "./dist/index.d.ts",
27+
"default": "./dist/index.mjs"
3528
}
3629
},
3730
"dependencies": {
38-
"@csstools/utilities": "^2.0.0",
31+
"@csstools/utilities": "^3.0.0",
3932
"postcss-value-parser": "^4.2.0"
4033
},
4134
"peerDependencies": {
@@ -63,21 +56,20 @@
6356
"resolution",
6457
"responsive"
6558
],
66-
67-
"gitHead": "800315343c4ad6ba57cfee9eee045a568c8f222f",
68-
"types": "./dist/index.d.ts",
69-
"_nodeVersion": "22.1.0",
70-
"_npmVersion": "10.7.0",
59+
"gitHead": "d831ba32b8fef0526e25110fe6de76b52d29eaae",
60+
61+
"_nodeVersion": "25.1.0",
62+
"_npmVersion": "11.6.2",
7163
"dist": {
72-
"integrity": "sha512-QL7W7QNlZuzOwBTeXEmbVckNt1FSmhQtbMRvGGqqU4Nf4xk6KUEQhAoWuMzwbSv5jxiRiSZ5Tv7eiDB9U87znA==",
73-
"shasum": "538e94e16716be47f9df0573b56bbaca86e1da53",
74-
"tarball": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-7.0.0.tgz",
75-
"fileCount": 7,
76-
"unpackedSize": 15140,
64+
"integrity": "sha512-rEGNkOkNusf4+IuMmfEoIdLuVmvbExGbmG+MIsyV6jR5UaWSoyPcAYHV/PxzVDCmudyF+2Nh/o6Ub2saqUdnuA==",
65+
"shasum": "15c8992f9fccca49ceb522000673d157d0b938d7",
66+
"tarball": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-8.0.0.tgz",
67+
"fileCount": 6,
68+
"unpackedSize": 11902,
7769
"signatures": [
7870
{
79-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
80-
"sig": "MEUCIQC6IX6yYSmmaIg7EVdlFdwXj5nxtVa7YQlqxGVPKDeI1wIgQ3pM9oGpqlQFzsSFHOziVzQMJDPi+Q/vZYOxMf8LbG0="
71+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
72+
"sig": "MEYCIQC/w9D78vOB56f4hvWeCwVIGty35FPyezP+Nay531wcVwIhAPrbZHFASMFzWmkN2T+5MjWHZZ/xeN4zOIL0Qxb2ZHFM"
8173
}
8274
]
8375
},
@@ -88,22 +80,22 @@
8880
"directories": {},
8981
"maintainers": [
9082
{
91-
"name": "romainmenke",
92-
"email": "romainmenke@gmail.com"
83+
"name": "jonathantneal",
84+
"email": "jonathantneal@hotmail.com"
9385
},
9486
{
9587
"name": "alaguna",
9688
"email": "[email protected]"
9789
},
9890
{
99-
"name": "jonathantneal",
100-
"email": "jonathantneal@hotmail.com"
91+
"name": "romainmenke",
92+
"email": "romainmenke@gmail.com"
10193
}
10294
],
10395
"_npmOperationalInternal": {
104-
"host": "s3://npm-registry-packages",
105-
"tmp": "tmp/postcss-image-set-function_7.0.0_1722721027825_0.48207953673953696"
96+
"host": "s3://npm-registry-packages-npm-production",
97+
"tmp": "tmp/postcss-image-set-function_8.0.0_1768375373019_0.09021602557057684"
10698
},
10799
"_hasShrinkwrap": false,
108-
"_time": "2024-08-03T21:37:07.966Z"
100+
"_time": "2026-01-14T07:22:53.175Z"
109101
}

0 commit comments

Comments
 (0)