File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed 
__DOCS__/JSDocTemplate/template/static/js Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ 1.22.0 / 2025-08-26
2+ ================== 
3+ 
4+ 
5+ 
161.21.0 / 2024-09-10
27================== 
38
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ var Prism = (function (_self) {
227227				if  ( typeof  document  ===  'undefined' )  { 
228228					return  null ; 
229229				} 
230- 				if  ( ' currentScript'   in  document  &&  1  <  2  /* hack to trip TS' flow analysis */ )  { 
230+ 				if  ( document . currentScript   &&  document . currentScript . tagName   ===   'SCRIPT'  &&  1  <  2  /* hack to trip TS' flow analysis */ )  { 
231231					return  /** @type  {any } */  ( document . currentScript ) ; 
232232				} 
233233
Original file line number Diff line number Diff line change 11{
22  "name" : " @cloudinary/url-gen" 
3-   "version" : " 1.21 .0" 
3+   "version" : " 1.22 .0" 
44  "description" : " " 
55  "scripts" : {
66    "test" : " npm run build && npm run test:types && npm run build && jest --coverage --reporters default &&  npm run test:size" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments