Skip to content

Commit 0056ef1

Browse files
wordpress/postcss-themes-6.37.0 (#2538)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f147d00 commit 0056ef1

File tree

1 file changed

+54
-54
lines changed

1 file changed

+54
-54
lines changed

directory/@wordpress/postcss-themes.json

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@wordpress/postcss-themes",
3-
"version": "6.36.0",
3+
"version": "6.37.0",
4+
"description": "PostCSS plugin to generate theme colors.",
5+
"author": "The WordPress Contributors",
6+
"license": "GPL-2.0-or-later",
47
"keywords": [
58
"wordpress",
69
"gutenberg",
@@ -11,9 +14,52 @@
1114
"colors",
1215
"themes"
1316
],
14-
"author": "The WordPress Contributors",
15-
"license": "GPL-2.0-or-later",
16-
"_id": "@wordpress/[email protected]",
17+
"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/postcss-themes/README.md",
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/WordPress/gutenberg.git",
21+
"directory": "packages/postcss-themes"
22+
},
23+
"bugs": {
24+
"url": "https://github.com/WordPress/gutenberg/issues"
25+
},
26+
"engines": {
27+
"node": ">=18.12.0",
28+
"npm": ">=8.19.2"
29+
},
30+
"main": "index.js",
31+
"exports": {
32+
".": "./index.js",
33+
"./package.json": "./package.json"
34+
},
35+
"peerDependencies": {
36+
"postcss": "^8.0.0"
37+
},
38+
"publishConfig": {
39+
"access": "public"
40+
},
41+
"gitHead": "2cf13ec6cf86153c9b3cf369bf5c59046f5cd950",
42+
"_nodeVersion": "20.19.6",
43+
"_npmVersion": "lerna/8.1.9/[email protected]+x64 (linux)",
44+
"_id": "@wordpress/[email protected]",
45+
"dist": {
46+
"integrity": "sha512-0DH5u9xHmDw3kL6g6k9sBwa5lan5F8A3Ph7qyjDkwaa7zQlhV7xE4CbxIhWCs9sBrFe5qBFL4BPo3wgdsAcJbQ==",
47+
"shasum": "65ef1c714945ea8da0ba3533f2d8c8db8f548cae",
48+
"tarball": "https://registry.npmjs.org/@wordpress/postcss-themes/-/postcss-themes-6.37.0.tgz",
49+
"fileCount": 4,
50+
"unpackedSize": 40449,
51+
"signatures": [
52+
{
53+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
54+
"sig": "MEUCIQCcmLuTQqgZxL7p3VLYnoWLSKmHrnGcptJCC0y/42pAbgIgLaHEZL20Vvw6Jus71fMZZ1pRYVAEqpbvw1143bzl9fE="
55+
}
56+
]
57+
},
58+
"_npmUser": {
59+
"name": "gutenbergplugin",
60+
"email": "[email protected]"
61+
},
62+
"directories": {},
1763
"maintainers": [
1864
{
1965
"name": "garypendergast",
@@ -108,56 +154,10 @@
108154
"email": "[email protected]"
109155
}
110156
],
111-
"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/postcss-themes/README.md",
112-
"bugs": {
113-
"url": "https://github.com/WordPress/gutenberg/issues"
114-
},
115-
"dist": {
116-
"shasum": "e64264129f7d0888a62d0900f7a1d92e2bf217b3",
117-
"tarball": "https://registry.npmjs.org/@wordpress/postcss-themes/-/postcss-themes-6.36.0.tgz",
118-
"fileCount": 4,
119-
"integrity": "sha512-H81tmGzPmFIQuvqtQ0VL1r2i9XvTdQPnpFWU0CcoxikoTc6ts3+mT6oRnMs0X+zpm5uFCNEMDI0WI0+nFUeRWg==",
120-
"signatures": [
121-
{
122-
"sig": "MEYCIQCgGNkeRfA8DWKKGIFTBuyhU6byWhXrIUoHvDS+uP1DSAIhAOdQK9B0nsbmVpNhubo4Elu5ZpsFVuCQbL4PjtL5gUG8",
123-
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
124-
}
125-
],
126-
"unpackedSize": 40449
127-
},
128-
"main": "index.js",
129-
"engines": {
130-
"npm": ">=8.19.2",
131-
"node": ">=18.12.0"
132-
},
133-
"exports": {
134-
".": "./index.js",
135-
"./package.json": "./package.json"
136-
},
137-
"gitHead": "b35cf1a2dce04665e99fd6b9c2891c0b336361b9",
138-
"_npmUser": {
139-
"name": "gutenbergplugin",
140-
"email": "[email protected]"
141-
},
142-
"repository": {
143-
"url": "https://github.com/WordPress/gutenberg.git",
144-
"type": "git",
145-
"directory": "packages/postcss-themes"
146-
},
147-
"_npmVersion": "lerna/8.1.9/[email protected]+x64 (linux)",
148-
"description": "PostCSS plugin to generate theme colors.",
149-
"directories": {},
150-
"_nodeVersion": "20.19.6",
151-
"publishConfig": {
152-
"access": "public"
153-
},
154-
"_hasShrinkwrap": false,
155-
"peerDependencies": {
156-
"postcss": "^8.0.0"
157-
},
158157
"_npmOperationalInternal": {
159-
"tmp": "tmp/postcss-themes_6.36.0_1764173928268_0.22759993469998485",
160-
"host": "s3://npm-registry-packages-npm-production"
158+
"host": "s3://npm-registry-packages-npm-production",
159+
"tmp": "tmp/postcss-themes_6.37.0_1766503341813_0.9246250714900135"
161160
},
162-
"_time": "2025-11-26T16:18:48.470Z"
161+
"_hasShrinkwrap": false,
162+
"_time": "2025-12-23T15:22:21.965Z"
163163
}

0 commit comments

Comments
 (0)