@instructure/ui-utils
Advanced tools
Comparing version 5.19.0-rc.21 to 5.19.0-rc.24
@@ -39,2 +39,4 @@ /* | ||
export { _deepEqual as deepEqual }; | ||
import _isEmpty from './isEmpty'; | ||
export { _isEmpty as isEmpty }; | ||
import _mergeDeep from './mergeDeep'; | ||
@@ -41,0 +43,0 @@ export { _mergeDeep as mergeDeep }; |
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports.within = exports.warning = exports.uid = exports.shallowEqual = exports.px = exports.parseUnit = exports.ms = exports.mergeDeep = exports.deepEqual = exports.Decimal = exports.debounce = exports.capitalizeFirstLetter = exports.Browser = undefined; | ||
exports.within = exports.warning = exports.uid = exports.shallowEqual = exports.px = exports.parseUnit = exports.ms = exports.mergeDeep = exports.isEmpty = exports.deepEqual = exports.Decimal = exports.debounce = exports.capitalizeFirstLetter = exports.Browser = undefined; | ||
@@ -65,2 +65,6 @@ var _react = require('./react'); | ||
var _isEmpty2 = require('./isEmpty'); | ||
var _isEmpty3 = _interopRequireDefault(_isEmpty2); | ||
var _mergeDeep2 = require('./mergeDeep'); | ||
@@ -129,2 +133,3 @@ | ||
exports.deepEqual = _deepEqual3.default; | ||
exports.isEmpty = _isEmpty3.default; | ||
exports.mergeDeep = _mergeDeep3.default; | ||
@@ -131,0 +136,0 @@ exports.ms = _ms3.default; |
{ | ||
"name": "@instructure/ui-utils", | ||
"version": "5.19.0-rc.21", | ||
"version": "5.19.0-rc.24", | ||
"description": "A collection of utilities for UI components", | ||
@@ -25,4 +25,4 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"devDependencies": { | ||
"@instructure/ui-presets": "^5.19.0-rc.21", | ||
"@instructure/ui-testbed": "^5.19.0-rc.21", | ||
"@instructure/ui-presets": "^5.19.0-rc.24", | ||
"@instructure/ui-testbed": "^5.19.0-rc.24", | ||
"react": "15.6.2", | ||
@@ -49,3 +49,3 @@ "react-dom": "15.6.2" | ||
}, | ||
"gitHead": "555bb30cc9bdef2f3099ebb3a56a5944430972e4" | ||
"gitHead": "b7a6be186bf7a02238ed460f2137e5562effc3a7" | ||
} |
@@ -34,2 +34,3 @@ /* | ||
export deepEqual from './deepEqual' | ||
export isEmpty from './isEmpty' | ||
export mergeDeep from './mergeDeep' | ||
@@ -36,0 +37,0 @@ export ms from './ms' |
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
769217
204
14617
37
72