Skip to content

Commit

Permalink
chore: change default export to FakeAgoraRTCWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Oct 16, 2023
1 parent 56e116b commit 9d097b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ export const FakeAgoraRTCWrapper = {
getFakeAgoraRTC: getFakeAgoraRTC,
};

export default FakeAgoraRTC;
export default FakeAgoraRTCWrapper;
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default defineConfig([
define: {
"process.env.NODE_ENV": JSON.stringify("production"),
},
globalName: "AgoraRTCFake",
globalName: "FakeAgoraRTCWrapper",
platform: "browser",
},
]);

0 comments on commit 9d097b1

Please sign in to comment.