victory-selection-container
Advanced tools
Comparing version 36.6.2 to 36.6.3
# victory-selection-container | ||
## 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 @@ |
export { selectionContainerMixin, default as VictorySelectionContainer } from "./victory-selection-container"; | ||
export { default as SelectionHelpers } from "./selection-helpers"; | ||
//# sourceMappingURL=index.js.map | ||
export { default as SelectionHelpers } from "./selection-helpers"; |
@@ -270,3 +270,2 @@ import _includes from "lodash/includes"; | ||
}) | ||
}); | ||
//# sourceMappingURL=selection-helpers.js.map | ||
}); |
@@ -134,3 +134,2 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } | ||
}; | ||
export default selectionContainerMixin(VictoryContainer); | ||
//# sourceMappingURL=victory-selection-container.js.map | ||
export default selectionContainerMixin(VictoryContainer); |
@@ -33,3 +33,2 @@ "use strict"; | ||
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } | ||
//# sourceMappingURL=index.js.map | ||
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } |
@@ -293,3 +293,2 @@ "use strict"; | ||
exports.default = _default; | ||
//# sourceMappingURL=selection-helpers.js.map | ||
exports.default = _default; |
@@ -152,3 +152,2 @@ "use strict"; | ||
exports.default = _default; | ||
//# sourceMappingURL=victory-selection-container.js.map | ||
exports.default = _default; |
{ | ||
"name": "victory-selection-container", | ||
"version": "36.6.2", | ||
"version": "36.6.3", | ||
"description": "Interactive Selection Component for Victory", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"prop-types": "^15.8.1", | ||
"victory-core": "^36.6.2" | ||
"victory-core": "^36.6.3" | ||
}, | ||
@@ -32,3 +32,3 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"victory-bar": "^36.6.2" | ||
"victory-bar": "^36.6.3" | ||
}, | ||
@@ -56,3 +56,5 @@ "wireit": { | ||
"!src/**/*.test.*", | ||
"../../.babelrc.build.js" | ||
"../../.babelrc.build.js", | ||
"../../.babelrc.js", | ||
"../../package-scripts.js" | ||
], | ||
@@ -75,3 +77,5 @@ "output": [ | ||
"!src/**/*.test.*", | ||
"../../.babelrc.build.js" | ||
"../../.babelrc.build.js", | ||
"../../.babelrc.js", | ||
"../../package-scripts.js" | ||
], | ||
@@ -101,2 +105,4 @@ "output": [ | ||
"../../.babelrc.build.js", | ||
"../../.babelrc.js", | ||
"../../package-scripts.js", | ||
"../../config/webpack.config.js", | ||
@@ -122,2 +128,4 @@ "../../config/webpack.config.dev.js" | ||
"../../.babelrc.build.js", | ||
"../../.babelrc.js", | ||
"../../package-scripts.js", | ||
"../../config/webpack.config.js" | ||
@@ -124,0 +132,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
765896
13866
Updatedvictory-core@^36.6.3