@semcore/core
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -5,3 +5,3 @@ # Changelog | ||
## [1.3.0] - 2020-06-10 | ||
## [1.3.1] - 2020-06-10 | ||
@@ -8,0 +8,0 @@ ### Fixed |
@@ -9,3 +9,4 @@ "use strict"; | ||
var _exportNames = { | ||
styled: true | ||
styled: true, | ||
use: true | ||
}; | ||
@@ -18,2 +19,8 @@ Object.defineProperty(exports, "styled", { | ||
}); | ||
Object.defineProperty(exports, "use", { | ||
enumerable: true, | ||
get: function get() { | ||
return _core.use; | ||
} | ||
}); | ||
@@ -20,0 +27,0 @@ var _core = _interopRequireWildcard(require("@reshadow/core")); |
export { default as styled } from '@reshadow/core'; | ||
export { use } from '@reshadow/core'; | ||
export * from '@reshadow/core'; | ||
//# sourceMappingURL=index.js.map |
@@ -8,2 +8,3 @@ export interface IStyledProps { | ||
export { default as styled } from '@reshadow/core'; | ||
export { use } from '@reshadow/core'; | ||
export * from '@reshadow/core'; |
{ | ||
"name": "@semcore/core", | ||
"description": "SEMRush Core Component", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"main": "lib/cjs/index.js", | ||
@@ -6,0 +6,0 @@ "module": "lib/es6/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
272645
3053