metamap-capacitor-plugin 4.2.0 → 4.3.0

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.
@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
13
13
  s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
14
14
  s.ios.deployment_target = '13.0'
15
15
  s.dependency 'Capacitor'
16
- s.dependency 'MetaMapSDK', '3.15.5'
16
+ s.dependency 'MetaMapSDK', '3.14.2'
17
17
  s.swift_version = '5.1'
18
18
  end
package/README.md CHANGED
@@ -3,4 +3,3 @@
3
3
  The MetaMap for Ionic Capacitor usage guide and changelog can be found in the following locations:
4
4
 
5
5
  * [Usage guide](https://github.com/GetMetaMap/metamap-capacitor-plugin/blob/main/docs/metaMap-capacitor.md)
6
- * [Changelog](https://github.com/GetMetaMap/metamap-capacitor-plugin/blob/main/docs/metamap-capacitor-changelog.md)
@@ -51,7 +51,7 @@ dependencies {
51
51
  implementation fileTree(dir: 'libs', include: ['*.jar'])
52
52
  implementation project(':capacitor-android')
53
53
  implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
54
- implementation ('com.metamap:android-sdk:3.34.1')
54
+ implementation ('com.metamap:android-sdk:3.32.0')
55
55
  }
56
56
 
57
57
 
@@ -17,8 +17,6 @@ public class MetaMapCapacitorPlugin: CAPPlugin {
17
17
  metadata["sdk_type"] = "capacitor"
18
18
  MetaMap.shared.showMetaMapFlow(clientId: call.getString("clientId") ?? "",
19
19
  flowId: call.getString("flowId") ?? "",
20
- configurationId: call.getString("configurationId"),
21
- encryptionConfigurationId: call.getString("encryptionConfigurationId"),
22
20
  metadata: metadata)
23
21
  MetaMapButtonResult.shared.delegate = self
24
22
  self.output = call
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "metamap-capacitor-plugin",
3
- "version": "4.2.0",
3
+ "version": "4.3.0",
4
4
  "description": "Capacitor plugin for MetaMapSDK",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",