Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit a0b1877

Browse files
committed
Compiled the project
Signed-off-by: Clovis Durand <cd.clovel19@gmail.com>
1 parent 6f8e124 commit a0b1877

File tree

5 files changed

+146
-138
lines changed

5 files changed

+146
-138
lines changed

dist/esm/codePush.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ interface CodePushCapacitorPlugin {
1111
getCurrentPackage(): Promise<ILocalPackage>;
1212
/**
1313
* Gets the pending package information, if any. A pending package is one that has been installed but the application still runs the old code.
14-
* This happends only after a package has been installed using ON_NEXT_RESTART or ON_NEXT_RESUME mode, but the application was not restarted/resumed yet.
14+
* This happens only after a package has been installed using ON_NEXT_RESTART or ON_NEXT_RESUME mode, but the application was not restarted/resumed yet.
1515
*/
1616
getPendingPackage(): Promise<ILocalPackage>;
1717
/**
@@ -102,7 +102,7 @@ declare class CodePush implements CodePushCapacitorPlugin {
102102
getCurrentPackage(): Promise<ILocalPackage>;
103103
/**
104104
* Gets the pending package information, if any. A pending package is one that has been installed but the application still runs the old code.
105-
* This happends only after a package has been installed using ON_NEXT_RESTART or ON_NEXT_RESUME mode, but the application was not restarted/resumed yet.
105+
* This happens only after a package has been installed using ON_NEXT_RESTART or ON_NEXT_RESUME mode, but the application was not restarted/resumed yet.
106106
*/
107107
getPendingPackage(): Promise<ILocalPackage>;
108108
/**

dist/esm/codePush.js

Lines changed: 71 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)