Skip to content

Commit 30dafb4

Browse files
Merge pull request #7 from Statflo/STATFLO-723-rename-to-remote
Statflo-723 - Improvement : rename remote field
2 parents 33c74b3 + dd0e4cf commit 30dafb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3",
3+
"version": "0.4.4",
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ export interface Widget {
88
url: string;
99
type: "iframe" | "native";
1010
native?: {
11+
remote: string;
1112
module: string;
12-
component: string;
1313
};
1414
}
1515

0 commit comments

Comments
 (0)