@wordpress/readable-js-assets-webpack-plugin 1.0.4 → 2.0.1-next.d6164808d3.0
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 +5 -1
- package/README.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ Install the module
|
|
|
14
14
|
npm install @wordpress/readable-js-assets-webpack-plugin --save-dev
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
**Note**: This package requires Node.js
|
|
17
|
+
**Note**: This package requires Node.js 14.0.0 or later. It also requires webpack 4.8.3 and newer. It is not compatible with older versions.
|
|
18
18
|
|
|
19
19
|
## Usage
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/readable-js-assets-webpack-plugin",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "2.0.1-next.d6164808d3.0",
|
|
4
4
|
"description": "Generate a readable JS file for each JS asset.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"url": "https://github.com/WordPress/gutenberg/issues"
|
|
22
22
|
},
|
|
23
23
|
"engines": {
|
|
24
|
-
"node": ">=
|
|
24
|
+
"node": ">=14.0"
|
|
25
25
|
},
|
|
26
26
|
"files": [
|
|
27
27
|
"index.js"
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "ba8a396d2f418e53a6c4c50575582f3f3eb11ff7"
|
|
37
37
|
}
|