@regulaforensics/vp-frontend-face-components 6.4.1530-nightly → 6.4.1531-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/main.iife.js +1 -1
- package/dist/main.js +4 -4
- package/package.json +1 -1
    
        package/dist/main.js
    CHANGED
    
    | @@ -13982,7 +13982,7 @@ const wz = 1500, S0 = (r) => r * 1e3, ug = nn.create("main"), kz = (r, a, i, u, | |
| 13982 13982 | 
             
                      config: f,
         | 
| 13983 13983 | 
             
                      metadata: {
         | 
| 13984 13984 | 
             
                        hostAppId: r.url || Ta,
         | 
| 13985 | 
            -
                        sdkVersion: f0("6.4. | 
| 13985 | 
            +
                        sdkVersion: f0("6.4.1531-nightly"),
         | 
| 13986 13986 | 
             
                        deviceModel: "".concat(nt.osName, "/").concat(nt.osVersion, " ").concat(nt.browserName, "/").concat(nt.fullBrowserVersion),
         | 
| 13987 13987 | 
             
                        camera: r.videoStatusParams.camera
         | 
| 13988 13988 | 
             
                      }
         | 
| @@ -14003,7 +14003,7 @@ const wz = 1500, S0 = (r) => r * 1e3, ug = nn.create("main"), kz = (r, a, i, u, | |
| 14003 14003 | 
             
                    }), A = {
         | 
| 14004 14004 | 
             
                      platform: "Web",
         | 
| 14005 14005 | 
             
                      osVersion: "".concat(nt.osVersion),
         | 
| 14006 | 
            -
                      sdkVersion: f0("6.4. | 
| 14006 | 
            +
                      sdkVersion: f0("6.4.1531-nightly"),
         | 
| 14007 14007 | 
             
                      hostAppId: r.url || Ta,
         | 
| 14008 14008 | 
             
                      userID: j,
         | 
| 14009 14009 | 
             
                      deviceModel: "".concat(nt.osName, "/").concat(nt.osVersion, " ").concat(nt.browserName, "/").concat(nt.fullBrowserVersion),
         | 
| @@ -16112,7 +16112,7 @@ class $$ extends HTMLElement { | |
| 16112 16112 | 
             
                this.dispatchEvent(i), B$("Component event: ".concat(JSON.stringify(i.detail)));
         | 
| 16113 16113 | 
             
              }
         | 
| 16114 16114 | 
             
              get version() {
         | 
| 16115 | 
            -
                return "".concat("6.4. | 
| 16115 | 
            +
                return "".concat("6.4.1531-nightly".trim());
         | 
| 16116 16116 | 
             
              }
         | 
| 16117 16117 | 
             
              set translations(a) {
         | 
| 16118 16118 | 
             
                this._translations = a, this._mounted && this.render();
         | 
| @@ -16504,7 +16504,7 @@ class iF extends HTMLElement { | |
| 16504 16504 | 
             
                });
         | 
| 16505 16505 | 
             
              }
         | 
| 16506 16506 | 
             
              get version() {
         | 
| 16507 | 
            -
                return "".concat("6.4. | 
| 16507 | 
            +
                return "".concat("6.4.1531-nightly".trim());
         | 
| 16508 16508 | 
             
              }
         | 
| 16509 16509 | 
             
              set translations(a) {
         | 
| 16510 16510 | 
             
                this._translations = a, this._mounted && this.render();
         | 
    
        package/package.json
    CHANGED
    
    | @@ -1,6 +1,6 @@ | |
| 1 1 | 
             
            {
         | 
| 2 2 | 
             
              "name": "@regulaforensics/vp-frontend-face-components",
         | 
| 3 | 
            -
              "version": "6.4. | 
| 3 | 
            +
              "version": "6.4.1531-nightly",
         | 
| 4 4 | 
             
              "description": "Regula framework agnostic web components to work with webcamera",
         | 
| 5 5 | 
             
              "types": "./dist/index.d.ts",
         | 
| 6 6 | 
             
              "main": "./dist/main.iife.js",
         |