@capgo/capacitor-file-compressor 8.0.28 → 8.0.29

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
@@ -1,5 +1,5 @@
1
1
  # @capgo/capacitor-file-compressor
2
- <a href="https://capgo.app/"><img src='https://raw.githubusercontent.com/Cap-go/capgo/main/assets/capgo_banner.png' alt='Capgo - Instant updates for capacitor'/></a>
2
+ <a href="https://capgo.app/"><img src="https://capgo.app/readme-banner.svg?repo=Cap-go/capacitor-file-compressor" alt="Capgo - Instant updates for Capacitor" /></a>
3
3
 
4
4
  <div align="center">
5
5
  <h2><a href="https://capgo.app/?ref=plugin_file-compressor"> ➡️ Get Instant updates for your App with Capgo</a></h2>
@@ -18,7 +18,7 @@ import java.util.UUID;
18
18
  @CapacitorPlugin(name = "FileCompressor")
19
19
  public class FileCompressorPlugin extends Plugin {
20
20
 
21
- private final String pluginVersion = "8.0.28";
21
+ private final String pluginVersion = "8.0.29";
22
22
 
23
23
  @PluginMethod
24
24
  public void compressImage(PluginCall call) {
@@ -4,7 +4,7 @@ import UIKit
4
4
 
5
5
  @objc(FileCompressorPlugin)
6
6
  public class FileCompressorPlugin: CAPPlugin, CAPBridgedPlugin {
7
- private let pluginVersion: String = "8.0.28"
7
+ private let pluginVersion: String = "8.0.29"
8
8
  public let identifier = "FileCompressorPlugin"
9
9
  public let jsName = "FileCompressor"
10
10
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-file-compressor",
3
- "version": "8.0.28",
3
+ "version": "8.0.29",
4
4
  "description": "Capacitor plugin for efficient image compression supporting PNG, JPEG, and WebP formats across iOS, Android, and Web platforms",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",