Skip to content

Commit 195650d

Browse files
postcss-env-function-8.0.0 (#2646)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b9ef733 commit 195650d

1 file changed

Lines changed: 20 additions & 24 deletions

File tree

directory/postcss-env-function.json

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-env-function",
33
"description": "Use env() variables in CSS",
4-
"version": "7.0.0",
4+
"version": "8.0.0",
55
"author": {
66
"name": "Jonathan Neal",
77
"email": "[email protected]"
@@ -18,14 +18,10 @@
1818
}
1919
],
2020
"engines": {
21-
"node": ">=18"
21+
"node": ">=20.19.0"
2222
},
23-
"main": "dist/index.cjs",
24-
"module": "dist/index.mjs",
2523
"exports": {
2624
".": {
27-
"import": "./dist/index.mjs",
28-
"require": "./dist/index.cjs",
2925
"default": "./dist/index.mjs"
3026
}
3127
},
@@ -55,20 +51,20 @@
5551
"postcss-plugin",
5652
"variables"
5753
],
58-
59-
"gitHead": "0e966a19079bbf648552c140b97cd0d80b92bd79",
60-
"_nodeVersion": "22.1.0",
61-
"_npmVersion": "10.7.0",
54+
"gitHead": "aae0cba3468a1b1804c4fdde703046c1c10bd421",
55+
56+
"_nodeVersion": "25.1.0",
57+
"_npmVersion": "11.6.2",
6258
"dist": {
63-
"integrity": "sha512-RH50KMbqIg4X0XnIwGA4Y5T61Y5wF7DNSG53RSpxtyM14G+lJvmE892+Zy1mXtjLp2DWico2Xg/eWNPwTDPJ9A==",
64-
"shasum": "82d3ddb6cdecec8a6a7ffa0837f3b6c24377446a",
65-
"tarball": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-7.0.0.tgz",
66-
"fileCount": 6,
67-
"unpackedSize": 12918,
59+
"integrity": "sha512-iORUgBuibJSeT0jYvJ2rdz05Nx9zLr7j0MVzwsBN/uIN1uYKASK/lXYwdbfrgoiqsXvawkA2aYzIJ8UiD1AlDA==",
60+
"shasum": "c4991069905fc2751bb9de133a213a5aa8bf6fa4",
61+
"tarball": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-8.0.0.tgz",
62+
"fileCount": 5,
63+
"unpackedSize": 10176,
6864
"signatures": [
6965
{
70-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
71-
"sig": "MEUCIQDk1jDr2H8S1U6B49FAhRzR1TfBSVkQzp2eAG9H7KOgugIgehK0rI+3W5VeBfY+X5hkykFafQE1sDvAYBBcU7BkCfE="
66+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
67+
"sig": "MEYCIQDnT4dZg5dxjVhTgBEgsdboMxS8VFxSCD4wyskazKpOKAIhAKqrnMBEsLAbzUIq6mkAABo1US25HWT5CkLOXf3Mc1lM"
7268
}
7369
]
7470
},
@@ -79,22 +75,22 @@
7975
"directories": {},
8076
"maintainers": [
8177
{
82-
"name": "romainmenke",
83-
"email": "romainmenke@gmail.com"
78+
"name": "jonathantneal",
79+
"email": "jonathantneal@hotmail.com"
8480
},
8581
{
8682
"name": "alaguna",
8783
"email": "[email protected]"
8884
},
8985
{
90-
"name": "jonathantneal",
91-
"email": "jonathantneal@hotmail.com"
86+
"name": "romainmenke",
87+
"email": "romainmenke@gmail.com"
9288
}
9389
],
9490
"_npmOperationalInternal": {
95-
"host": "s3://npm-registry-packages",
96-
"tmp": "tmp/postcss-env-function_7.0.0_1722720993529_0.45488344051946394"
91+
"host": "s3://npm-registry-packages-npm-production",
92+
"tmp": "tmp/postcss-env-function_8.0.0_1768375333853_0.04285257523956143"
9793
},
9894
"_hasShrinkwrap": false,
99-
"_time": "2024-08-03T21:36:33.739Z"
95+
"_time": "2026-01-14T07:22:14.001Z"
10096
}

0 commit comments

Comments
 (0)