@capgo/capacitor-supabase 8.0.6 → 8.0.7

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
@@ -34,6 +34,17 @@ Perfect for apps that need secure native authentication while leveraging Supabas
34
34
 
35
35
  The most complete doc is available here: https://capgo.app/docs/plugins/supabase/
36
36
 
37
+ ## Compatibility
38
+
39
+ | Plugin version | Capacitor compatibility | Maintained |
40
+ | -------------- | ----------------------- | ---------- |
41
+ | v8.\*.\* | v8.\*.\* | ✅ |
42
+ | v7.\*.\* | v7.\*.\* | On demand |
43
+ | v6.\*.\* | v6.\*.\* | ❌ |
44
+ | v5.\*.\* | v5.\*.\* | ❌ |
45
+
46
+ > **Note:** The major version of this plugin follows the major version of Capacitor. Use the version that matches your Capacitor installation (e.g., plugin v8 for Capacitor 8). Only the latest major version is actively maintained.
47
+
37
48
  ## Install
38
49
 
39
50
  ```bash
@@ -4,7 +4,7 @@ import Supabase
4
4
 
5
5
  @objc(CapacitorSupabasePlugin)
6
6
  public class CapacitorSupabasePlugin: CAPPlugin, CAPBridgedPlugin {
7
- private let pluginVersion: String = "8.0.6"
7
+ private let pluginVersion: String = "8.0.7"
8
8
  public let identifier = "CapacitorSupabasePlugin"
9
9
  public let jsName = "CapacitorSupabase"
10
10
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-supabase",
3
- "version": "8.0.6",
3
+ "version": "8.0.7",
4
4
  "description": "Native Supabase SDK integration for Capacitor - Auth, Database, and JWT access",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",