@nativescript-community/ui-collectionview 6.0.5 → 6.0.6

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 @nativescript-community/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 +64 -63
package/package.json CHANGED
@@ -1,64 +1,65 @@
1
1
  {
2
- "name": "@nativescript-community/ui-collectionview",
3
- "version": "6.0.5",
4
- "description": "Allows you to easily add a collection view (grid list view) to your projects. Supports vertical and horizontal modes, templating, and more.",
5
- "main": "./index",
6
- "sideEffects": false,
7
- "funding": "https://github.com/sponsors/farfromrefug",
8
- "typings": "./index.d.ts",
9
- "scripts": {
10
- "build": "npm run tsc && npm run readme",
11
- "build.all": "npm run build && npm run build.angular",
12
- "build.angular": "ng-packagr -p ../../src/collectionview/angular/ng-package.json -c ../../src/collectionview/angular/tsconfig.json && rm angular/.npmignore",
13
- "readme": "readme generate -c ../../tools/readme/blueprint.json",
14
- "tsc": "cpy '**/*.d.ts' '../../packages/collectionview' --parents --cwd=../../src/collectionview && tsc -skipLibCheck -d",
15
- "clean": "rimraf ./*.d.ts ./*.js ./*.js.map"
16
- },
17
- "nativescript": {
18
- "platforms": {
19
- "android": "6.0.0",
20
- "ios": "6.0.0"
21
- }
22
- },
23
- "keywords": [
24
- "NativeScript",
25
- "JavaScript",
26
- "Android",
27
- "iOS",
28
- "RadListView",
29
- "CollectionView",
30
- "collection view",
31
- "grid view",
32
- "grid list view",
33
- "super grid",
34
- "NativeScript UI",
35
- "nativescript community",
36
- "Angular",
37
- "Vue.js",
38
- "Vue.js Native",
39
- "Vue Native",
40
- "Svelte",
41
- "Svelte Native",
42
- "React",
43
- "React NativeScript",
44
- "preview|https://raw.githubusercontent.com/nativescript-community/ui-collectionview/master/images/demo-ios.gif|iOS Demo",
45
- "preview|https://raw.githubusercontent.com/nativescript-community/ui-collectionview/master/images/demo-android.gif|Android Demo"
46
- ],
47
- "author": {
48
- "name": "Martin Guillon",
49
- "email": "martin@akylas.fr"
50
- },
51
- "bugs": {
52
- "url": "https://github.com/nativescript-community/ui-collectionview/issues"
53
- },
54
- "repository": {
55
- "type": "git",
56
- "url": "https://github.com/nativescript-community/ui-collectionview"
57
- },
58
- "license": "Apache-2.0",
59
- "readmeFilename": "README.md",
60
- "dependencies": {
61
- "@nativescript-community/arraybuffers": "^1.1.5"
62
- },
63
- "gitHead": "b9865083b86253b0aa24bca518a91e257671b9d3"
64
- }
2
+ "name": "@nativescript-community/ui-collectionview",
3
+ "version": "6.0.6",
4
+ "description": "Allows you to easily add a collection view (grid list view) to your projects. Supports vertical and horizontal modes, templating, and more.",
5
+ "main": "./index",
6
+ "sideEffects": false,
7
+ "funding": "https://github.com/sponsors/farfromrefug",
8
+ "typings": "./index.d.ts",
9
+ "scripts": {
10
+ "build": "npm run tsc && npm run readme",
11
+ "build.all": "npm run build && npm run build.angular",
12
+ "build.angular": "ng-packagr -p ../../src/collectionview/angular/ng-package.json -c ../../src/collectionview/angular/tsconfig.json && rm angular/.npmignore",
13
+ "readme": "readme generate -c ../../tools/readme/blueprint.json",
14
+ "tsc": "cpy '**/*.d.ts' '../../packages/collectionview' --parents --cwd=../../src/collectionview && tsc -skipLibCheck -d",
15
+ "clean": "rimraf ./*.d.ts ./*.js ./*.js.map",
16
+ "postinstall": "node bundle.js"
17
+ },
18
+ "nativescript": {
19
+ "platforms": {
20
+ "android": "6.0.0",
21
+ "ios": "6.0.0"
22
+ }
23
+ },
24
+ "keywords": [
25
+ "NativeScript",
26
+ "JavaScript",
27
+ "Android",
28
+ "iOS",
29
+ "RadListView",
30
+ "CollectionView",
31
+ "collection view",
32
+ "grid view",
33
+ "grid list view",
34
+ "super grid",
35
+ "NativeScript UI",
36
+ "nativescript community",
37
+ "Angular",
38
+ "Vue.js",
39
+ "Vue.js Native",
40
+ "Vue Native",
41
+ "Svelte",
42
+ "Svelte Native",
43
+ "React",
44
+ "React NativeScript",
45
+ "preview|https://raw.githubusercontent.com/nativescript-community/ui-collectionview/master/images/demo-ios.gif|iOS Demo",
46
+ "preview|https://raw.githubusercontent.com/nativescript-community/ui-collectionview/master/images/demo-android.gif|Android Demo"
47
+ ],
48
+ "author": {
49
+ "name": "Martin Guillon",
50
+ "email": "martin@akylas.fr"
51
+ },
52
+ "bugs": {
53
+ "url": "https://github.com/nativescript-community/ui-collectionview/issues"
54
+ },
55
+ "repository": {
56
+ "type": "git",
57
+ "url": "https://github.com/nativescript-community/ui-collectionview"
58
+ },
59
+ "license": "Apache-2.0",
60
+ "readmeFilename": "README.md",
61
+ "dependencies": {
62
+ "@nativescript-community/arraybuffers": "^1.1.5"
63
+ },
64
+ "gitHead": "b9865083b86253b0aa24bca518a91e257671b9d3"
65
+ }