metamap-capacitor-plugin 3.7.2 → 3.7.4

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
@@ -8,7 +8,7 @@ category: 61ae8e8dba577a0010791480
8
8
 
9
9
  | LTS version (Recommended for most users): | Current Version(Latest features) |
10
10
  |-------------------------------------------|----------------------------------|
11
- | 3.6.0 | 3.7.2 |
11
+ | 3.6.0 | 3.7.3 |
12
12
 
13
13
 
14
14
  # Metamap for Capacitor Usage Guide
@@ -9,9 +9,10 @@ buildscript {
9
9
  repositories {
10
10
  google()
11
11
  jcenter()
12
+ mavenCentral()
12
13
  }
13
14
  dependencies {
14
- classpath 'com.android.tools.build:gradle:4.2.1'
15
+ classpath 'com.android.tools.build:gradle:7.2.1'
15
16
  }
16
17
  }
17
18
 
@@ -51,5 +52,7 @@ dependencies {
51
52
  implementation fileTree(dir: 'libs', include: ['*.jar'])
52
53
  implementation project(':capacitor-android')
53
54
  implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
54
- implementation ('com.metamap:android-sdk:3.24.0')
55
+ implementation ('com.metamap:android-sdk:3.25.0')
55
56
  }
57
+
58
+
@@ -1,5 +1,5 @@
1
1
  distributionBase=GRADLE_USER_HOME
2
2
  distributionPath=wrapper/dists
3
- distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-all.zip
3
+ distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip
4
4
  zipStoreBase=GRADLE_USER_HOME
5
5
  zipStorePath=wrapper/dists
@@ -0,0 +1,34 @@
1
+ {
2
+ "name": "Capacitor",
3
+ "version": "4.4.0",
4
+ "summary": "Capacitor for iOS",
5
+ "social_media_url": "https://twitter.com/capacitorjs",
6
+ "license": "MIT",
7
+ "homepage": "https://capacitorjs.com/",
8
+ "platforms": {
9
+ "ios": "13.0"
10
+ },
11
+ "authors": {
12
+ "Ionic Team": "hi@ionicframework.com"
13
+ },
14
+ "source": {
15
+ "git": "https://github.com/ionic-team/capacitor.git",
16
+ "branch": "portals-dev"
17
+ },
18
+ "source_files": [
19
+ "Capacitor/Capacitor/*.{swift,h,m}",
20
+ "Capacitor/Capacitor/Plugins/*.{swift,h,m}",
21
+ "Capacitor/Capacitor/Plugins/**/*.{swift,h,m}"
22
+ ],
23
+ "module_map": "Capacitor/Capacitor/Capacitor.modulemap",
24
+ "resources": [
25
+ "Capacitor/Capacitor/assets/native-bridge.js"
26
+ ],
27
+ "dependencies": {
28
+ "CapacitorCordova": [
29
+
30
+ ]
31
+ },
32
+ "swift_versions": "5.1",
33
+ "swift_version": "5.1"
34
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "CapacitorCordova",
3
+ "module_name": "Cordova",
4
+ "version": "4.4.0",
5
+ "summary": "Capacitor Cordova Compatibility Layer",
6
+ "homepage": "https://capacitorjs.com",
7
+ "license": "MIT",
8
+ "authors": {
9
+ "Ionic Team": "hi@ionicframework.com"
10
+ },
11
+ "source": {
12
+ "git": "https://github.com/ionic-team/capacitor",
13
+ "tag": "4.4.0"
14
+ },
15
+ "platforms": {
16
+ "ios": "13.0"
17
+ },
18
+ "source_files": "CapacitorCordova/CapacitorCordova/**/*.{h,m}",
19
+ "public_header_files": [
20
+ "CapacitorCordova/CapacitorCordova/Classes/Public/*.h",
21
+ "CapacitorCordova/CapacitorCordova/CapacitorCordova.h"
22
+ ],
23
+ "module_map": "CapacitorCordova/CapacitorCordova/CapacitorCordova.modulemap",
24
+ "requires_arc": true,
25
+ "frameworks": "WebKit"
26
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "metamap-capacitor-plugin",
3
- "version": "3.7.2",
3
+ "version": "3.7.4",
4
4
  "description": "Capacitor plugin for MetaMapSDK",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",
@@ -20,9 +20,10 @@
20
20
  "author": "Avo Sukiasyan",
21
21
  "license": "MIT",
22
22
  "devDependencies": {
23
- "@capacitor/android": "^3.3.2",
24
- "@capacitor/core": "^3.3.2",
25
- "@capacitor/ios": "^3.3.2",
23
+ "@capacitor/android": "^4.0.0",
24
+ "@capacitor/cli": "^4.4.0",
25
+ "@capacitor/core": "^4.0.0",
26
+ "@capacitor/ios": "^4.0.0",
26
27
  "@ionic/prettier-config": "^2.0.0",
27
28
  "@ionic/swiftlint-config": "^1.1.2",
28
29
  "@rollup/plugin-node-resolve": "^13.0.6",
@@ -66,7 +67,6 @@
66
67
  },
67
68
  "homepage": "https://github.com/GetMetaMap/mati-capacitor-plugin/blob/main/docs/mati-capacitor.md",
68
69
  "dependencies": {
69
- "metamap-capacitor-plugin": "^1.0.3",
70
- "@capacitor/cli": "^3.3.2"
70
+ "metamap-capacitor-plugin": "^1.0.3"
71
71
  }
72
72
  }