Skip to content

Commit af2ae0b

Browse files
feat(STATFLO-724): rename to native from remote
1 parent 583b17f commit af2ae0b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@statflo/widget-sdk",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "SDK for building widgets with Statflo and beyond",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

src/store.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ export interface Widget {
77
name: string;
88
url: string;
99
type: "iframe" | "native";
10-
remote?: {
10+
native?: {
1111
module: string;
1212
component: string;
1313
};
14-
component?: string;
1514
}
1615

1716
export interface WidgetState {

0 commit comments

Comments
 (0)