@wordpress/is-shallow-equal
Advanced tools
Comparing version 5.3.0 to 5.4.0
@@ -9,3 +9,3 @@ /** | ||
*/ | ||
export default function isShallowEqualObjects(a: import('.').ComparableObject, b: import('.').ComparableObject): boolean; | ||
export default function isShallowEqualObjects(a: import(".").ComparableObject, b: import(".").ComparableObject): boolean; | ||
//# sourceMappingURL=objects.d.ts.map |
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 5.4.0 (2024-07-24) | ||
## 5.3.0 (2024-07-10) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@wordpress/is-shallow-equal", | ||
"version": "5.3.0", | ||
"version": "5.4.0", | ||
"description": "Test for shallow equality between two objects or arrays.", | ||
@@ -45,3 +45,3 @@ "author": "The WordPress Contributors", | ||
}, | ||
"gitHead": "122867d355ca4edc63d3a3bbd9411d3a2e1458df" | ||
"gitHead": "363edb39b8dda8727f652e42cbb8497732693ed2" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
70122
8