@wordpress/env 5.9.0 → 5.10.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 (3) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +2 -2
  3. package/package.json +2 -2
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Gutenberg
2
2
 
3
- Copyright 2016-2022 by the contributors
3
+ Copyright 2016-2023 by the contributors
4
4
 
5
5
  **License for Contributions (on and after April 15, 2021)**
6
6
 
package/README.md CHANGED
@@ -18,7 +18,7 @@ The local environment will be available at http://localhost:8888 (Username: `adm
18
18
 
19
19
  `wp-env` requires Docker to be installed. There are instructions available for installing Docker on [Windows](https://docs.docker.com/desktop/install/windows-install/), [macOS](https://docs.docker.com/docker-for-mac/install/), and [Linux](https://docs.docker.com/desktop/install/linux-install/).
20
20
 
21
- Node.js and NPM are required. The latest LTS version of Node.js is used to develop `wp-env` and is recommended.
21
+ Node.js and npm are required. The latest LTS version of Node.js is used to develop `wp-env` and is recommended.
22
22
 
23
23
  ## Installation
24
24
 
@@ -221,7 +221,7 @@ npm run wp-env start -- --xdebug
221
221
  npx wp-env start --xdebug
222
222
  ```
223
223
 
224
- If you forget about that, the `--xdebug` parameter will be passed to NPM instead of the `wp-env start` command and it will be ignored.
224
+ If you forget about that, the `--xdebug` parameter will be passed to npm instead of the `wp-env start` command and it will be ignored.
225
225
 
226
226
  You can see a reference on each of the Xdebug modes and what they do in the [Xdebug documentation](https://xdebug.org/docs/all_settings#mode).
227
227
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/env",
3
- "version": "5.9.0",
3
+ "version": "5.10.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": "200bee7b06b15f6fa655e25b6ab69cbd6b49a357"
54
+ "gitHead": "204c880ff65295768e9695dfee6c7a9fee1fdd05"
55
55
  }