@wordpress/env 8.7.1-next.5a1d1283.0 → 8.8.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.
@@ -176,7 +176,7 @@ async function downloadZipSource( source, { onProgress, spinner, debug } ) {
176
176
  rimraf( source.path ),
177
177
  fs.promises.readdir( tempDir ),
178
178
  ] )
179
- )[ 2 ];
179
+ )[ 2 ];
180
180
 
181
181
  /**
182
182
  * The plugin container is the extracted directory which is the direct parent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/env",
3
- "version": "8.7.1-next.5a1d1283.0",
3
+ "version": "8.8.0",
4
4
  "description": "A zero-config, self contained local WordPress environment for development and testing.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -51,5 +51,5 @@
51
51
  "scripts": {
52
52
  "test": "echo \"Error: run tests from root\" && exit 1"
53
53
  },
54
- "gitHead": "fa0b66987dab5a15f38663e06036d09bccffaa4b"
54
+ "gitHead": "cc35f517ed017ab7131319af3e87c359e8de175d"
55
55
  }