@wordpress/is-shallow-equal
Advanced tools
Comparing version 1.8.0 to 2.0.0
@@ -0,1 +1,15 @@ | ||
## Master | ||
## 2.0.0 (2020-04-15) | ||
### Breaking Change | ||
- Restructure package moving source files into `lib` directory. Direct imports of | ||
`@wordpress/is-shallow-equal/arrays` and `@wordpress/is-shallow-equal/objects` were never | ||
officially supported and have been removed. ([#18942](https://github.com/WordPress/gutenberg/pull/18942)) | ||
### New feature | ||
- Include TypeScript type declarations ([#18942](https://github.com/WordPress/gutenberg/pull/18942)) | ||
## 1.5.0 (2019-08-05) | ||
@@ -2,0 +16,0 @@ |
{ | ||
"name": "@wordpress/is-shallow-equal", | ||
"version": "1.8.0", | ||
"version": "2.0.0", | ||
"description": "Test for shallow equality between two objects or arrays.", | ||
@@ -23,10 +23,11 @@ "author": "The WordPress Contributors", | ||
"files": [ | ||
"arrays.js", | ||
"index.js", | ||
"objects.js" | ||
"lib", | ||
"build-types", | ||
"*.md" | ||
], | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"types": "build-types", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"@babel/runtime": "^7.8.3" | ||
"@babel/runtime": "^7.9.2" | ||
}, | ||
@@ -36,3 +37,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "41fc84af285da696c65c235331ee245dfe23971d" | ||
"gitHead": "65dbf3a9503402ca3837090dc89d0207f7d96352" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
33746
13
142
1
Updated@babel/runtime@^7.9.2