@powerlines/plugin-webpack 0.5.272 → 0.5.273
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -287,7 +287,7 @@ generation of development tools, please reach out on our
|
|
|
287
287
|
|
|
288
288
|
<br />
|
|
289
289
|
|
|
290
|
-
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
|
|
290
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/storm-software/icon-circle-fill-dark.png" alt="Storm Software" width="200px"/></a></div>
|
|
291
291
|
<br />
|
|
292
292
|
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
|
|
293
293
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-webpack",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.273",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin to build projects using Webpack.",
|
|
6
6
|
"repository": {
|
|
@@ -118,15 +118,15 @@
|
|
|
118
118
|
"keywords": ["webpack", "powerlines", "storm-software", "powerlines-plugin"],
|
|
119
119
|
"dependencies": {
|
|
120
120
|
"defu": "^6.1.4",
|
|
121
|
-
"powerlines": "^0.38.
|
|
121
|
+
"powerlines": "^0.38.31",
|
|
122
122
|
"unplugin": "3.0.0-beta.3",
|
|
123
123
|
"webpack": "^5.104.1"
|
|
124
124
|
},
|
|
125
125
|
"devDependencies": {
|
|
126
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
126
|
+
"@powerlines/plugin-plugin": "^0.12.215",
|
|
127
127
|
"@types/node": "^24.10.9"
|
|
128
128
|
},
|
|
129
129
|
"publishConfig": { "access": "public" },
|
|
130
130
|
"types": "./dist/index.d.cts",
|
|
131
|
-
"gitHead": "
|
|
131
|
+
"gitHead": "a433bcb371b361265f0b6f5f8f69003c96e9eb09"
|
|
132
132
|
}
|