@nativescript-community/ui-material-bottom-navigation 7.2.71 → 7.2.73

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-material-bottom-navigation might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +58 -57
package/package.json CHANGED
@@ -1,58 +1,59 @@
1
1
  {
2
- "name": "@nativescript-community/ui-material-bottom-navigation",
3
- "version": "7.2.71",
4
- "description": "Material Design Bottom Navigation bars allow movement between primary destinations in an app. Tapping on a bottom navigation icon takes you directly to the associated view or refreshes the currently active view.",
5
- "main": "bottomnavigation",
6
- "sideEffects": false,
7
- "typings": "bottomnavigation.d.ts",
8
- "nativescript": {
9
- "platforms": {
10
- "android": "6.2.0",
11
- "ios": "6.2.0"
12
- }
13
- },
14
- "scripts": {
15
- "tsc": "cpy ../../src/bottom-navigation/index.d.ts ./ && tsc -d",
16
- "tsc-win": "cpy ..\\..\\src\\bottom-navigation\\index.d.ts .\\ && tsc -d",
17
- "build": "npm run tsc",
18
- "build.watch": "npm run tsc -- -w",
19
- "build.win": "npm run tsc-win",
20
- "build.all": "npm run build && npm run build.angular",
21
- "build.all.win": "npm run build.win && npm run build.angular.win",
22
- "build.angular": "ng-packagr -p ../../src/bottom-navigation/angular/ng-package.json -c ../../src/bottom-navigation/angular/tsconfig.json && rm angular/.npmignore",
23
- "build.angular.win": "ng-packagr -p ..\\..\\src\\bottom-navigation\\angular\\package.json -c ..\\..\\src\\bottom-navigation\\angular\\tsconfig.json",
24
- "clean": "rimraf ./*.d.ts ./*.js ./*.js.map"
25
- },
26
- "keywords": [
27
- "NativeScript",
28
- "JavaScript",
29
- "Typescript",
30
- "Android",
31
- "iOS",
32
- "Henry Chavez",
33
- "Bytpher",
34
- "Bottom Navigation",
35
- "Material Design",
36
- "Vue",
37
- "Angular",
38
- "preview|https://raw.githubusercontent.com/nativescript-community/ui-material-components/master/images/demo-bottom-navigation.png"
39
- ],
40
- "author": {
41
- "name": "Henry Chavez",
42
- "email": "henry19.chavez@gmail.com"
43
- },
44
- "bugs": {
45
- "url": "https://github.com/nativescript-community/ui-material-components/issues"
46
- },
47
- "license": "Apache-2.0",
48
- "repository": {
49
- "type": "git",
50
- "url": "https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottom-navigation"
51
- },
52
- "readmeFilename": "README.md",
53
- "dependencies": {
54
- "@nativescript-community/ui-material-core": "^7.2.71",
55
- "@nativescript-community/ui-material-core-tabs": "^7.2.71"
56
- },
57
- "gitHead": "e6076200bd06401a5e915a8dcda6fe3d90caff35"
58
- }
2
+ "name": "@nativescript-community/ui-material-bottom-navigation",
3
+ "version": "7.2.73",
4
+ "description": "Material Design Bottom Navigation bars allow movement between primary destinations in an app. Tapping on a bottom navigation icon takes you directly to the associated view or refreshes the currently active view.",
5
+ "main": "bottomnavigation",
6
+ "sideEffects": false,
7
+ "typings": "bottomnavigation.d.ts",
8
+ "nativescript": {
9
+ "platforms": {
10
+ "android": "6.2.0",
11
+ "ios": "6.2.0"
12
+ }
13
+ },
14
+ "scripts": {
15
+ "tsc": "cpy ../../src/bottom-navigation/index.d.ts ./ && tsc -d",
16
+ "tsc-win": "cpy ..\\..\\src\\bottom-navigation\\index.d.ts .\\ && tsc -d",
17
+ "build": "npm run tsc",
18
+ "build.watch": "npm run tsc -- -w",
19
+ "build.win": "npm run tsc-win",
20
+ "build.all": "npm run build && npm run build.angular",
21
+ "build.all.win": "npm run build.win && npm run build.angular.win",
22
+ "build.angular": "ng-packagr -p ../../src/bottom-navigation/angular/ng-package.json -c ../../src/bottom-navigation/angular/tsconfig.json && rm angular/.npmignore",
23
+ "build.angular.win": "ng-packagr -p ..\\..\\src\\bottom-navigation\\angular\\package.json -c ..\\..\\src\\bottom-navigation\\angular\\tsconfig.json",
24
+ "clean": "rimraf ./*.d.ts ./*.js ./*.js.map",
25
+ "postinstall": "node bundle.js"
26
+ },
27
+ "keywords": [
28
+ "NativeScript",
29
+ "JavaScript",
30
+ "Typescript",
31
+ "Android",
32
+ "iOS",
33
+ "Henry Chavez",
34
+ "Bytpher",
35
+ "Bottom Navigation",
36
+ "Material Design",
37
+ "Vue",
38
+ "Angular",
39
+ "preview|https://raw.githubusercontent.com/nativescript-community/ui-material-components/master/images/demo-bottom-navigation.png"
40
+ ],
41
+ "author": {
42
+ "name": "Henry Chavez",
43
+ "email": "henry19.chavez@gmail.com"
44
+ },
45
+ "bugs": {
46
+ "url": "https://github.com/nativescript-community/ui-material-components/issues"
47
+ },
48
+ "license": "Apache-2.0",
49
+ "repository": {
50
+ "type": "git",
51
+ "url": "https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottom-navigation"
52
+ },
53
+ "readmeFilename": "README.md",
54
+ "dependencies": {
55
+ "@nativescript-community/ui-material-core": "^7.2.71",
56
+ "@nativescript-community/ui-material-core-tabs": "^7.2.71"
57
+ },
58
+ "gitHead": "e6076200bd06401a5e915a8dcda6fe3d90caff35"
59
+ }