victory-errorbar
Advanced tools
Comparing version 36.6.2 to 36.6.3
# victory-errorbar | ||
## 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 @@ |
@@ -136,3 +136,2 @@ import _assign from "lodash/assign"; | ||
shapeRendering: "auto" | ||
}; | ||
//# sourceMappingURL=error-bar.js.map | ||
}; |
@@ -237,3 +237,2 @@ import _isNil from "lodash/isNil"; | ||
}, initialChildProps); | ||
}; | ||
//# sourceMappingURL=helper-methods.js.map | ||
}; |
export * from "./victory-errorbar"; | ||
export * from "./error-bar"; | ||
//# sourceMappingURL=index.js.map | ||
export * from "./error-bar"; |
@@ -127,3 +127,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; } | ||
VictoryErrorBarBase.expectedComponents = ["dataComponent", "labelComponent", "groupComponent", "containerComponent"]; | ||
export var VictoryErrorBar = addEvents(VictoryErrorBarBase); | ||
//# sourceMappingURL=victory-errorbar.js.map | ||
export var VictoryErrorBar = addEvents(VictoryErrorBarBase); |
@@ -154,3 +154,2 @@ "use strict"; | ||
shapeRendering: "auto" | ||
}; | ||
//# sourceMappingURL=error-bar.js.map | ||
}; |
@@ -265,3 +265,2 @@ "use strict"; | ||
exports.getBaseProps = getBaseProps; | ||
//# sourceMappingURL=helper-methods.js.map | ||
exports.getBaseProps = getBaseProps; |
@@ -31,3 +31,2 @@ "use strict"; | ||
}); | ||
}); | ||
//# sourceMappingURL=index.js.map | ||
}); |
@@ -143,3 +143,2 @@ "use strict"; | ||
var VictoryErrorBar = (0, _victoryCore.addEvents)(VictoryErrorBarBase); | ||
exports.VictoryErrorBar = VictoryErrorBar; | ||
//# sourceMappingURL=victory-errorbar.js.map | ||
exports.VictoryErrorBar = VictoryErrorBar; |
{ | ||
"name": "victory-errorbar", | ||
"version": "36.6.2", | ||
"version": "36.6.3", | ||
"description": "Error Bar Component for Victory", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"prop-types": "^15.8.1", | ||
"victory-core": "^36.6.2" | ||
"victory-core": "^36.6.3" | ||
}, | ||
@@ -55,3 +55,5 @@ "peerDependencies": { | ||
"!src/**/*.test.*", | ||
"../../.babelrc.build.js" | ||
"../../.babelrc.build.js", | ||
"../../.babelrc.js", | ||
"../../package-scripts.js" | ||
], | ||
@@ -74,3 +76,5 @@ "output": [ | ||
"!src/**/*.test.*", | ||
"../../.babelrc.build.js" | ||
"../../.babelrc.build.js", | ||
"../../.babelrc.js", | ||
"../../package-scripts.js" | ||
], | ||
@@ -100,2 +104,4 @@ "output": [ | ||
"../../.babelrc.build.js", | ||
"../../.babelrc.js", | ||
"../../package-scripts.js", | ||
"../../config/webpack.config.js", | ||
@@ -121,2 +127,4 @@ "../../config/webpack.config.dev.js" | ||
"../../.babelrc.build.js", | ||
"../../.babelrc.js", | ||
"../../package-scripts.js", | ||
"../../config/webpack.config.js" | ||
@@ -123,0 +131,0 @@ ], |
Sorry, the diff of this file is too big to display
1219281
20613
Updatedvictory-core@^36.6.3