@pipsend/charts 0.0.10 → 0.0.11
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/pipsend-charts.development.mjs +2 -2
- package/dist/pipsend-charts.production.mjs +2 -2
- package/dist/pipsend-charts.standalone.development.js +2 -2
- package/dist/pipsend-charts.standalone.development.mjs +2 -2
- package/dist/pipsend-charts.standalone.production.js +2 -2
- package/dist/pipsend-charts.standalone.production.mjs +2 -2
- package/package.json +1 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @license
|
|
3
|
-
* Pipsend Charts v0.0.
|
|
3
|
+
* Pipsend Charts v0.0.11-dev+202510282325
|
|
4
4
|
* Copyright (c) 2025 Pipsend
|
|
5
5
|
* Licensed under MIT License
|
|
6
6
|
* Built on TradingView Lightweight Charts™ (Apache 2.0)
|
|
@@ -17087,7 +17087,7 @@
|
|
|
17087
17087
|
* Returns the current version as a string. For example `'1.0.0'`.
|
|
17088
17088
|
*/
|
|
17089
17089
|
function version() {
|
|
17090
|
-
return "0.0.
|
|
17090
|
+
return "0.0.11-dev+202510282325";
|
|
17091
17091
|
}
|
|
17092
17092
|
|
|
17093
17093
|
var PipsendChartsModule = /*#__PURE__*/Object.freeze({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @license
|
|
3
|
-
* Pipsend Charts v0.0.
|
|
3
|
+
* Pipsend Charts v0.0.11-dev+202510282325
|
|
4
4
|
* Copyright (c) 2025 Pipsend
|
|
5
5
|
* Licensed under MIT License
|
|
6
6
|
* Built on TradingView Lightweight Charts™ (Apache 2.0)
|
|
@@ -17084,7 +17084,7 @@ const customSeriesDefaultOptions = {
|
|
|
17084
17084
|
* Returns the current version as a string. For example `'1.0.0'`.
|
|
17085
17085
|
*/
|
|
17086
17086
|
function version() {
|
|
17087
|
-
return "0.0.
|
|
17087
|
+
return "0.0.11-dev+202510282325";
|
|
17088
17088
|
}
|
|
17089
17089
|
|
|
17090
17090
|
export { areaSeries as AreaSeries, barSeries as BarSeries, baselineSeries as BaselineSeries, candlestickSeries as CandlestickSeries, ColorType, CrosshairMode, DraggablePriceLine, histogramSeries as HistogramSeries, InteractiveLineManager, LastPriceAnimationMode, lineSeries as LineSeries, LineStyle, LineType, MismatchDirection, PriceLineSource, PriceScaleMode, TickMarkType, TrackingModeExitMode, applyATR, applyBollingerBands, applyEMA, applyMACD, applyOBV, applyRSI, applySMA, applyStochastic, applyVolume, applyWMA, createChart, createChartEx, createImageWatermark, createInteractiveLineManager, createOptionsChart, createSeriesMarkers, createTextWatermark, createTradingLine, createUpDownMarkers, createYieldCurveChart, customSeriesDefaultOptions, defaultHorzScaleBehavior, isBusinessDay, isUTCTimestamp, setOBVVolumeData, setVolumeData, version };
|