We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583b17f commit af2ae0bCopy full SHA for af2ae0b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@statflo/widget-sdk",
3
- "version": "0.4.1",
+ "version": "0.4.2",
4
"description": "SDK for building widgets with Statflo and beyond",
5
"main": "./dist/index.js",
6
"module": "./dist/index.js",
src/store.ts
@@ -7,11 +7,10 @@ export interface Widget {
7
name: string;
8
url: string;
9
type: "iframe" | "native";
10
- remote?: {
+ native?: {
11
module: string;
12
component: string;
13
};
14
- component?: string;
15
}
16
17
export interface WidgetState {
0 commit comments