@enact/core
Advanced tools
Comparing version 3.3.0-alpha.9 to 3.3.0-alpha.10
@@ -5,2 +5,6 @@ # Change Log | ||
## [3.3.0-alpha.10] - 2020-05-26 | ||
No significant changes. | ||
## [3.3.0-alpha.9] - 2020-05-11 | ||
@@ -7,0 +11,0 @@ |
@@ -54,2 +54,6 @@ "use strict"; | ||
var componentOverride = _propTypes["default"].oneOfType([_propTypes["default"].element, component]); | ||
var ref = _propTypes["default"].oneOfType([_propTypes["default"].shape({ | ||
current: _propTypes["default"].any | ||
}), _propTypes["default"].func]); | ||
/* | ||
@@ -83,2 +87,3 @@ * Wrap a prop type validator with a deprecation warning when the prop has a non-null value | ||
componentOverride: componentOverride, | ||
ref: ref, | ||
deprecated: deprecated, | ||
@@ -85,0 +90,0 @@ renderable: renderable, |
{ | ||
"name": "@enact/core", | ||
"version": "3.3.0-alpha.9", | ||
"version": "3.3.0-alpha.10", | ||
"description": "Enact is an open source JavaScript framework containing everything you need to create a fast, scalable mobile or web application.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
215761
5509