@forgecharts/sdk 1.5.36 → 1.5.37

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.
@@ -26582,7 +26582,7 @@ function _guessFrontMonth(product, months) {
26582
26582
  }
26583
26583
 
26584
26584
  // src/version.ts
26585
- var FORGECHARTS_VERSION = "1.5.36" ;
26585
+ var FORGECHARTS_VERSION = "1.5.37" ;
26586
26586
  var TIMEZONE_OPTIONS = [
26587
26587
  { label: "UTC", value: "UTC" },
26588
26588
  { label: "Exchange", value: "exchange" },
@@ -26807,7 +26807,7 @@ function _guessFrontMonth(product, months) {
26807
26807
  }
26808
26808
 
26809
26809
  // src/version.ts
26810
- var FORGECHARTS_VERSION = "1.5.36" ;
26810
+ var FORGECHARTS_VERSION = "1.5.37" ;
26811
26811
  var TIMEZONE_OPTIONS = [
26812
26812
  { label: "UTC", value: "UTC" },
26813
26813
  { label: "Exchange", value: "exchange" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forgecharts/sdk",
3
- "version": "1.5.36",
3
+ "version": "1.5.37",
4
4
  "description": "ForgeCharts SDK — canvas-based charting engine, no third-party chart libraries",
5
5
  "repository": {
6
6
  "type": "git",