@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.
- package/dist/compatibility.d.ts.map +1 -1
- package/dist/index.js +8 -1
- package/dist/index.js.map +1 -1
- package/dist/internal.js +8 -1
- package/dist/internal.js.map +1 -1
- package/dist/react/index.js +1 -1
- package/dist/react/internal.js +1 -1
- package/package.json +1 -1
package/dist/react/index.js
CHANGED
|
@@ -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.
|
|
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;
|
package/dist/react/internal.js
CHANGED
|
@@ -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.
|
|
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;
|