Skip to content

Commit d7c4673

Browse files
collect plugins data
1 parent 097f271 commit d7c4673

209 files changed

Lines changed: 3057 additions & 2469 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7641,7 +7641,7 @@ <h3>overflow-fallbacks </h3>
76417641
</dd>
76427642

76437643
<dt>Version</dt>
7644-
<dd><code>1.0.4</code></dd>
7644+
<dd><code>1.0.5</code></dd>
76457645

76467646
<dt>License</dt>
76477647
<dd><code>MIT</code></dd>

npm-data/last-version/@eik/postcss-plugin.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eik/postcss-plugin",
3-
"version": "5.0.3",
3+
"version": "5.0.4",
44
"description": "PostCSS plugin that uses Eik defined import map files to transform bare import specifiers to absolute URLs in @import rules",
55
"main": "src/plugin.js",
66
"types": "./types/plugin.d.ts",
@@ -39,10 +39,10 @@
3939
"@eik/prettier-config": "1.0.1",
4040
"@eik/semantic-release-config": "1.0.4",
4141
"@eik/typescript-config": "1.0.0",
42-
"eslint": "9.28.0",
42+
"eslint": "9.29.0",
4343
"fastify": "5.3.3",
4444
"npm-run-all2": "8.0.4",
45-
"postcss": "8.5.4",
45+
"postcss": "8.5.5",
4646
"prettier": "3.5.3",
4747
"rimraf": "6.0.1",
4848
"rollup": "4.42.0",
@@ -51,7 +51,7 @@
5151
"typescript": "5.8.3"
5252
},
5353
"dependencies": {
54-
"@eik/common": "5.1.4",
54+
"@eik/common": "5.1.5",
5555
"css-url-parser": "1.1.4"
5656
},
5757
"peerDependencies": {
@@ -60,20 +60,20 @@
6060
"engines": {
6161
"node": ">=20"
6262
},
63-
"_id": "@eik/[email protected].3",
64-
"gitHead": "8299f28a9aa75a83c4cbc014e434bbdc7dfc26f0",
63+
"_id": "@eik/[email protected].4",
64+
"gitHead": "a674ef2c8344270ddfdcc39c4e2838a89da5e429",
6565
"_nodeVersion": "20.19.2",
6666
"_npmVersion": "10.9.2",
6767
"dist": {
68-
"integrity": "sha512-Th5IXBYhzyh99t7FQTtESjQQmokHi/wkr3AMoCvRFaPgEk8LWpIIgv0XOqgOzgCf6S0Knvx2mmyUWFxbdzLsHg==",
69-
"shasum": "c930bbde27f2988859df93fe3f4fb16042b8b6cb",
70-
"tarball": "https://registry.npmjs.org/@eik/postcss-plugin/-/postcss-plugin-5.0.3.tgz",
68+
"integrity": "sha512-y4erJiaC+0vEKCm9BSw7RU+Mn3y6TM/vVF6dVJRkTJQCYAq/tun15j7EE1V9mla9Fj83WMT6PveiJ/hm2Yp4hw==",
69+
"shasum": "372d1a52ae7836da16c0dcbbbd447618cfe677ec",
70+
"tarball": "https://registry.npmjs.org/@eik/postcss-plugin/-/postcss-plugin-5.0.4.tgz",
7171
"fileCount": 6,
72-
"unpackedSize": 25168,
72+
"unpackedSize": 25495,
7373
"signatures": [
7474
{
7575
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
76-
"sig": "MEYCIQDez5XFQTVzowLveIUjteU810ewWgy8Pu5V+HPw+x/fsQIhAOyT8AoQAsoglzglrgiDnrvDcP2G8tkwbLEWgIW9MuaR"
76+
"sig": "MEYCIQCyconQjR4BSCbD8IrmCki2IW8x/e4Ms955xzP2y01QtAIhAPrFWk2U6+catVRGYH2rOpPuTGypJotBwPgEFDrIKvc4"
7777
}
7878
]
7979
},
@@ -98,8 +98,8 @@
9898
],
9999
"_npmOperationalInternal": {
100100
"host": "s3://npm-registry-packages-npm-production",
101-
"tmp": "tmp/postcss-plugin_5.0.3_1749686306445_0.0015969405626625743"
101+
"tmp": "tmp/postcss-plugin_5.0.4_1749991544059_0.4778470718934795"
102102
},
103103
"_hasShrinkwrap": false,
104-
"_time": "2025-06-11T23:58:26.651Z"
104+
"_time": "2025-06-15T12:45:44.248Z"
105105
}

0 commit comments

Comments
 (0)