@wordpress/env 11.5.0 → 11.5.1-next.v.202605131032.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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -718,7 +718,7 @@ This is useful for plugin development when upstream Core changes need to be test
718
718
 
719
719
  ```json
720
720
  {
721
- "core": "WordPress/WordPress#master",
721
+ "core": "WordPress/WordPress#trunk",
722
722
  "plugins": [ "." ]
723
723
  }
724
724
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/env",
3
- "version": "11.5.0",
3
+ "version": "11.5.1-next.v.202605131032.0+f6d6e7149",
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",
@@ -63,5 +63,5 @@
63
63
  "scripts": {
64
64
  "test": "echo \"Error: run tests from root\" && exit 1"
65
65
  },
66
- "gitHead": "8c229eaed0e88c9827e2da3d73a78f9ddd77714b"
66
+ "gitHead": "0e198c7ac7ca634e73ded9220ce048c0302174dd"
67
67
  }