capacitor-hugin-gmp3 0.2.1 → 0.3.0
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 +0 -8
- package/package.json +5 -7
- package/android/libs/gmp3android.aar +0 -0
package/README.md
CHANGED
|
@@ -9,14 +9,6 @@ npm install capacitor-hugin-gmp3
|
|
|
9
9
|
npx cap sync
|
|
10
10
|
```
|
|
11
11
|
|
|
12
|
-
## Version Compatibility
|
|
13
|
-
|
|
14
|
-
| Capacitor Version |Plugin Version|
|
|
15
|
-
| ------------- | ----------------------------------------------------------- |
|
|
16
|
-
| Capacitor v5 | 0.3.x|
|
|
17
|
-
| Capacitor v6 | 0.2.x|
|
|
18
|
-
| Capacitor v7 | 0.1.x|
|
|
19
|
-
|
|
20
12
|
## API
|
|
21
13
|
|
|
22
14
|
<docgen-index>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "capacitor-hugin-gmp3",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Hugin plugin for TCP/IP",
|
|
5
5
|
"main": "dist/plugin.cjs.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -9,8 +9,6 @@
|
|
|
9
9
|
"files": [
|
|
10
10
|
"android/src/main/",
|
|
11
11
|
"android/build.gradle",
|
|
12
|
-
"android/libs/",
|
|
13
|
-
"android/libs/gmp3android.aar",
|
|
14
12
|
"dist/",
|
|
15
13
|
"ios/Sources",
|
|
16
14
|
"ios/Tests",
|
|
@@ -48,10 +46,10 @@
|
|
|
48
46
|
"prepublishOnly": "npm run build"
|
|
49
47
|
},
|
|
50
48
|
"devDependencies": {
|
|
51
|
-
"@capacitor/android": "^
|
|
52
|
-
"@capacitor/core": "^
|
|
49
|
+
"@capacitor/android": "^5.0.0",
|
|
50
|
+
"@capacitor/core": "^5.0.0",
|
|
53
51
|
"@capacitor/docgen": "^0.3.0",
|
|
54
|
-
"@capacitor/ios": "^
|
|
52
|
+
"@capacitor/ios": "^5.0.0",
|
|
55
53
|
"@ionic/eslint-config": "^0.4.0",
|
|
56
54
|
"@ionic/prettier-config": "^4.0.0",
|
|
57
55
|
"@ionic/swiftlint-config": "^2.0.0",
|
|
@@ -64,7 +62,7 @@
|
|
|
64
62
|
"typescript": "~4.1.5"
|
|
65
63
|
},
|
|
66
64
|
"peerDependencies": {
|
|
67
|
-
"@capacitor/core": ">=
|
|
65
|
+
"@capacitor/core": ">=5.0.0"
|
|
68
66
|
},
|
|
69
67
|
"prettier": "@ionic/prettier-config",
|
|
70
68
|
"swiftlint": "@ionic/swiftlint-config",
|
|
Binary file
|