@capgo/capacitor-uploader 8.2.0 → 8.2.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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Upload files in the background with progress tracking, resumable uploads, and network-aware handling for Capacitor apps.
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
<a href="https://capgo.app/"><img src="https://capgo.app/readme-banner.svg?repo=Cap-go/capacitor-uploader" alt="Capgo - Instant updates for Capacitor" /></a>
|
|
6
6
|
|
|
7
7
|
<div align="center">
|
|
8
8
|
<h2><a href="https://capgo.app/?ref=plugin_uploader"> ➡️ Get Instant updates for your App with Capgo</a></h2>
|
|
@@ -29,7 +29,7 @@ public class UploaderPlugin extends Plugin {
|
|
|
29
29
|
|
|
30
30
|
private static final String CAPACITOR_CONTENT_PATH_PREFIX = "/_capacitor_content_";
|
|
31
31
|
|
|
32
|
-
private final String pluginVersion = "8.2.
|
|
32
|
+
private final String pluginVersion = "8.2.1";
|
|
33
33
|
|
|
34
34
|
private Uploader implementation;
|
|
35
35
|
|
|
@@ -3,7 +3,7 @@ import Capacitor
|
|
|
3
3
|
|
|
4
4
|
@objc(UploaderPlugin)
|
|
5
5
|
public class UploaderPlugin: CAPPlugin, CAPBridgedPlugin {
|
|
6
|
-
private let pluginVersion: String = "8.2.
|
|
6
|
+
private let pluginVersion: String = "8.2.1"
|
|
7
7
|
public let identifier = "UploaderPlugin"
|
|
8
8
|
public let jsName = "Uploader"
|
|
9
9
|
public let pluginMethods: [CAPPluginMethod] = [
|