@regulaforensics/vp-frontend-document-components 7.7.2189-rc → 7.7.2191-rc
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 +2 -2
- package/dist/main.js +4 -4
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -618,13 +618,13 @@ declare global {
|
|
|
618
618
|
}
|
|
619
619
|
|
|
620
620
|
|
|
621
|
-
declare namespace
|
|
621
|
+
declare namespace v5 {
|
|
622
622
|
var DNS: string;
|
|
623
623
|
var URL: string;
|
|
624
624
|
}
|
|
625
625
|
|
|
626
626
|
|
|
627
|
-
declare namespace
|
|
627
|
+
declare namespace v3 {
|
|
628
628
|
var DNS: string;
|
|
629
629
|
var URL: string;
|
|
630
630
|
}
|