@capgo/capacitor-uploader 8.1.0 → 8.1.2

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.
@@ -21,7 +21,7 @@ import net.gotev.uploadservice.observer.request.RequestObserverDelegate;
21
21
  @CapacitorPlugin(name = "Uploader")
22
22
  public class UploaderPlugin extends Plugin {
23
23
 
24
- private final String pluginVersion = "8.1.0";
24
+ private final String pluginVersion = "8.1.2";
25
25
 
26
26
  private Uploader implementation;
27
27
 
@@ -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.1.0"
6
+ private let pluginVersion: String = "8.1.2"
7
7
  public let identifier = "UploaderPlugin"
8
8
  public let jsName = "Uploader"
9
9
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-uploader",
3
- "version": "8.1.0",
3
+ "version": "8.1.2",
4
4
  "description": "Upload file natively",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -61,7 +61,8 @@
61
61
  "build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs",
62
62
  "clean": "rimraf ./dist",
63
63
  "watch": "tsc --watch",
64
- "prepublishOnly": "npm run build"
64
+ "prepublishOnly": "npm run build",
65
+ "check:wiring": "node scripts/check-capacitor-plugin-wiring.mjs"
65
66
  },
66
67
  "devDependencies": {
67
68
  "@capacitor/android": "^8.0.0",