@regulaforensics/vp-frontend-face-components 6.4.1515-nightly → 6.4.1517-nightly
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.d.ts +2 -2
- package/dist/main.iife.js +1 -1
- package/dist/main.js +4 -4
- package/package.json +1 -1
    
        package/dist/index.d.ts
    CHANGED
    
    | @@ -227,13 +227,13 @@ declare global { | |
| 227 227 | 
             
            }
         | 
| 228 228 |  | 
| 229 229 |  | 
| 230 | 
            -
            declare namespace  | 
| 230 | 
            +
            declare namespace v5 {
         | 
| 231 231 | 
             
                var DNS: string;
         | 
| 232 232 | 
             
                var URL: string;
         | 
| 233 233 | 
             
            }
         | 
| 234 234 |  | 
| 235 235 |  | 
| 236 | 
            -
            declare namespace  | 
| 236 | 
            +
            declare namespace v3 {
         | 
| 237 237 | 
             
                var DNS: string;
         | 
| 238 238 | 
             
                var URL: string;
         | 
| 239 239 | 
             
            }
         |