@forgecharts/sdk 1.5.28 → 1.5.30

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.
@@ -26551,7 +26551,7 @@ function _guessFrontMonth(product, months) {
26551
26551
  }
26552
26552
 
26553
26553
  // src/version.ts
26554
- var FORGECHARTS_VERSION = "1.5.28" ;
26554
+ var FORGECHARTS_VERSION = "1.5.30" ;
26555
26555
  var TIMEZONE_OPTIONS = [
26556
26556
  { label: "UTC", value: "UTC" },
26557
26557
  { label: "Exchange", value: "exchange" },
@@ -26776,7 +26776,7 @@ function _guessFrontMonth(product, months) {
26776
26776
  }
26777
26777
 
26778
26778
  // src/version.ts
26779
- var FORGECHARTS_VERSION = "1.5.28" ;
26779
+ var FORGECHARTS_VERSION = "1.5.30" ;
26780
26780
  var TIMEZONE_OPTIONS = [
26781
26781
  { label: "UTC", value: "UTC" },
26782
26782
  { label: "Exchange", value: "exchange" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forgecharts/sdk",
3
- "version": "1.5.28",
3
+ "version": "1.5.30",
4
4
  "description": "ForgeCharts SDK — canvas-based charting engine, no third-party chart libraries",
5
5
  "repository": {
6
6
  "type": "git",