@ideasonpurpose/build-tools-wordpress 2.0.5 → 2.0.6
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/CHANGELOG.md +8 -0
- package/README.md +1 -1
- package/package.json +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
#### v2.0.5
|
|
8
|
+
|
|
9
|
+
> 20 March 2025
|
|
10
|
+
|
|
11
|
+
- add note about local development to readme
|
|
12
|
+
- resolve webpack loaders when running linked
|
|
13
|
+
- Fix for missing content-type header
|
|
14
|
+
|
|
7
15
|
#### v2.0.4
|
|
8
16
|
|
|
9
17
|
> 19 March 2025
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @ideasonpurpose/build-tools-wordpress
|
|
2
2
|
|
|
3
|
-
#### Version 2.0.
|
|
3
|
+
#### Version 2.0.6
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@ideasonpurpose/build-tools-wordpress)
|
|
6
6
|
[](https://github.com/ideasonpurpose/build-tools-wordpress#readme)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ideasonpurpose/build-tools-wordpress",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"description": "Build scripts and dependencies for IOP's WordPress development environments.",
|
|
5
5
|
"homepage": "https://github.com/ideasonpurpose/build-tools-wordpress#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -87,10 +87,12 @@
|
|
|
87
87
|
"version-everything": "^0.11.4",
|
|
88
88
|
"webpack": "^5.98.0",
|
|
89
89
|
"webpack-bundle-analyzer": "^4.10.2",
|
|
90
|
-
"webpack-cli": "^6.0.1",
|
|
91
90
|
"webpack-dev-middleware": "^7.4.2",
|
|
92
91
|
"webpack-dev-server": "^5.2.0"
|
|
93
92
|
},
|
|
93
|
+
"peerDependencies": {
|
|
94
|
+
"webpack-cli": "^6.0.1"
|
|
95
|
+
},
|
|
94
96
|
"devDependencies": {
|
|
95
97
|
"@vitest/coverage-v8": "^3.0.9",
|
|
96
98
|
"vitest": "^3.0.9"
|