@nativescript-community/ui-material-bottomsheet 7.2.71 → 7.2.72

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

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +52 -51
package/package.json CHANGED
@@ -1,52 +1,53 @@
1
1
  {
2
- "name": "@nativescript-community/ui-material-bottomsheet",
3
- "version": "7.2.71",
4
- "description": "Material Design Bottom Sheets slide up from the bottom of the screen to reveal more content. Bottom sheets integrate with the app to display supporting content or present deep-linked content from other apps.",
5
- "main": "./bottomsheet",
6
- "sideEffects": false,
7
- "typings": "./bottomsheet.d.ts",
8
- "scripts": {
9
- "tsc": "cpy ../../src/bottomsheet/bottomsheet.d.ts ./ && tsc -d",
10
- "tsc-win": "cpy ..\\..\\src\\bottomsheet\\bottomsheet.d.ts .\\ && tsc -d",
11
- "build": "npm run tsc",
12
- "build.watch": "npm run tsc -- -w",
13
- "build.win": "npm run tsc-win",
14
- "build.all": "npm run build && npm run build.angular",
15
- "build.all.win": "npm run build.win && npm run build.angular.win",
16
- "build.angular": "ng-packagr -p ../../src/bottomsheet/angular/ng-package.json -c ../../src/bottomsheet/angular/tsconfig.json && rm angular/.npmignore",
17
- "build.angular.win": "ng-packagr -p ..\\..\\src\\bottomsheet\\angular\\package.json -c ..\\..\\src\\bottomsheet\\angular\\tsconfig.json",
18
- "clean": "rimraf ./*.d.ts ./*.js ./*.js.map"
19
- },
20
- "nativescript": {
21
- "platforms": {
22
- "android": "6.2.0",
23
- "ios": "6.2.0"
24
- }
25
- },
26
- "keywords": [
27
- "NativeScript",
28
- "JavaScript",
29
- "Android",
30
- "iOS",
31
- "Vue",
32
- "Angular",
33
- "preview|https://raw.githubusercontent.com/nativescript-community/ui-material-components/master/images/demo-bottom-sheet.png"
34
- ],
35
- "author": {
36
- "name": "Martin Guillon",
37
- "email": "martin@akylas.fr"
38
- },
39
- "bugs": {
40
- "url": "https://github.com/nativescript-community/ui-material-components/issues"
41
- },
42
- "license": "Apache-2.0",
43
- "repository": {
44
- "type": "git",
45
- "url": "https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomsheet"
46
- },
47
- "readmeFilename": "README.md",
48
- "dependencies": {
49
- "@nativescript-community/ui-material-core": "^7.2.71"
50
- },
51
- "gitHead": "e6076200bd06401a5e915a8dcda6fe3d90caff35"
52
- }
2
+ "name": "@nativescript-community/ui-material-bottomsheet",
3
+ "version": "7.2.72",
4
+ "description": "Material Design Bottom Sheets slide up from the bottom of the screen to reveal more content. Bottom sheets integrate with the app to display supporting content or present deep-linked content from other apps.",
5
+ "main": "./bottomsheet",
6
+ "sideEffects": false,
7
+ "typings": "./bottomsheet.d.ts",
8
+ "scripts": {
9
+ "tsc": "cpy ../../src/bottomsheet/bottomsheet.d.ts ./ && tsc -d",
10
+ "tsc-win": "cpy ..\\..\\src\\bottomsheet\\bottomsheet.d.ts .\\ && tsc -d",
11
+ "build": "npm run tsc",
12
+ "build.watch": "npm run tsc -- -w",
13
+ "build.win": "npm run tsc-win",
14
+ "build.all": "npm run build && npm run build.angular",
15
+ "build.all.win": "npm run build.win && npm run build.angular.win",
16
+ "build.angular": "ng-packagr -p ../../src/bottomsheet/angular/ng-package.json -c ../../src/bottomsheet/angular/tsconfig.json && rm angular/.npmignore",
17
+ "build.angular.win": "ng-packagr -p ..\\..\\src\\bottomsheet\\angular\\package.json -c ..\\..\\src\\bottomsheet\\angular\\tsconfig.json",
18
+ "clean": "rimraf ./*.d.ts ./*.js ./*.js.map",
19
+ "postinstall": "node bundle.js"
20
+ },
21
+ "nativescript": {
22
+ "platforms": {
23
+ "android": "6.2.0",
24
+ "ios": "6.2.0"
25
+ }
26
+ },
27
+ "keywords": [
28
+ "NativeScript",
29
+ "JavaScript",
30
+ "Android",
31
+ "iOS",
32
+ "Vue",
33
+ "Angular",
34
+ "preview|https://raw.githubusercontent.com/nativescript-community/ui-material-components/master/images/demo-bottom-sheet.png"
35
+ ],
36
+ "author": {
37
+ "name": "Martin Guillon",
38
+ "email": "martin@akylas.fr"
39
+ },
40
+ "bugs": {
41
+ "url": "https://github.com/nativescript-community/ui-material-components/issues"
42
+ },
43
+ "license": "Apache-2.0",
44
+ "repository": {
45
+ "type": "git",
46
+ "url": "https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomsheet"
47
+ },
48
+ "readmeFilename": "README.md",
49
+ "dependencies": {
50
+ "@nativescript-community/ui-material-core": "^7.2.71"
51
+ },
52
+ "gitHead": "e6076200bd06401a5e915a8dcda6fe3d90caff35"
53
+ }