metamap-capacitor-plugin 4.9.7 → 4.9.9

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.
@@ -18,5 +18,5 @@ Pod::Spec.new do |s|
18
18
 
19
19
  # Dependencies
20
20
  s.dependency 'Capacitor'
21
- s.dependency 'MetaMapSDK', '3.23.14'
21
+ s.dependency 'MetaMapSDK', '3.23.15'
22
22
  end
@@ -20,7 +20,7 @@ dependencies {
20
20
  implementation project(':capacitor-android')
21
21
  implementation "androidx.appcompat:appcompat:1.6.1"
22
22
 
23
- implementation('com.metamap:android-sdk:3.42.16') {
23
+ implementation('com.metamap:android-sdk:3.42.17') {
24
24
  exclude group: "com.airbnb.android", module: "lottie-compose"
25
25
  exclude group: "org.jetbrains.compose.runtime", module: "runtime-android"
26
26
  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.9.7",
3
+ "version": "4.9.9",
4
4
  "description": "Capacitor plugin for MetaMap SDK",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",
@@ -20,10 +20,10 @@
20
20
  "author": "Avo Sukiasyan",
21
21
  "license": "MIT",
22
22
  "devDependencies": {
23
- "@capacitor/android": "^8.0.0",
24
- "@capacitor/cli": "^8.0.0",
25
- "@capacitor/core": "^8.0.0",
26
- "@capacitor/ios": "^8.0.0",
23
+ "@capacitor/android": "^8.1.0",
24
+ "@capacitor/cli": "^8.1.0",
25
+ "@capacitor/core": "^8.1.0",
26
+ "@capacitor/ios": "^8.1.0",
27
27
  "@ionic/prettier-config": "^2.0.0",
28
28
  "@ionic/swiftlint-config": "^1.1.2",
29
29
  "@rollup/plugin-node-resolve": "^13.0.6",