@ekyc_qoobiss/qbs-ect-cmp 4.0.4 → 4.0.5

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.
@@ -22389,7 +22389,7 @@ function v4(options, buf, offset) {
22389
22389
  }
22390
22390
 
22391
22391
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
22392
- const version$1 = "4.0.4";
22392
+ const version$1 = "4.0.5";
22393
22393
  const description = "Person Identification Component";
22394
22394
  const main = "./dist/index.cjs.js";
22395
22395
  const module$1 = "./dist/index.js";
@@ -22385,7 +22385,7 @@ function v4(options, buf, offset) {
22385
22385
  }
22386
22386
 
22387
22387
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
22388
- const version$1 = "4.0.4";
22388
+ const version$1 = "4.0.5";
22389
22389
  const description = "Person Identification Component";
22390
22390
  const main = "./dist/index.cjs.js";
22391
22391
  const module = "./dist/index.js";
@@ -1 +1,2 @@
1
- module.exports = require('../cjs/loader.cjs.js');
1
+ module.exports = require('../cjs/loader.cjs.js');
2
+ module.exports.applyPolyfills = function() { return Promise.resolve() };
@@ -1 +1,2 @@
1
- module.exports = require('../cjs/loader.cjs.js');
1
+ module.exports = require('../cjs/loader.cjs.js');
2
+ module.exports.applyPolyfills = function() { return Promise.resolve() };
@@ -9,9 +9,6 @@ export interface CustomElementsDefineOptions {
9
9
  rel?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
10
10
  }
11
11
  export declare function defineCustomElements(win?: Window, opts?: CustomElementsDefineOptions): void;
12
- /**
13
- * @deprecated
14
- */
15
12
  export declare function applyPolyfills(): Promise<void>;
16
13
 
17
14
  /**
@@ -1 +1,2 @@
1
+ export * from '../esm/polyfills/index.js';
1
2
  export * from '../esm/loader.js';
@@ -1,2 +1,3 @@
1
1
  (function(){if("undefined"!==typeof window&&void 0!==window.Reflect&&void 0!==window.customElements){var a=HTMLElement;window.HTMLElement=function(){return Reflect.construct(a,[],this.constructor)};HTMLElement.prototype=a.prototype;HTMLElement.prototype.constructor=HTMLElement;Object.setPrototypeOf(HTMLElement,a)}})();
2
+ export * from '../esm/polyfills/index.js';
2
3
  export * from '../esm/loader.js';