candleview 1.0.2 → 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.
|
@@ -50869,6 +50869,6 @@ class Zo extends $.Component {
|
|
|
50869
50869
|
}
|
|
50870
50870
|
}
|
|
50871
50871
|
export {
|
|
50872
|
-
Zo as CandleView
|
|
50872
|
+
Zo as CandleView,
|
|
50873
|
+
Zo as default
|
|
50873
50874
|
};
|
|
50874
|
-
//# sourceMappingURL=index.esm.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "candleview",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Chart engine in the financial field.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Finance",
|
|
@@ -44,7 +44,8 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"lightweight-charts": "^5.0.9",
|
|
47
|
-
"resize-observer-polyfill": "^1.5.1"
|
|
47
|
+
"resize-observer-polyfill": "^1.5.1",
|
|
48
|
+
"vite-plugin-dts": "^4.5.4"
|
|
48
49
|
},
|
|
49
50
|
"devDependencies": {
|
|
50
51
|
"@types/react": "^19.2.0",
|