Skip to content

Commit f8c761d

Browse files
postcss-plugin-shared-1.1.0 (#2668)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2b3a647 commit f8c761d

1 file changed

Lines changed: 26 additions & 15 deletions

File tree

directory/postcss-plugin-shared.json

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-plugin-shared",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Shared utilities for postcss-plugins monorepo packages.",
55
"author": {
66
"name": "ice breaker",
@@ -24,11 +24,22 @@
2424
"sideEffects": false,
2525
"exports": {
2626
".": {
27-
"types": "./dist/index.d.ts",
27+
"types": {
28+
"import": "./dist/index.d.mts",
29+
"require": "./dist/index.d.ts"
30+
},
2831
"import": "./dist/index.mjs",
2932
"require": "./dist/index.cjs"
3033
}
3134
},
35+
"typesVersions": {
36+
"<4.7": {
37+
"*": [
38+
"./dist/*",
39+
"./dist/index.d.ts"
40+
]
41+
}
42+
},
3243
"peerDependencies": {
3344
"postcss": "^8"
3445
},
@@ -44,29 +55,29 @@
4455
"main": "./dist/index.cjs",
4556
"module": "./dist/index.mjs",
4657
"types": "./dist/index.d.ts",
47-
"_id": "postcss-plugin-shared@1.0.0",
58+
"_id": "postcss-plugin-shared@1.1.0",
4859
"homepage": "https://github.com/sonofmagic/postcss-plugins#readme",
49-
"_integrity": "sha512-3x83BXvFXlbtIaD/GC4C2uZQ+UmGwh1uYCm4DjQTEjDv8HrrBmZWZH968W+Shq/vxP+amsH08OafVt8aVzqL2w==",
50-
"_resolved": "/tmp/7963e38ebe5806825eb4543c689819df/postcss-plugin-shared-1.0.0.tgz",
51-
"_from": "file:postcss-plugin-shared-1.0.0.tgz",
52-
"_nodeVersion": "24.12.0",
60+
"_integrity": "sha512-gH/iDzmzPrndCQ7rsEhOW9MXAEo0xyhoD7gX0M1X5UybAG1xMPNWTmdEGUq89QESfekQFenGfk4R9dYHtbygEg==",
61+
"_resolved": "/tmp/3e984738e57d3cf40004561c541c44e3/postcss-plugin-shared-1.1.0.tgz",
62+
"_from": "file:postcss-plugin-shared-1.1.0.tgz",
63+
"_nodeVersion": "24.13.0",
5364
"_npmVersion": "11.6.2",
5465
"dist": {
55-
"integrity": "sha512-3x83BXvFXlbtIaD/GC4C2uZQ+UmGwh1uYCm4DjQTEjDv8HrrBmZWZH968W+Shq/vxP+amsH08OafVt8aVzqL2w==",
56-
"shasum": "ffc5c7b21cf1f50acc62c4d75a9aed65ce84ae9f",
57-
"tarball": "https://registry.npmjs.org/postcss-plugin-shared/-/postcss-plugin-shared-1.0.0.tgz",
66+
"integrity": "sha512-gH/iDzmzPrndCQ7rsEhOW9MXAEo0xyhoD7gX0M1X5UybAG1xMPNWTmdEGUq89QESfekQFenGfk4R9dYHtbygEg==",
67+
"shasum": "02206734b614fe01fc7e1fea4b5c1d22cffdbeee",
68+
"tarball": "https://registry.npmjs.org/postcss-plugin-shared/-/postcss-plugin-shared-1.1.0.tgz",
5869
"fileCount": 8,
59-
"unpackedSize": 28162,
70+
"unpackedSize": 45395,
6071
"attestations": {
61-
"url": "https://registry.npmjs.org/-/npm/v1/attestations/postcss-plugin-shared@1.0.0",
72+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/postcss-plugin-shared@1.1.0",
6273
"provenance": {
6374
"predicateType": "https://slsa.dev/provenance/v1"
6475
}
6576
},
6677
"signatures": [
6778
{
6879
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
69-
"sig": "MEQCIHf0KrJwS2lI6EuLt34d1iERZUKc1u/lRi8DkRRFj4crAiAXbtZDfEgcDoa+0bX55oPFFplOiA1Ph7aIdT8yOS715w=="
80+
"sig": "MEUCIC9a866lXiY+QaSpyMsLtxQED3IeXXFsrkVjH/ndMqSvAiEAmRyc+0INYiqaJgH8+2iBvRhcxX7mGZ/eZVL6R9kOiYg="
7081
}
7182
]
7283
},
@@ -87,8 +98,8 @@
8798
],
8899
"_npmOperationalInternal": {
89100
"host": "s3://npm-registry-packages-npm-production",
90-
"tmp": "tmp/postcss-plugin-shared_1.0.0_1766047843723_0.3492887876252022"
101+
"tmp": "tmp/postcss-plugin-shared_1.1.0_1770033306625_0.6213889711776384"
91102
},
92103
"_hasShrinkwrap": false,
93-
"_time": "2025-12-18T08:50:43.877Z"
104+
"_time": "2026-02-02T11:55:06.772Z"
94105
}

0 commit comments

Comments
 (0)