@superset-ui/core
Advanced tools
Comparing version 0.18.5 to 0.18.6
@@ -34,2 +34,3 @@ /** | ||
export * from './chart-composition'; | ||
export * from './components'; | ||
export * from './components'; | ||
export * from './math-expression'; |
@@ -35,2 +35,3 @@ /** | ||
export * from './components'; | ||
export * from './math-expression'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -131,2 +131,10 @@ "use strict"; | ||
exports[key] = _components[key]; | ||
}); | ||
var _mathExpression = require("./math-expression"); | ||
Object.keys(_mathExpression).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _mathExpression[key]) return; | ||
exports[key] = _mathExpression[key]; | ||
}); |
{ | ||
"name": "@superset-ui/core", | ||
"version": "0.18.5", | ||
"version": "0.18.6", | ||
"description": "Superset UI core", | ||
@@ -42,2 +42,3 @@ "sideEffects": false, | ||
"@types/lodash": "^4.14.149", | ||
"@types/math-expression-evaluator": "^1.2.1", | ||
"@types/rison": "0.0.6", | ||
@@ -55,2 +56,3 @@ "@types/seedrandom": "^2.4.28", | ||
"lodash": "^4.17.11", | ||
"math-expression-evaluator": "^1.3.8", | ||
"pretty-ms": "^7.0.0", | ||
@@ -73,3 +75,3 @@ "react-error-boundary": "^1.2.5", | ||
}, | ||
"gitHead": "e48afb9c77d0f4cad2d108e0fea20b50229ee289" | ||
"gitHead": "30a4c74a3bdd4c8a0235afafeed15846cf838b7f" | ||
} |
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
772356
702
16540
35
+ Added@types/math-expression-evaluator@1.3.3(transitive)
+ Addedmath-expression-evaluator@1.4.0(transitive)