@wordpress/dependency-extraction-webpack-plugin 4.0.2 → 4.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 4.1.0 (2022-09-21)
6
+
5
7
  ### New Features
6
8
 
7
9
  - Include `@wordpress/style-engine` on the list of external dependencies to allow using `wp.styleEngine` global with WordPress 6.1 and beyond ([#43840](https://github.com/WordPress/gutenberg/pull/43840)).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/dependency-extraction-webpack-plugin",
3
- "version": "4.0.2",
3
+ "version": "4.1.0",
4
4
  "description": "Extract WordPress script dependencies from webpack bundles.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -29,7 +29,7 @@
29
29
  "main": "lib/index.js",
30
30
  "types": "lib/types.d.ts",
31
31
  "dependencies": {
32
- "json2php": "^0.0.4",
32
+ "json2php": "^0.0.5",
33
33
  "webpack-sources": "^3.2.2"
34
34
  },
35
35
  "peerDependencies": {
@@ -38,5 +38,5 @@
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "f6021282457317c7e12dcc3a3f02c9ac28e16a30"
41
+ "gitHead": "23e136283fa1d3b8d9d8b33869f871ad5eb77726"
42
42
  }