@material-ui/utils
Advanced tools
Comparing version 4.9.12 to 4.10.2
@@ -6,2 +6,3 @@ export { default as chainPropTypes } from './chainPropTypes'; | ||
export { default as exactProp } from './exactProp'; | ||
export { default as formatMuiErrorMessage } from './formatMuiErrorMessage'; | ||
export { default as getDisplayName } from './getDisplayName'; | ||
@@ -8,0 +9,0 @@ export { default as HTMLElementType } from './HTMLElementType'; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v4.9.12 | ||
/** @license Material-UI v4.10.2 | ||
* | ||
@@ -11,2 +11,3 @@ * This source code is licensed under the MIT license found in the | ||
export { default as exactProp } from './exactProp'; | ||
export { default as formatMuiErrorMessage } from './formatMuiErrorMessage'; | ||
export { default as getDisplayName } from './getDisplayName'; | ||
@@ -13,0 +14,0 @@ export { default as HTMLElementType } from './HTMLElementType'; |
10
index.js
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v4.9.12 | ||
/** @license Material-UI v4.10.2 | ||
* | ||
@@ -43,2 +43,8 @@ * This source code is licensed under the MIT license found in the | ||
}); | ||
Object.defineProperty(exports, "formatMuiErrorMessage", { | ||
enumerable: true, | ||
get: function get() { | ||
return _formatMuiErrorMessage.default; | ||
} | ||
}); | ||
Object.defineProperty(exports, "getDisplayName", { | ||
@@ -79,2 +85,4 @@ enumerable: true, | ||
var _formatMuiErrorMessage = _interopRequireDefault(require("./formatMuiErrorMessage")); | ||
var _getDisplayName = _interopRequireDefault(require("./getDisplayName")); | ||
@@ -81,0 +89,0 @@ |
{ | ||
"name": "@material-ui/utils", | ||
"version": "4.9.12", | ||
"version": "4.10.2", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "author": "Material-UI Team", |
Sorry, the diff of this file is too big to display
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
605707
37
785