binbot-charts 0.5.7 → 0.5.9

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.
@@ -14,7 +14,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  const jsx_runtime_1 = require("react/jsx-runtime");
16
16
  const react_1 = require("react");
17
- const charting_library_1 = require("../charting_library/");
17
+ const charting_library_1 = require("../charting_library/charting_library");
18
18
  const datafeed_1 = __importDefault(require("./datafeed"));
19
19
  const use_immer_1 = require("use-immer");
20
20
  const TVChartContainer = ({ symbol = "BTCUSDT", interval = "1h", libraryPath = "/charting_library/", timescaleMarks = [], orderLines = [], height = "calc(100vh - 80px)", onTick, getLatestBar, }) => {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.5.7",
2
+ "version": "0.5.9",
3
3
  "name": "binbot-charts",
4
4
  "dependencies": {
5
5
  "react": "^18.3.1",
@@ -28,8 +28,8 @@
28
28
  "type": "git",
29
29
  "url": "git+https://github.com/carkod/binbot-charts.git"
30
30
  },
31
- "module": "dist/components/index.js",
32
- "main": "dist/components/index.js",
31
+ "module": "dist/src/components/index.js",
32
+ "main": "dist/src/components/index.js",
33
33
  "files": [
34
34
  "dist"
35
35
  ],