@digipair/skill-keycloak 0.114.7 → 0.114.8
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/index.esm.js +5 -5
 - package/package.json +1 -1
 
    
        package/dist/index.esm.js
    CHANGED
    
    | 
         @@ -22846,14 +22846,14 @@ function indent(str, spaces) { 
     | 
|
| 
       22846 
22846 
     | 
    
         
             
                    var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
         
     | 
| 
       22847 
22847 
     | 
    
         
             
                    // match is required
         
     | 
| 
       22848 
22848 
     | 
    
         
             
                    if (!match) {
         
     | 
| 
       22849 
     | 
    
         
            -
                        return  
     | 
| 
      
 22849 
     | 
    
         
            +
                        return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
         
     | 
| 
       22850 
22850 
     | 
    
         
             
                            v: nextMatch1
         
     | 
| 
       22851 
22851 
     | 
    
         
             
                        };
         
     | 
| 
       22852 
22852 
     | 
    
         
             
                    }
         
     | 
| 
       22853 
22853 
     | 
    
         
             
                    var token = match.token, offset = match.offset;
         
     | 
| 
       22854 
22854 
     | 
    
         
             
                    i1 += offset;
         
     | 
| 
       22855 
22855 
     | 
    
         
             
                    if (token === ' ') {
         
     | 
| 
       22856 
     | 
    
         
            -
                        return  
     | 
| 
      
 22856 
     | 
    
         
            +
                        return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
         
     | 
| 
       22857 
22857 
     | 
    
         
             
                    }
         
     | 
| 
       22858 
22858 
     | 
    
         
             
                    tokens1 = _to_consumable_array$4(tokens1).concat([
         
     | 
| 
       22859 
22859 
     | 
    
         
             
                        token
         
     | 
| 
         @@ -22872,7 +22872,7 @@ function indent(str, spaces) { 
     | 
|
| 
       22872 
22872 
     | 
    
         
             
                    if (contextKeys.some(function(el) {
         
     | 
| 
       22873 
22873 
     | 
    
         
             
                        return el.startsWith(name);
         
     | 
| 
       22874 
22874 
     | 
    
         
             
                    })) {
         
     | 
| 
       22875 
     | 
    
         
            -
                        return  
     | 
| 
      
 22875 
     | 
    
         
            +
                        return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
         
     | 
| 
       22876 
22876 
     | 
    
         
             
                    }
         
     | 
| 
       22877 
22877 
     | 
    
         
             
                    if (dateTimeIdentifiers.some(function(el) {
         
     | 
| 
       22878 
22878 
     | 
    
         
             
                        return el === name;
         
     | 
| 
         @@ -22891,9 +22891,9 @@ function indent(str, spaces) { 
     | 
|
| 
       22891 
22891 
     | 
    
         
             
                    if (dateTimeIdentifiers.some(function(el) {
         
     | 
| 
       22892 
22892 
     | 
    
         
             
                        return el.startsWith(name);
         
     | 
| 
       22893 
22893 
     | 
    
         
             
                    })) {
         
     | 
| 
       22894 
     | 
    
         
            -
                        return  
     | 
| 
      
 22894 
     | 
    
         
            +
                        return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
         
     | 
| 
       22895 
22895 
     | 
    
         
             
                    }
         
     | 
| 
       22896 
     | 
    
         
            -
                    return  
     | 
| 
      
 22896 
     | 
    
         
            +
                    return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
         
     | 
| 
       22897 
22897 
     | 
    
         
             
                        v: nextMatch1
         
     | 
| 
       22898 
22898 
     | 
    
         
             
                    };
         
     | 
| 
       22899 
22899 
     | 
    
         
             
                };
         
     |