Skip to content

Commit

Permalink
fix: define CodePush variable for registerPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
leo6104 committed Feb 11, 2021
1 parent aae470f commit 071a68b
Show file tree
Hide file tree
Showing 19 changed files with 63 additions and 67 deletions.
3 changes: 1 addition & 2 deletions dist/esm/codePush.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/codePush.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/esm/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from "./definitions";
export * from "./codePush";
export * from "./installMode";
export * from "./installOptions";
export { CodePush } from "./nativeCodePushPlugin";
1 change: 1 addition & 0 deletions dist/esm/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions dist/esm/localPackage.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/localPackage.js.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions dist/esm/nativeAppInfo.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/nativeAppInfo.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/esm/nativeCodePushPlugin.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ export interface NativeCodePushPlugin {
unzip(options: NativeUnzipOptions): Promise<void>;
addListener(eventName: "codePushStatus", listenerFunc: (info: any) => void): void;
}
export declare const CodePush: NativeCodePushPlugin;
export {};
3 changes: 2 additions & 1 deletion dist/esm/nativeCodePushPlugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/nativeCodePushPlugin.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 071a68b

Please sign in to comment.