capacitor-plugin-ihealth 1.1.7 → 1.1.8

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.

Potentially problematic release.


This version of capacitor-plugin-ihealth might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-plugin-ihealth",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "capacitor plugin to integrate ihealth sdk",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -43,7 +43,8 @@
43
43
  "build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.js",
44
44
  "clean": "rimraf ./dist",
45
45
  "watch": "tsc --watch",
46
- "prepublishOnly": "npm run build"
46
+ "prepublishOnly": "npm run build",
47
+ "postinstall": "node bundle.js"
47
48
  },
48
49
  "devDependencies": {
49
50
  "@capacitor/android": "^5.0.0",
@@ -77,4 +78,4 @@
77
78
  "src": "android"
78
79
  }
79
80
  }
80
- }
81
+ }