@telia-ace/widget-runtime-flamingo 1.1.113-rc.0 → 1.1.113-rc.2

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.
@@ -7,5 +7,6 @@ import { Container } from '@webprovisions/platform';
7
7
  * @param component Promise resolving to the Lit component for rendering.
8
8
  * @param fn Handler for controlling the component.
9
9
  */
10
- declare const createLitComponent: (container: Container, type: string, component: any, fn?: ExtendComponentHandler, options?: ExtendComponentOptions) => Promise<void>;
10
+ declare const createLitComponent: (container: Container, type: string, component: any, // e.g. import('./component.ts)
11
+ fn?: ExtendComponentHandler, options?: ExtendComponentOptions) => Promise<void>;
11
12
  export default createLitComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-runtime-flamingo",
3
- "version": "1.1.113-rc.0",
3
+ "version": "1.1.113-rc.2",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org"
6
6
  },