Skip to content

Commit 1b13fee

Browse files
postcss-place-11.0.0 (#2658)
1 parent da0484e commit 1b13fee

1 file changed

Lines changed: 22 additions & 30 deletions

File tree

directory/postcss-place.json

Lines changed: 22 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-place",
33
"description": "Use a place-* shorthand for align-* and justify-* in CSS",
4-
"version": "10.0.0",
4+
"version": "11.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -29,20 +29,13 @@
2929
}
3030
],
3131
"engines": {
32-
"node": ">=18"
32+
"node": ">=20.19.0"
3333
},
3434
"type": "module",
35-
"main": "dist/index.cjs",
36-
"module": "dist/index.mjs",
3735
"exports": {
3836
".": {
39-
"import": {
40-
"types": "./dist/index.d.ts",
41-
"default": "./dist/index.mjs"
42-
},
43-
"require": {
44-
"default": "./dist/index.cjs"
45-
}
37+
"types": "./dist/index.d.ts",
38+
"default": "./dist/index.mjs"
4639
}
4740
},
4841
"dependencies": {
@@ -73,21 +66,20 @@
7366
"selfs",
7467
"shorthands"
7568
],
76-
77-
"gitHead": "16897c5639f8474e61ac8d180fc3b8e55505185e",
78-
"types": "./dist/index.d.ts",
79-
"_nodeVersion": "22.1.0",
80-
"_npmVersion": "10.7.0",
69+
"gitHead": "98fcf4809aae153e2378cb72c7606a1c50b18008",
70+
71+
"_nodeVersion": "25.1.0",
72+
"_npmVersion": "11.6.2",
8173
"dist": {
82-
"integrity": "sha512-5EBrMzat2pPAxQNWYavwAfoKfYcTADJ8AXGVPcUZ2UkNloUTWzJQExgrzrDkh3EKzmAx1evfTAzF9I8NGcc+qw==",
83-
"shasum": "ba36ee4786ca401377ced17a39d9050ed772e5a9",
84-
"tarball": "https://registry.npmjs.org/postcss-place/-/postcss-place-10.0.0.tgz",
85-
"fileCount": 7,
86-
"unpackedSize": 6330,
74+
"integrity": "sha512-fAifpyjQ+fuDRp2nmF95WbotqbpjdazebedahXdfBxy5sHembOLpBQ1cHveZD9ZmjK26tYM8tikeNaUlp/KfHA==",
75+
"shasum": "65badc5529560e38298c7cc99b99ffad228518f2",
76+
"tarball": "https://registry.npmjs.org/postcss-place/-/postcss-place-11.0.0.tgz",
77+
"fileCount": 6,
78+
"unpackedSize": 5627,
8779
"signatures": [
8880
{
89-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
90-
"sig": "MEQCIGx4+bdxw0WMlAEIWfvTZbGAbbinQcsfxmJTpZH+1ghqAiAM6kTT32h4RwWfEFjrJiwDX5Fge33GDfDb5nzcJJFt7g=="
81+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
82+
"sig": "MEQCIGyf9WFq1xZ9hwgWtXxW9WoqTHLrJjXsqI8v6rrwUt6BAiBMHWLSzbtize//J7V6TeTLeNNcIpQW4BoBY84UN0D6ig=="
9183
}
9284
]
9385
},
@@ -98,22 +90,22 @@
9890
"directories": {},
9991
"maintainers": [
10092
{
101-
"name": "romainmenke",
102-
"email": "romainmenke@gmail.com"
93+
"name": "jonathantneal",
94+
"email": "jonathantneal@hotmail.com"
10395
},
10496
{
10597
"name": "alaguna",
10698
"email": "[email protected]"
10799
},
108100
{
109-
"name": "jonathantneal",
110-
"email": "jonathantneal@hotmail.com"
101+
"name": "romainmenke",
102+
"email": "romainmenke@gmail.com"
111103
}
112104
],
113105
"_npmOperationalInternal": {
114-
"host": "s3://npm-registry-packages",
115-
"tmp": "tmp/postcss-place_10.0.0_1722721106021_0.4642559933952417"
106+
"host": "s3://npm-registry-packages-npm-production",
107+
"tmp": "tmp/postcss-place_11.0.0_1768375462028_0.2997704948783979"
116108
},
117109
"_hasShrinkwrap": false,
118-
"_time": "2024-08-03T21:38:26.207Z"
110+
"_time": "2026-01-14T07:24:22.199Z"
119111
}

0 commit comments

Comments
 (0)