@wordpress/is-shallow-equal 5.3.0 → 5.4.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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 5.4.0 (2024-07-24)
6
+
5
7
  ## 5.3.0 (2024-07-10)
6
8
 
7
9
  ## 5.2.0 (2024-06-26)
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.js"],"names":[],"mappings":"AASA;;GAEG;AAEH;;;;;;;;GAQG;AACH,0CALW,OAAO,KACP,OAAO,GAEN,OAAO,CAYlB;;;+BAtBY,OAAO,MAAM,EAAE,GAAG,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.js"],"names":[],"mappings":"AASA;;GAEG;AAEH;;;;;;;;GAQG;AACH,0CALW,OAAO,KACP,OAAO,GAEN,OAAO,CAYlB;;;+BAtBY,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC"}
@@ -6,5 +6,5 @@
6
6
  *
7
7
  * @return {boolean} Whether the two objects are shallow equal.
8
8
  */
9
- export default function isShallowEqualObjects(a: import('.').ComparableObject, b: import('.').ComparableObject): boolean;
9
+ export default function isShallowEqualObjects(a: import(".").ComparableObject, b: import(".").ComparableObject): boolean;
10
10
  //# sourceMappingURL=objects.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/is-shallow-equal",
3
- "version": "5.3.0",
3
+ "version": "5.4.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",
@@ -42,5 +42,5 @@
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "122867d355ca4edc63d3a3bbd9411d3a2e1458df"
45
+ "gitHead": "363edb39b8dda8727f652e42cbb8497732693ed2"
46
46
  }