@nivo/chord
Advanced tools
Comparing version 0.44.0 to 0.45.0
@@ -242,10 +242,2 @@ 'use strict'; | ||
var _extends = Object.assign || function (target) { | ||
@@ -265,4 +257,2 @@ for (var i = 1; i < arguments.length; i++) { | ||
var inherits = function (subClass, superClass) { | ||
@@ -284,12 +274,2 @@ if (typeof superClass !== "function" && superClass !== null) { | ||
var possibleConstructorReturn = function (self, call) { | ||
@@ -788,4 +768,5 @@ if (!self) { | ||
return { | ||
id: arc.id, | ||
label: arc.id, | ||
fill: arc.color | ||
color: arc.color | ||
}; | ||
@@ -792,0 +773,0 @@ }); |
{ | ||
"name": "@nivo/chord", | ||
"version": "0.44.0", | ||
"version": "0.45.0", | ||
"license": "MIT", | ||
@@ -12,4 +12,4 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@nivo/core": "^0.44.0", | ||
"@nivo/legends": "^0.44.0", | ||
"@nivo/core": "^0.45.0", | ||
"@nivo/legends": "^0.45.0", | ||
"d3-chord": "^1.0.4", | ||
@@ -28,3 +28,4 @@ "d3-format": "^1.2.0", | ||
"access": "public" | ||
} | ||
}, | ||
"gitHead": "7467c8b2fa9dfb1e75007bf52a4bf437d12ce690" | ||
} |
40328
5
921
+ Added@nivo/core@0.45.0(transitive)
- Removed@nivo/core@0.44.0(transitive)
Updated@nivo/core@^0.45.0
Updated@nivo/legends@^0.45.0