victory-line
Advanced tools
Comparing version 36.6.2 to 36.6.3
# victory-line | ||
## 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 | ||
- victory-vendor@36.6.3 | ||
## 36.6.2 | ||
@@ -4,0 +14,0 @@ |
@@ -72,3 +72,2 @@ import _assign from "lodash/assign"; | ||
shapeRendering: "auto" | ||
}; | ||
//# sourceMappingURL=curve.js.map | ||
}; |
@@ -101,3 +101,2 @@ import _isNil from "lodash/isNil"; | ||
}, initialChildProps); | ||
}; | ||
//# sourceMappingURL=helper-methods.js.map | ||
}; |
export * from "./victory-line"; | ||
export * from "./curve"; | ||
//# sourceMappingURL=index.js.map | ||
export * from "./curve"; |
@@ -14,3 +14,2 @@ var _excluded = ["children", "element"]; | ||
return /*#__PURE__*/React.cloneElement(element, rest, children); | ||
}; | ||
//# sourceMappingURL=clone.js.map | ||
}; |
@@ -63,3 +63,2 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
VictoryLineBase.defaultProps = defaultProps; | ||
export var VictoryLine = withContainer(VictoryLineBase); | ||
//# sourceMappingURL=victory-line.js.map | ||
export var VictoryLine = withContainer(VictoryLineBase); |
@@ -24,3 +24,2 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
return /*#__PURE__*/React.createElement(VictoryChart, props, /*#__PURE__*/React.createElement(VictoryLine, null)); | ||
}; | ||
//# sourceMappingURL=victory-line.stories.js.map | ||
}; |
@@ -118,3 +118,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; } | ||
VictoryLineBase.expectedComponents = ["dataComponent", "labelComponent", "groupComponent", "containerComponent"]; | ||
export var VictoryLine = addEvents(VictoryLineBase, options); | ||
//# sourceMappingURL=victory-line.js.map | ||
export var VictoryLine = addEvents(VictoryLineBase, options); |
@@ -92,3 +92,2 @@ "use strict"; | ||
shapeRendering: "auto" | ||
}; | ||
//# sourceMappingURL=curve.js.map | ||
}; |
@@ -118,3 +118,2 @@ "use strict"; | ||
exports.getBaseProps = getBaseProps; | ||
//# sourceMappingURL=helper-methods.js.map | ||
exports.getBaseProps = getBaseProps; |
@@ -31,3 +31,2 @@ "use strict"; | ||
}); | ||
}); | ||
//# sourceMappingURL=index.js.map | ||
}); |
@@ -26,3 +26,2 @@ "use strict"; | ||
exports.Clone = Clone; | ||
//# sourceMappingURL=clone.js.map | ||
exports.Clone = Clone; |
@@ -81,3 +81,2 @@ "use strict"; | ||
var VictoryLine = (0, _victoryCore.withContainer)(VictoryLineBase); | ||
exports.VictoryLine = VictoryLine; | ||
//# sourceMappingURL=victory-line.js.map | ||
exports.VictoryLine = VictoryLine; |
@@ -45,3 +45,2 @@ "use strict"; | ||
exports.WithChart = WithChart; | ||
//# sourceMappingURL=victory-line.stories.js.map | ||
exports.WithChart = WithChart; |
@@ -134,3 +134,2 @@ "use strict"; | ||
var VictoryLine = (0, _victoryCore.addEvents)(VictoryLineBase, options); | ||
exports.VictoryLine = VictoryLine; | ||
//# sourceMappingURL=victory-line.js.map | ||
exports.VictoryLine = VictoryLine; |
{ | ||
"name": "victory-line", | ||
"version": "36.6.2", | ||
"version": "36.6.3", | ||
"description": "Line Component for Victory", | ||
@@ -25,4 +25,4 @@ "keywords": [ | ||
"prop-types": "^15.8.1", | ||
"victory-core": "^36.6.2", | ||
"victory-vendor": "^36.6.2" | ||
"victory-core": "^36.6.3", | ||
"victory-vendor": "^36.6.3" | ||
}, | ||
@@ -57,3 +57,5 @@ "peerDependencies": { | ||
"!src/**/*.test.*", | ||
"../../.babelrc.build.js" | ||
"../../.babelrc.build.js", | ||
"../../.babelrc.js", | ||
"../../package-scripts.js" | ||
], | ||
@@ -77,3 +79,5 @@ "output": [ | ||
"!src/**/*.test.*", | ||
"../../.babelrc.build.js" | ||
"../../.babelrc.build.js", | ||
"../../.babelrc.js", | ||
"../../package-scripts.js" | ||
], | ||
@@ -104,2 +108,4 @@ "output": [ | ||
"../../.babelrc.build.js", | ||
"../../.babelrc.js", | ||
"../../package-scripts.js", | ||
"../../config/webpack.config.js", | ||
@@ -126,2 +132,4 @@ "../../config/webpack.config.dev.js" | ||
"../../.babelrc.build.js", | ||
"../../.babelrc.js", | ||
"../../package-scripts.js", | ||
"../../config/webpack.config.js" | ||
@@ -128,0 +136,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
1433145
23580
Updatedvictory-core@^36.6.3
Updatedvictory-vendor@^36.6.3