@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.
- package/dist/cjs/agreement-info_23.cjs.entry.js +1 -1
- package/dist/esm/agreement-info_23.entry.js +1 -1
- package/dist/loader/cdn.js +2 -1
- package/dist/loader/index.cjs.js +2 -1
- package/dist/loader/index.d.ts +0 -3
- package/dist/loader/index.es2017.js +1 -0
- package/dist/loader/index.js +1 -0
- package/dist/qbs-ect-cmp/{p-a1484b9b.entry.js → p-1bb32d8e.entry.js} +2 -2
- package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -1
- package/package.json +1 -1
- /package/dist/qbs-ect-cmp/{p-a1484b9b.entry.js.map → p-1bb32d8e.entry.js.map} +0 -0
|
@@ -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.
|
|
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.
|
|
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";
|
package/dist/loader/cdn.js
CHANGED
|
@@ -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() };
|
package/dist/loader/index.cjs.js
CHANGED
|
@@ -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() };
|
package/dist/loader/index.d.ts
CHANGED
|
@@ -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
|
/**
|
package/dist/loader/index.js
CHANGED
|
@@ -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';
|