@wordpress/env 5.13.0 → 5.14.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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -119,7 +119,7 @@ $ WP_ENV_PORT=3333 wp-env start
|
|
|
119
119
|
|
|
120
120
|
Running `docker ps` and inspecting the `PORTS` column allows you to determine which port `wp-env` is currently using.
|
|
121
121
|
|
|
122
|
-
You may also specify the port numbers in your `.wp-env.json` file, but the environment variables take
|
|
122
|
+
You may also specify the port numbers in your `.wp-env.json` file, but the environment variables will take precedence.
|
|
123
123
|
|
|
124
124
|
### 3. Restart `wp-env` with updates
|
|
125
125
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/env",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.14.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": "
|
|
54
|
+
"gitHead": "9534a7b3bbf07c1d40b94fdb7a3d091f297bfb06"
|
|
55
55
|
}
|