victory-tooltip
Advanced tools
Comparing version 36.6.2 to 36.6.3
# victory-tooltip | ||
## 36.6.3 | ||
### Patch Changes | ||
- Do not generate \*.js.map sourcemaps (fixes [#2346](https://github.com/FormidableLabs/victory/issues/2346)) ([#2432](https://github.com/FormidableLabs/victory/pull/2432)) | ||
- Updated dependencies [[`4bfc65df5`](https://github.com/FormidableLabs/victory/commit/4bfc65df5a10aa6a10084882ed5c6d0d894dec6f)]: | ||
- victory-core@36.6.3 | ||
## 36.6.2 | ||
@@ -4,0 +13,0 @@ |
@@ -115,3 +115,2 @@ import _assign from "lodash/assign"; | ||
}; | ||
export default Flyout; | ||
//# sourceMappingURL=flyout.js.map | ||
export default Flyout; |
export { default as VictoryTooltip } from "./victory-tooltip"; | ||
export { default as Flyout } from "./flyout"; | ||
//# sourceMappingURL=index.js.map | ||
export { default as Flyout } from "./flyout"; |
@@ -648,3 +648,2 @@ import _orderBy from "lodash/orderBy"; | ||
export { VictoryTooltip as default }; | ||
//# sourceMappingURL=victory-tooltip.js.map | ||
export { VictoryTooltip as default }; |
@@ -131,3 +131,2 @@ "use strict"; | ||
var _default = Flyout; | ||
exports.default = _default; | ||
//# sourceMappingURL=flyout.js.map | ||
exports.default = _default; |
@@ -23,3 +23,2 @@ "use strict"; | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
//# sourceMappingURL=index.js.map | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
@@ -682,3 +682,2 @@ "use strict"; | ||
}]; | ||
}; | ||
//# sourceMappingURL=victory-tooltip.js.map | ||
}; |
{ | ||
"name": "victory-tooltip", | ||
"version": "36.6.2", | ||
"version": "36.6.3", | ||
"description": "Tooltip Component for Victory", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"prop-types": "^15.8.1", | ||
"victory-core": "^36.6.2" | ||
"victory-core": "^36.6.3" | ||
}, | ||
@@ -52,3 +52,5 @@ "peerDependencies": { | ||
"!src/**/*.test.*", | ||
"../../.babelrc.build.js" | ||
"../../.babelrc.build.js", | ||
"../../.babelrc.js", | ||
"../../package-scripts.js" | ||
], | ||
@@ -71,3 +73,5 @@ "output": [ | ||
"!src/**/*.test.*", | ||
"../../.babelrc.build.js" | ||
"../../.babelrc.build.js", | ||
"../../.babelrc.js", | ||
"../../package-scripts.js" | ||
], | ||
@@ -97,2 +101,4 @@ "output": [ | ||
"../../.babelrc.build.js", | ||
"../../.babelrc.js", | ||
"../../package-scripts.js", | ||
"../../config/webpack.config.js", | ||
@@ -118,2 +124,4 @@ "../../config/webpack.config.dev.js" | ||
"../../.babelrc.build.js", | ||
"../../.babelrc.js", | ||
"../../package-scripts.js", | ||
"../../config/webpack.config.js" | ||
@@ -120,0 +128,0 @@ ], |
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
840743
15535
Updatedvictory-core@^36.6.3