@capgo/capacitor-updater 4.9.0 → 4.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -672,7 +672,7 @@ removeAllListeners() => Promise<void>
672
672
 
673
673
  | Prop | Type |
674
674
  | ------------- | ------------------- |
675
- | **`chhanel`** | <code>string</code> |
675
+ | **`channel`** | <code>string</code> |
676
676
 
677
677
 
678
678
  #### getChannelRes
@@ -687,9 +687,9 @@ removeAllListeners() => Promise<void>
687
687
 
688
688
  #### SetCustomIdOptions
689
689
 
690
- | Prop | Type |
691
- | ------------- | ------------------- |
692
- | **`chhanel`** | <code>string</code> |
690
+ | Prop | Type |
691
+ | -------------- | ------------------- |
692
+ | **`customId`** | <code>string</code> |
693
693
 
694
694
 
695
695
  #### PluginListenerHandle
@@ -51,7 +51,7 @@ public class CapacitorUpdater {
51
51
  private static final String bundleDirectory = "versions";
52
52
 
53
53
  public static final String TAG = "Capacitor-updater";
54
- public static final String pluginVersion = "4.9.0";
54
+ public static final String pluginVersion = "4.9.1";
55
55
 
56
56
  public SharedPreferences.Editor editor;
57
57
  public SharedPreferences prefs;
package/dist/docs.json CHANGED
@@ -1101,7 +1101,7 @@
1101
1101
  "methods": [],
1102
1102
  "properties": [
1103
1103
  {
1104
- "name": "chhanel",
1104
+ "name": "channel",
1105
1105
  "tags": [],
1106
1106
  "docs": "",
1107
1107
  "complexTypes": [],
@@ -1215,7 +1215,7 @@
1215
1215
  "methods": [],
1216
1216
  "properties": [
1217
1217
  {
1218
- "name": "chhanel",
1218
+ "name": "customId",
1219
1219
  "tags": [],
1220
1220
  "docs": "",
1221
1221
  "complexTypes": [],
@@ -177,10 +177,10 @@ export interface BundleInfo {
177
177
  status: BundleStatus;
178
178
  }
179
179
  export interface SetChannelOptions {
180
- chhanel: string;
180
+ channel: string;
181
181
  }
182
182
  export interface SetCustomIdOptions {
183
- chhanel: string;
183
+ customId: string;
184
184
  }
185
185
  export interface DelayCondition {
186
186
  /**
@@ -193,7 +193,7 @@ extension CustomError: LocalizedError {
193
193
  public let TAG = "✨ Capacitor-updater:"
194
194
  public let CAP_SERVER_PATH = "serverBasePath"
195
195
  public var customId = ""
196
- public let pluginVersion = "4.9.0"
196
+ public let pluginVersion = "4.9.1"
197
197
  public var statsUrl = ""
198
198
  public var channelUrl = ""
199
199
  public var appId = ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-updater",
3
- "version": "4.9.0",
3
+ "version": "4.9.1",
4
4
  "license": "LGPL-3.0-only",
5
5
  "description": "OTA update for capacitor apps",
6
6
  "main": "dist/plugin.cjs.js",