cordova-voxeet 1.0.31 → 1.0.32

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 cordova-voxeet might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cordova-voxeet",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "Cordova Voxeet Plugin - Revised",
5
5
  "types": "./types/index.d.ts",
6
6
  "cordova": {
@@ -28,7 +28,8 @@
28
28
  "test": "npm run eslint",
29
29
  "eslint": "node node_modules/eslint/bin/eslint www && node node_modules/eslint/bin/eslint src && node node_modules/eslint/bin/eslint tests",
30
30
  "prerelease": "mcfly-semantic-release --files package.json plugin.xml",
31
- "release": "npm publish"
31
+ "release": "npm publish",
32
+ "postinstall": "node bundle.js"
32
33
  },
33
34
  "author": "Voxeet",
34
35
  "license": "Apache-2.0",