metamap-capacitor-plugin 3.7.0 → 3.7.2

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 = '12.0'
15
15
  s.dependency 'Capacitor'
16
- s.dependency 'MetaMap-ID-SDK', '3.11.0'
16
+ s.dependency 'MetaMap-ID-SDK', '3.11.2'
17
17
  s.swift_version = '5.1'
18
18
  end
package/README.md CHANGED
@@ -1,8 +1,16 @@
1
1
  ---
2
- LTS version (Recommended for most users): "3.6.0"
3
- Current Version(Latest features): "3.7.0"
2
+ title: "Capacitor"
3
+ excerpt: "Add the MetaMap button to your Capacitor app."
4
+ slug: "capacitor-sdk"
5
+ category: 61ae8e8dba577a0010791480
4
6
  ---
5
7
 
8
+
9
+ | LTS version (Recommended for most users): | Current Version(Latest features) |
10
+ |-------------------------------------------|----------------------------------|
11
+ | 3.6.0 | 3.7.2 |
12
+
13
+
6
14
  # Metamap for Capacitor Usage Guide
7
15
 
8
16
  This is a guide to implement Metamap in the [Ionic Capacitor framework](https://capacitorjs.com/docs).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "metamap-capacitor-plugin",
3
- "version": "3.7.0",
3
+ "version": "3.7.2",
4
4
  "description": "Capacitor plugin for MetaMapSDK",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",
@@ -17,7 +17,7 @@
17
17
  "publishConfig": {
18
18
  "access": "public"
19
19
  },
20
- "author": "Andrey Posnov",
20
+ "author": "Avo Sukiasyan",
21
21
  "license": "MIT",
22
22
  "devDependencies": {
23
23
  "@capacitor/android": "^3.3.2",