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