@orbis-systems/orbis-chart-react
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -7,2 +7,3 @@ export * from './OrbisChart'; | ||
new (apiUrl: string, updateInterval: number, type: OrbisChartProps['quoteType']): TradingView.ChartingLibraryWidgetOptions['datafeed']; | ||
new (apiUrl: string, updateInterval: number, type: OrbisChartProps['quoteType'], sessionId: 'sessionid', token: string): TradingView.ChartingLibraryWidgetOptions['datafeed']; | ||
} | ||
@@ -9,0 +10,0 @@ declare global { |
{ | ||
"name": "@orbis-systems/orbis-chart-react", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
61404
1631