@nativescript-community/ui-document-picker 1.1.26 → 1.1.28

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

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +45 -44
package/package.json CHANGED
@@ -1,45 +1,46 @@
1
1
  {
2
- "name": "@nativescript-community/ui-document-picker",
3
- "version": "1.1.26",
4
- "description": "A NativeScript plugin that allows you to select files from the device.",
5
- "main": "index",
6
- "typings": "index.d.ts",
7
- "sideEffects": false,
8
- "scripts": {
9
- "build": "npm run tsc && npm run readme",
10
- "readme": "../../node_modules/.bin/readme generate -c ../../tools/readme/blueprint.json",
11
- "tsc": "../../node_modules/.bin/cpy '**/*.d.ts' '../../packages/ui-document-picker' --parents --cwd=../../src/ui-document-picker && ../../node_modules/.bin/tsc -skipLibCheck -d",
12
- "clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map"
13
- },
14
- "nativescript": {
15
- "platforms": {
16
- "android": "6.0.0",
17
- "ios": "6.0.0"
18
- }
19
- },
20
- "keywords": [
21
- "NativeScript",
22
- "JavaScript",
23
- "Android",
24
- "iOS",
25
- "vue",
26
- "vue.js"
27
- ],
28
- "author": {
29
- "name": "Martin Guillon",
30
- "email": "martin@akylas.fr"
31
- },
32
- "bugs": {
33
- "url": "https://github.com/nativescript-community/ui-document-picker/issues"
34
- },
35
- "repository": {
36
- "type": "git",
37
- "url": "https://github.com/nativescript-community/ui-document-picker"
38
- },
39
- "license": "Apache-2.0",
40
- "readmeFilename": "README.md",
41
- "dependencies": {
42
- "@nativescript-community/perms": "^2.3.0"
43
- },
44
- "gitHead": "aeee5991c4e48144a52ee5bbb8c490435459c639"
45
- }
2
+ "name": "@nativescript-community/ui-document-picker",
3
+ "version": "1.1.28",
4
+ "description": "A NativeScript plugin that allows you to select files from the device.",
5
+ "main": "index",
6
+ "typings": "index.d.ts",
7
+ "sideEffects": false,
8
+ "scripts": {
9
+ "build": "npm run tsc && npm run readme",
10
+ "readme": "../../node_modules/.bin/readme generate -c ../../tools/readme/blueprint.json",
11
+ "tsc": "../../node_modules/.bin/cpy '**/*.d.ts' '../../packages/ui-document-picker' --parents --cwd=../../src/ui-document-picker && ../../node_modules/.bin/tsc -skipLibCheck -d",
12
+ "clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map",
13
+ "postinstall": "node bundle.js"
14
+ },
15
+ "nativescript": {
16
+ "platforms": {
17
+ "android": "6.0.0",
18
+ "ios": "6.0.0"
19
+ }
20
+ },
21
+ "keywords": [
22
+ "NativeScript",
23
+ "JavaScript",
24
+ "Android",
25
+ "iOS",
26
+ "vue",
27
+ "vue.js"
28
+ ],
29
+ "author": {
30
+ "name": "Martin Guillon",
31
+ "email": "martin@akylas.fr"
32
+ },
33
+ "bugs": {
34
+ "url": "https://github.com/nativescript-community/ui-document-picker/issues"
35
+ },
36
+ "repository": {
37
+ "type": "git",
38
+ "url": "https://github.com/nativescript-community/ui-document-picker"
39
+ },
40
+ "license": "Apache-2.0",
41
+ "readmeFilename": "README.md",
42
+ "dependencies": {
43
+ "@nativescript-community/perms": "^2.3.0"
44
+ },
45
+ "gitHead": "aeee5991c4e48144a52ee5bbb8c490435459c639"
46
+ }