metamap-capacitor-plugin 4.7.6 → 4.7.8

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.
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
19
19
  s.dependency 'Capacitor'
20
20
 
21
21
  # MetaMapSDK dependency, which brings in Incode SDK
22
- s.dependency 'MetaMapSDK', '3.22.4'
22
+ s.dependency 'MetaMapSDK', '3.22.7'
23
23
 
24
24
  # Use static framework to support dependencies like Incode SDK
25
25
  s.static_framework = true
package/README.md CHANGED
@@ -1,5 +1,3 @@
1
1
  # MetaMap for Capacitor Usage Guide
2
2
 
3
- The MetaMap for Ionic Capacitor usage guide and changelog can be found in the following locations:
4
-
5
- * [Usage guide](https://github.com/GetMetaMap/metamap-capacitor-plugin/blob/main/docs/metaMap-capacitor.md)
3
+ * [Metamap Capacitor plugin Documentation](https://docs.metamap.com/docs/quik-start-1)
@@ -54,7 +54,7 @@ dependencies {
54
54
  implementation fileTree(dir: 'libs', include: ['*.jar'])
55
55
  implementation project(':capacitor-android')
56
56
  implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
57
- implementation ('com.metamap:android-sdk:3.42.4') {
57
+ implementation ('com.metamap:android-sdk:3.42.6') {
58
58
  exclude group: "com.airbnb.android", module: "lottie-compose"
59
59
  exclude group: "org.jetbrains.compose.runtime", module: "runtime-android"
60
60
  exclude group: "org.jetbrains.compose.runtime", module: "runtime-desktop"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "metamap-capacitor-plugin",
3
- "version": "4.7.6",
3
+ "version": "4.7.8",
4
4
  "description": "Capacitor plugin for MetaMapSDK",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",