@wordpress/element
Advanced tools
Comparing version 2.13.0 to 2.13.1
## Master | ||
## 2.13.1 (2020-04-15) | ||
### Bug Fix | ||
- Hide TypeScript type declarations ([#21613](https://github.com/WordPress/gutenberg/pull/21613)) | ||
after they were found to conflict with DefinitelyTyped provided declarations. | ||
## 2.13.0 (2020-04-15) | ||
### New Features | ||
- Include TypeScript type declarations ([#21248](https://github.com/WordPress/gutenberg/pull/21248)) | ||
@@ -4,0 +15,0 @@ - Graduated `__experimentalCreateInterpolateElement` function to stable api: `createInterpolateElement` (see [20699](https://github.com/WordPress/gutenberg/pull/20699)) |
{ | ||
"name": "@wordpress/element", | ||
"version": "2.13.0", | ||
"version": "2.13.1", | ||
"description": "Element React module for WordPress.", | ||
@@ -24,3 +24,2 @@ "author": "The WordPress Contributors", | ||
"react-native": "src/index", | ||
"types": "build-types", | ||
"sideEffects": false, | ||
@@ -37,3 +36,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "65dbf3a9503402ca3837090dc89d0207f7d96352" | ||
"gitHead": "ce595bdb3f72a35a9ae8e609cd49a5e6e361fc91" | ||
} |
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
514011