From 32327402f7cad70408b3c2a6a2c4f442097a15db Mon Sep 17 00:00:00 2001 From: Cap-go Date: Tue, 15 Oct 2024 11:28:00 +0000 Subject: [PATCH] Update from https://github.com/Cap-go/capacitor-updater/commit/743b60dd83382ba47614c467ddabf227135afa98 --- src/content/docs/docs/plugin/api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/docs/plugin/api.md b/src/content/docs/docs/plugin/api.md index 083f46b1..c756d107 100644 --- a/src/content/docs/docs/plugin/api.md +++ b/src/content/docs/docs/plugin/api.md @@ -35,7 +35,7 @@ CapacitorUpdater can be configured with these options: | **`localSupa`** | string | Configure the CLI to use a local server for testing or self-hosted update server. | undefined | 4.17.48 | | **`localSupaAnon`** | string | Configure the CLI to use a local server for testing. | undefined | 4.17.48 | | **`localApi`** | string | Configure the CLI to use a local api for testing. | undefined | 6.3.3 | -| **`localFileUpload`** | string | Configure the CLI to use a local file api for testing. | undefined | 6.3.3 | +| **`localApiFiles`** | string | Configure the CLI to use a local file api for testing. | undefined | 6.3.3 | | **`allowModifyUrl`** | boolean | Allow the plugin to modify the updateUrl, statsUrl and channelUrl dynamically from the JavaScript side. | false | 5.4.0 | | **`defaultChannel`** | string | Set the default channel for the app in the config. | undefined | 5.5.0 | @@ -66,7 +66,7 @@ In `capacitor.config.json`: "localSupa": undefined, "localSupaAnon": undefined, "localApi": undefined, - "localFileUpload": undefined, + "localApiFiles": undefined, "allowModifyUrl": undefined, "defaultChannel": undefined } @@ -103,7 +103,7 @@ const config: CapacitorConfig = { localSupa: undefined, localSupaAnon: undefined, localApi: undefined, - localFileUpload: undefined, + localApiFiles: undefined, allowModifyUrl: undefined, defaultChannel: undefined, },