@digipair/skill-web 0.8.5 → 0.8.6

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/index.cjs.js CHANGED
@@ -27495,7 +27495,7 @@ let WebService = class WebService {
27495
27495
  });
27496
27496
  return pinsSettings.properties.execute;
27497
27497
  }
27498
- async prepareBrowserPinsSettings(name, pinsSettings) {
27498
+ prepareBrowserPinsSettings(name, pinsSettings) {
27499
27499
  const preparedPinsSettings = pinsSettings.map((item, index)=>this.filteredWebPinsSettings(item, `${name}[${index}]`));
27500
27500
  return preparedPinsSettings;
27501
27501
  }
package/index.esm.js CHANGED
@@ -23488,14 +23488,14 @@ function indent(str, spaces) {
23488
23488
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
23489
23489
  // match is required
23490
23490
  if (!match) {
23491
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
23491
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
23492
23492
  v: nextMatch1
23493
23493
  };
23494
23494
  }
23495
23495
  var token = match.token, offset = match.offset;
23496
23496
  i1 += offset;
23497
23497
  if (token === " ") {
23498
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23498
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23499
23499
  }
23500
23500
  tokens1 = _to_consumable_array$1(tokens1).concat([
23501
23501
  token
@@ -23514,7 +23514,7 @@ function indent(str, spaces) {
23514
23514
  if (contextKeys.some(function(el) {
23515
23515
  return el.startsWith(name);
23516
23516
  })) {
23517
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23517
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23518
23518
  }
23519
23519
  if (dateTimeIdentifiers.some(function(el) {
23520
23520
  return el === name;
@@ -23533,9 +23533,9 @@ function indent(str, spaces) {
23533
23533
  if (dateTimeIdentifiers.some(function(el) {
23534
23534
  return el.startsWith(name);
23535
23535
  })) {
23536
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23536
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23537
23537
  }
23538
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
23538
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
23539
23539
  v: nextMatch1
23540
23540
  };
23541
23541
  };
@@ -27473,7 +27473,7 @@ let WebService = class WebService {
27473
27473
  });
27474
27474
  return pinsSettings.properties.execute;
27475
27475
  }
27476
- async prepareBrowserPinsSettings(name, pinsSettings) {
27476
+ prepareBrowserPinsSettings(name, pinsSettings) {
27477
27477
  const preparedPinsSettings = pinsSettings.map((item, index)=>this.filteredWebPinsSettings(item, `${name}[${index}]`));
27478
27478
  return preparedPinsSettings;
27479
27479
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web",
3
- "version": "0.8.5",
3
+ "version": "0.8.6",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"