@capgo/native-market 7.1.16 → 7.1.18

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.
@@ -78,15 +78,15 @@ public class NativeMarket: CAPPlugin, CAPBridgedPlugin {
78
78
  }
79
79
 
80
80
  @objc func openDevPage(_ call: CAPPluginCall) {
81
- call.resolve() // TODO: Implement
81
+ call.unimplemented("openDevPage is not implemented on iOS.")
82
82
  }
83
83
 
84
84
  @objc func openCollection(_ call: CAPPluginCall) {
85
- call.resolve() // TODO: Implement
85
+ call.unimplemented("openCollection is not implemented on iOS.")
86
86
  }
87
87
 
88
88
  @objc func openEditorChoicePage(_ call: CAPPluginCall) {
89
- call.resolve() // TODO: Implement
89
+ call.unimplemented("openEditorChoicePage is not implemented on iOS.")
90
90
  }
91
91
 
92
92
  @objc func search(_ call: CAPPluginCall) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/native-market",
3
- "version": "7.1.16",
3
+ "version": "7.1.18",
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",