Skip to content

Commit 5e4a9d7

Browse files
postcss-pxtrans-1.0.1 (#2669)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f8c761d commit 5e4a9d7

1 file changed

Lines changed: 27 additions & 16 deletions

File tree

directory/postcss-pxtrans.json

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-pxtrans",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "PostCSS plugin that converts px units to rpx/rem/vw/px for multiple platforms.",
55
"author": {
66
"name": "ice breaker",
@@ -27,16 +27,27 @@
2727
"sideEffects": false,
2828
"exports": {
2929
".": {
30-
"types": "./dist/index.d.ts",
30+
"types": {
31+
"import": "./dist/index.d.mts",
32+
"require": "./dist/index.d.ts"
33+
},
3134
"import": "./dist/index.mjs",
3235
"require": "./dist/index.cjs"
3336
}
3437
},
38+
"typesVersions": {
39+
"<4.7": {
40+
"*": [
41+
"./dist/*",
42+
"./dist/index.d.ts"
43+
]
44+
}
45+
},
3546
"peerDependencies": {
3647
"postcss": "^8"
3748
},
3849
"dependencies": {
39-
"postcss-plugin-shared": "^1.0.0"
50+
"postcss-plugin-shared": "^1.1.0"
4051
},
4152
"scripts": {
4253
"dev": "tsup --watch --sourcemap",
@@ -51,29 +62,29 @@
5162
"main": "./dist/index.cjs",
5263
"module": "./dist/index.mjs",
5364
"types": "./dist/index.d.ts",
54-
"_id": "[email protected].0",
65+
"_id": "[email protected].1",
5566
"homepage": "https://github.com/sonofmagic/postcss-plugins#readme",
56-
"_integrity": "sha512-1AKXs+w/hor0EAmxCAa2ATfYKgzqey/rHTgJ6LvvpNsRyeV9hyVNczF3N1hSXcB5ruM4E3ezg8cf3W+W/GY4GA==",
57-
"_resolved": "/tmp/2fc82afaa4312c86bf0cd446d36f768a/postcss-pxtrans-1.0.0.tgz",
58-
"_from": "file:postcss-pxtrans-1.0.0.tgz",
59-
"_nodeVersion": "24.12.0",
67+
"_integrity": "sha512-oNxhcSbbhkfhgJP/E0JJHIuQs8asqAuD1FqFT4VFF7xhkBmKKTIM08T7WIRHo9rjod8E4PR/CuOxtcWjftufcg==",
68+
"_resolved": "/tmp/8c83bc1dc4a38aef81369ce30afd754b/postcss-pxtrans-1.0.1.tgz",
69+
"_from": "file:postcss-pxtrans-1.0.1.tgz",
70+
"_nodeVersion": "24.13.0",
6071
"_npmVersion": "11.6.2",
6172
"dist": {
62-
"integrity": "sha512-1AKXs+w/hor0EAmxCAa2ATfYKgzqey/rHTgJ6LvvpNsRyeV9hyVNczF3N1hSXcB5ruM4E3ezg8cf3W+W/GY4GA==",
63-
"shasum": "7df6ba96d1e31ea4fc5977b118877de3fe917f55",
64-
"tarball": "https://registry.npmjs.org/postcss-pxtrans/-/postcss-pxtrans-1.0.0.tgz",
73+
"integrity": "sha512-oNxhcSbbhkfhgJP/E0JJHIuQs8asqAuD1FqFT4VFF7xhkBmKKTIM08T7WIRHo9rjod8E4PR/CuOxtcWjftufcg==",
74+
"shasum": "3f03faefe6bc5470283856bbc09553cd50dd506e",
75+
"tarball": "https://registry.npmjs.org/postcss-pxtrans/-/postcss-pxtrans-1.0.1.tgz",
6576
"fileCount": 8,
66-
"unpackedSize": 41859,
77+
"unpackedSize": 49718,
6778
"attestations": {
68-
"url": "https://registry.npmjs.org/-/npm/v1/attestations/[email protected].0",
79+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/[email protected].1",
6980
"provenance": {
7081
"predicateType": "https://slsa.dev/provenance/v1"
7182
}
7283
},
7384
"signatures": [
7485
{
7586
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
76-
"sig": "MEQCIGs/hFRUuKLxSK7NYat7babeBFKFo6FqyUKnnzEHV/v9AiAylq+LBs4IhdwYGa8pO5qBXreUeonCR9P6AO+cDZWVSA=="
87+
"sig": "MEUCIG6YVYYDeXKBPyN63z31HuPV19NcpgU3ejl+VEP7HxlJAiEArp7Du3rRVngiWNV3xxU2O8g9oqUMuAKEhap6sDdH7V4="
7788
}
7889
]
7990
},
@@ -94,8 +105,8 @@
94105
],
95106
"_npmOperationalInternal": {
96107
"host": "s3://npm-registry-packages-npm-production",
97-
"tmp": "tmp/postcss-pxtrans_1.0.0_1766047843550_0.45521876663483174"
108+
"tmp": "tmp/postcss-pxtrans_1.0.1_1770033306696_0.7610909369991994"
98109
},
99110
"_hasShrinkwrap": false,
100-
"_time": "2025-12-18T08:50:43.688Z"
111+
"_time": "2026-02-02T11:55:06.840Z"
101112
}

0 commit comments

Comments
 (0)