metamap-capacitor-plugin 3.7.5 → 3.7.7
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/MetamapCapacitorPlugin.podspec +1 -1
- package/README.md +2 -2
- package/package.json +2 -2
|
@@ -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 'MetaMap-ID-SDK', '3.11.
|
|
16
|
+
s.dependency 'MetaMap-ID-SDK', '3.11.3'
|
|
17
17
|
s.swift_version = '5.1'
|
|
18
18
|
end
|
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
|
|
11
|
+
| 3.7.6 |3.7.6 |
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
# Metamap for Capacitor Usage Guide
|
|
@@ -25,7 +25,7 @@ The following instructions use command line tools to install Metamap for Capacit
|
|
|
25
25
|
|
|
26
26
|
1. Use the following CLI to install Metamap for your Capacitor project.
|
|
27
27
|
```bash
|
|
28
|
-
npm i metamap-capacitor-plugin@3.6
|
|
28
|
+
npm i metamap-capacitor-plugin@3.7.6
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
1. Build your application.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "metamap-capacitor-plugin",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.7",
|
|
4
4
|
"description": "Capacitor plugin for MetaMapSDK",
|
|
5
5
|
"main": "dist/plugin.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"typescript": "~3.8.3"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@capacitor/core": "^4.
|
|
38
|
+
"@capacitor/core": "^4.0.0"
|
|
39
39
|
},
|
|
40
40
|
"files": [
|
|
41
41
|
"dist/",
|