@regulaforensics/idv-capture-web 2.5.178-nightly → 2.5.179-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 CHANGED
@@ -178,7 +178,7 @@ declare type InitConfig = {
178
178
  };
179
179
  face?: Record<string, any>;
180
180
  };
181
- includedModules: IdvModulesType[];
181
+ includedModules: any[];
182
182
  };
183
183
 
184
184
  export declare type InitializeCompletion = {