@millistream/millistream-widgets 1.0.26 → 1.0.28

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.
@@ -3493,7 +3493,8 @@ function Milli_OptionsList(settings) {
3493
3493
  let m_strikes = [];
3494
3494
  let m_strikedates = [];
3495
3495
  let m_strikepricedecimals = 2;
3496
-
3496
+ let m_strikeprices = [];
3497
+
3497
3498
  let m_lang_en = {
3498
3499
  askprice: 'Ask',
3499
3500
  bidprice: 'Bid',
@@ -3626,7 +3627,7 @@ function Milli_OptionsList(settings) {
3626
3627
  let decimals = 0;
3627
3628
  let expirys = [];
3628
3629
 
3629
- for (i = 0; i < resp.instruments.length; i++) {
3630
+ for (let i = 0; i < resp.instruments.length; i++) {
3630
3631
  let dec = getNumDecimals(_this, resp.instruments[i].strikeprice);
3631
3632
  decimals = decimals > dec ? decimals : dec;
3632
3633
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@millistream/millistream-widgets",
3
- "version": "1.0.26",
3
+ "version": "1.0.28",
4
4
  "description": "Millistream widgets node package",
5
5
  "main": "millistream-widgets.js",
6
6
  "scripts": {