diff --git a/package-lock.json b/package-lock.json index 9d1315c..f62d2fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@qiskit/web-components", - "version": "0.11.2", + "version": "0.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@qiskit/web-components", - "version": "0.11.2", + "version": "0.14.0", "license": "MIT", "dependencies": { "@carbon/colors": "^10.37.1", diff --git a/rollup.config.js b/rollup.config.js index 1b9da30..83ab2e6 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -59,7 +59,7 @@ export default [ ], output: { file: 'experimental-bundled-ui-shell.js', - format: 'esm', + format: 'iife', }, }, ];