@wordpress/is-shallow-equal 5.32.1-next.47f435fc9.0 → 5.32.1-next.b8c8708f3.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
@@ -89,7 +89,7 @@ You can run the benchmarks yourselves by cloning the repository, installing depe
89
89
  ```
90
90
  git clone https://github.com/WordPress/gutenberg.git
91
91
  npm install
92
- npm run build:packages
92
+ npm run build
93
93
  node ./packages/is-shallow-equal/benchmark
94
94
  ```
95
95
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/is-shallow-equal",
3
- "version": "5.32.1-next.47f435fc9.0",
3
+ "version": "5.32.1-next.b8c8708f3.0",
4
4
  "description": "Test for shallow equality between two objects or arrays.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -48,5 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "9720f22c138771d2ed1a0522725c3cdf1c242953"
51
+ "gitHead": "67cfd7e661931aeb0d06bec894599d287a4f8d0f"
52
52
  }