@capgo/native-market 7.2.5 → 7.2.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
@@ -112,6 +112,19 @@ NativeMarket.search({
112
112
  });
113
113
  ```
114
114
 
115
+ ## API
116
+
117
+ <docgen-index>
118
+
119
+ * [`openStoreListing(...)`](#openstorelisting)
120
+ * [`openDevPage(...)`](#opendevpage)
121
+ * [`openCollection(...)`](#opencollection)
122
+ * [`openEditorChoicePage(...)`](#openeditorchoicepage)
123
+ * [`search(...)`](#search)
124
+ * [`getPluginVersion()`](#getpluginversion)
125
+
126
+ </docgen-index>
127
+
115
128
  <docgen-api>
116
129
  <!--Update the source file JSDoc comments and rerun docgen to update the docs below-->
117
130
 
@@ -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.5"
28
+ private let PLUGIN_VERSION: String = "7.2.7"
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.5",
3
+ "version": "7.2.7",
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",