@digipair/skill-keycloak 0.31.0 → 0.31.2

Sign up to get free protection for your applications and to get access to all the features.
package/index.cjs.js CHANGED
@@ -23523,14 +23523,14 @@ function indent(str, spaces) {
23523
23523
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
23524
23524
  // match is required
23525
23525
  if (!match) {
23526
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
23526
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
23527
23527
  v: nextMatch1
23528
23528
  };
23529
23529
  }
23530
23530
  var token = match.token, offset = match.offset;
23531
23531
  i1 += offset;
23532
23532
  if (token === " ") {
23533
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23533
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23534
23534
  }
23535
23535
  tokens1 = _to_consumable_array$3(tokens1).concat([
23536
23536
  token
@@ -23549,7 +23549,7 @@ function indent(str, spaces) {
23549
23549
  if (contextKeys.some(function(el) {
23550
23550
  return el.startsWith(name);
23551
23551
  })) {
23552
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23552
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23553
23553
  }
23554
23554
  if (dateTimeIdentifiers.some(function(el) {
23555
23555
  return el === name;
@@ -23568,9 +23568,9 @@ function indent(str, spaces) {
23568
23568
  if (dateTimeIdentifiers.some(function(el) {
23569
23569
  return el.startsWith(name);
23570
23570
  })) {
23571
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23571
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23572
23572
  }
23573
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
23573
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
23574
23574
  v: nextMatch1
23575
23575
  };
23576
23576
  };
@@ -27446,17 +27446,14 @@ const executePins = async (settingsOrigin, context = {})=>{
27446
27446
  };
27447
27447
  const executePinsList = async (pinsSettingsList, context)=>{
27448
27448
  let previous = {};
27449
- const steps = [];
27450
27449
  // parcourir tous les pins
27451
27450
  for(let i = 0; i < pinsSettingsList.length; i++){
27452
27451
  const settings = pinsSettingsList[i];
27453
27452
  try {
27454
27453
  previous = await executePins(settings, _extends({}, context, {
27455
27454
  previous,
27456
- steps,
27457
27455
  parent: {
27458
27456
  previous: context.previous,
27459
- steps: context.steps,
27460
27457
  parent: context.parent
27461
27458
  }
27462
27459
  }));
@@ -27466,10 +27463,6 @@ const executePinsList = async (pinsSettingsList, context)=>{
27466
27463
  }
27467
27464
  throw error;
27468
27465
  }
27469
- steps[i] = {
27470
- name: settings.name,
27471
- result: previous
27472
- };
27473
27466
  }
27474
27467
  return previous;
27475
27468
  };
package/index.esm.js CHANGED
@@ -23494,14 +23494,14 @@ function indent(str, spaces) {
23494
23494
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
23495
23495
  // match is required
23496
23496
  if (!match) {
23497
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
23497
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
23498
23498
  v: nextMatch1
23499
23499
  };
23500
23500
  }
23501
23501
  var token = match.token, offset = match.offset;
23502
23502
  i1 += offset;
23503
23503
  if (token === " ") {
23504
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23504
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
23505
23505
  }
23506
23506
  tokens1 = _to_consumable_array$3(tokens1).concat([
23507
23507
  token
@@ -23520,7 +23520,7 @@ function indent(str, spaces) {
23520
23520
  if (contextKeys.some(function(el) {
23521
23521
  return el.startsWith(name);
23522
23522
  })) {
23523
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23523
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
23524
23524
  }
23525
23525
  if (dateTimeIdentifiers.some(function(el) {
23526
23526
  return el === name;
@@ -23539,9 +23539,9 @@ function indent(str, spaces) {
23539
23539
  if (dateTimeIdentifiers.some(function(el) {
23540
23540
  return el.startsWith(name);
23541
23541
  })) {
23542
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23542
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
23543
23543
  }
23544
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
23544
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
23545
23545
  v: nextMatch1
23546
23546
  };
23547
23547
  };
@@ -27417,17 +27417,14 @@ const executePins = async (settingsOrigin, context = {})=>{
27417
27417
  };
27418
27418
  const executePinsList = async (pinsSettingsList, context)=>{
27419
27419
  let previous = {};
27420
- const steps = [];
27421
27420
  // parcourir tous les pins
27422
27421
  for(let i = 0; i < pinsSettingsList.length; i++){
27423
27422
  const settings = pinsSettingsList[i];
27424
27423
  try {
27425
27424
  previous = await executePins(settings, _extends({}, context, {
27426
27425
  previous,
27427
- steps,
27428
27426
  parent: {
27429
27427
  previous: context.previous,
27430
- steps: context.steps,
27431
27428
  parent: context.parent
27432
27429
  }
27433
27430
  }));
@@ -27437,10 +27434,6 @@ const executePinsList = async (pinsSettingsList, context)=>{
27437
27434
  }
27438
27435
  throw error;
27439
27436
  }
27440
- steps[i] = {
27441
- name: settings.name,
27442
- result: previous
27443
- };
27444
27437
  }
27445
27438
  return previous;
27446
27439
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-keycloak",
3
- "version": "0.31.0",
3
+ "version": "0.31.2",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"