@capgo/native-market 7.2.3 → 7.2.5

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
@@ -17,6 +17,10 @@ Capacitor community plugin for native market for Play Store/App Store.
17
17
 
18
18
  Maintenance Status: Actively Maintained
19
19
 
20
+ ## Documentation
21
+
22
+ The most complete doc is available here: https://capgo.app/docs/plugins/native-market/
23
+
20
24
  ## Installation
21
25
 
22
26
  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 PLUGIN_VERSION: String = "7.2.3"
28
+ private let PLUGIN_VERSION: String = "7.2.5"
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": "7.2.3",
3
+ "version": "7.2.5",
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",