@forgecharts/sdk 1.5.49 → 1.5.50

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.
@@ -18030,7 +18030,7 @@ var DEMONSTRATION_STROKE = "rgba(255, 200, 50, 0.7)";
18030
18030
  var DEMONSTRATION_COLOR = "var(--crosshair-overlay, rgba(255,255,255,0.75))";
18031
18031
 
18032
18032
  // src/version.ts
18033
- var FORGECHARTS_VERSION = "1.5.49" ;
18033
+ var FORGECHARTS_VERSION = "1.5.50" ;
18034
18034
  function applyRuntimeConfig(caps, config) {
18035
18035
  if (!config) return caps;
18036
18036
  const orderEntry = config.enableOrderEntry === false ? false : caps.orderEntry;
@@ -18253,7 +18253,7 @@ var DEMONSTRATION_STROKE = "rgba(255, 200, 50, 0.7)";
18253
18253
  var DEMONSTRATION_COLOR = "var(--crosshair-overlay, rgba(255,255,255,0.75))";
18254
18254
 
18255
18255
  // src/version.ts
18256
- var FORGECHARTS_VERSION = "1.5.49" ;
18256
+ var FORGECHARTS_VERSION = "1.5.50" ;
18257
18257
  function applyRuntimeConfig(caps, config) {
18258
18258
  if (!config) return caps;
18259
18259
  const orderEntry = config.enableOrderEntry === false ? false : caps.orderEntry;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forgecharts/sdk",
3
- "version": "1.5.49",
3
+ "version": "1.5.50",
4
4
  "description": "ForgeCharts SDK — canvas-based charting engine, no third-party chart libraries",
5
5
  "repository": {
6
6
  "type": "git",