@tradejs/connectors 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -1,6 +1,5 @@
1
1
  import * as _tradejs_types from '@tradejs/types';
2
- import { KlineChartData, ConnectorRegistryEntry, ConnectorCreator } from '@tradejs/types';
3
- import { DerivativesInterval, DerivativesRow, SpreadRow } from '@tradejs/infra/timescale';
2
+ import { DerivativesInterval, KlineChartData, DerivativesRow, SpreadRow, ConnectorRegistryEntry, ConnectorCreator } from '@tradejs/types';
4
3
 
5
4
  type SpotKlineRequest = {
6
5
  symbol: string;
package/dist/index.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  import * as _tradejs_types from '@tradejs/types';
2
- import { KlineChartData, ConnectorRegistryEntry, ConnectorCreator } from '@tradejs/types';
3
- import { DerivativesInterval, DerivativesRow, SpreadRow } from '@tradejs/infra/timescale';
2
+ import { DerivativesInterval, KlineChartData, DerivativesRow, SpreadRow, ConnectorRegistryEntry, ConnectorCreator } from '@tradejs/types';
4
3
 
5
4
  type SpotKlineRequest = {
6
5
  symbol: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tradejs/connectors",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Built-in TradeJS exchange connectors and market data providers.",
5
5
  "keywords": [
6
6
  "tradejs",
@@ -25,10 +25,10 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@tradejs/core": "^1.0.3",
29
- "@tradejs/infra": "^1.0.3",
30
- "@tradejs/node": "^1.0.3",
31
- "@tradejs/types": "^1.0.3",
28
+ "@tradejs/core": "^1.0.4",
29
+ "@tradejs/infra": "^1.0.4",
30
+ "@tradejs/node": "^1.0.4",
31
+ "@tradejs/types": "^1.0.4",
32
32
  "bybit-api": "^3.9.0",
33
33
  "chalk": "4.1.2",
34
34
  "lodash": "^4.17.21"