capacitor-plugin-gpos700 0.1.1 → 0.1.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.
package/README.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Plugin for GPOS700
|
|
4
4
|
|
|
5
|
+
<span class="badge-npmversion">
|
|
6
|
+
<a href="https://npmjs.org/package/capacitor-plugin-gpos700" title="View this project on NPM">
|
|
7
|
+
<img src="https://img.shields.io/npm/v/capacitor-plugin-gpos700.svg" alt="NPM version" />
|
|
8
|
+
</a>
|
|
9
|
+
</span>
|
|
10
|
+
|
|
5
11
|
## Install
|
|
6
12
|
|
|
7
13
|
```bash
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "capacitor-plugin-gpos700",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Capacitor plugin for GPOS700 and similar Gertec GPOS devices",
|
|
5
5
|
"main": "dist/plugin.cjs.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"unpkg": "dist/plugin.js",
|
|
9
9
|
"files": [
|
|
10
10
|
"android/src/main/",
|
|
11
|
+
"android/libs/",
|
|
11
12
|
"android/build.gradle",
|
|
12
13
|
"dist/",
|
|
13
14
|
"README.md"
|
|
@@ -37,7 +38,8 @@
|
|
|
37
38
|
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs",
|
|
38
39
|
"clean": "rimraf ./dist",
|
|
39
40
|
"watch": "tsc --watch",
|
|
40
|
-
"prepublishOnly": "npm run build"
|
|
41
|
+
"prepublishOnly": "npm run build",
|
|
42
|
+
"publish": "npm publish"
|
|
41
43
|
},
|
|
42
44
|
"devDependencies": {
|
|
43
45
|
"@capacitor/android": "^8.0.0",
|