@capgo/native-market 8.0.11 → 8.0.13

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/Package.swift CHANGED
@@ -10,7 +10,7 @@ let package = Package(
10
10
  targets: ["NativeMarketPlugin"])
11
11
  ],
12
12
  dependencies: [
13
- .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.1")
13
+ .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0")
14
14
  ],
15
15
  targets: [
16
16
  .target(
package/README.md CHANGED
@@ -32,6 +32,17 @@ Maintenance Status: Actively Maintained
32
32
 
33
33
  The most complete doc is available here: https://capgo.app/docs/plugins/native-market/
34
34
 
35
+ ## Compatibility
36
+
37
+ | Plugin version | Capacitor compatibility | Maintained |
38
+ | -------------- | ----------------------- | ---------- |
39
+ | v8.\*.\* | v8.\*.\* | ✅ |
40
+ | v7.\*.\* | v7.\*.\* | On demand |
41
+ | v6.\*.\* | v6.\*.\* | ❌ |
42
+ | v5.\*.\* | v5.\*.\* | ❌ |
43
+
44
+ > **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.
45
+
35
46
  ## Installation
36
47
 
37
48
  To use npm
@@ -25,7 +25,7 @@ struct APIResult: Codable {
25
25
  */
26
26
  @objc(NativeMarket)
27
27
  public class NativeMarket: CAPPlugin, CAPBridgedPlugin {
28
- private let pluginVersion: String = "8.0.11"
28
+ private let pluginVersion: String = "8.0.13"
29
29
  public let identifier = "NativeMarketPlugin"
30
30
  public let jsName = "NativeMarket"
31
31
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/native-market",
3
- "version": "8.0.11",
3
+ "version": "8.0.13",
4
4
  "description": "A native market plugin for linking to google play or app store.",
5
5
  "module": "dist/esm/index.js",
6
6
  "main": "dist/plugin.cjs.js",