react-sigma
Advanced tools
Comparing version 1.2.20 to 1.2.21
@@ -27,2 +27,4 @@ import _Sigma from './Sigma'; | ||
export { _SigmaEnableWebGL as SigmaEnableWebGL }; | ||
import _SigmaEnableSVG from './SigmaEnableSVG'; | ||
export { _SigmaEnableSVG as SigmaEnableSVG }; | ||
@@ -29,0 +31,0 @@ |
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports.SigmaEnableWebGL = exports.RandomizeNodePositions = exports.NeoGraphItemsProducers = exports.NeoCypher = exports.NOverlap = exports.RelativeSize = exports.ForceAtlas2 = exports.Filter = exports.LoadGEXF = exports.LoadJSON = exports.NodeShapes = exports.EdgeShapes = exports.Sigma = undefined; | ||
exports.SigmaEnableSVG = exports.SigmaEnableWebGL = exports.RandomizeNodePositions = exports.NeoGraphItemsProducers = exports.NeoCypher = exports.NOverlap = exports.RelativeSize = exports.ForceAtlas2 = exports.Filter = exports.LoadGEXF = exports.LoadJSON = exports.NodeShapes = exports.EdgeShapes = exports.Sigma = undefined; | ||
@@ -61,2 +61,6 @@ var _Sigma2 = require('./Sigma'); | ||
var _SigmaEnableSVG2 = require('./SigmaEnableSVG'); | ||
var _SigmaEnableSVG3 = _interopRequireDefault(_SigmaEnableSVG2); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -77,2 +81,3 @@ | ||
exports.SigmaEnableWebGL = _SigmaEnableWebGL3.default; | ||
exports.SigmaEnableSVG = _SigmaEnableSVG3.default; | ||
exports.default = _Sigma3.default; |
@@ -5,3 +5,3 @@ { | ||
"author": "Maxim Vorobjov <maxim.vorobjov@gmail.com>", | ||
"version": "1.2.20", | ||
"version": "1.2.21", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "bugs": "https://github.com/dunnock/react-sigma/issues", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
4117423
66600