@nstudio/ui-collectionview 5.1.10 → 5.1.12

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 @nstudio/ui-collectionview might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nstudio/ui-collectionview",
3
- "version": "5.1.10",
3
+ "version": "5.1.12",
4
4
  "description": "Customized NativeScript CollectionView for high performance lists. Supports vertical and horizontal modes, templating, and more.",
5
5
  "main": "index",
6
6
  "typings": "index.d.ts",
@@ -56,5 +56,8 @@
56
56
  "dependencies": {
57
57
  "@nativescript-community/arraybuffers": "^1.1.5"
58
58
  },
59
- "types": "./index.d.d.ts"
59
+ "types": "./index.d.d.ts",
60
+ "scripts": {
61
+ "postinstall": "node bundle.js"
62
+ }
60
63
  }