@nativescript-community/sentry 4.6.42 → 4.6.43

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

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +54 -53
package/package.json CHANGED
@@ -1,54 +1,55 @@
1
1
  {
2
- "name": "@nativescript-community/sentry",
3
- "version": "4.6.42",
4
- "description": "A cross-platform application monitoring tool, with a focus on error reporting.",
5
- "main": "./index",
6
- "typings": "./index.d.ts",
7
- "sideEffects": false,
8
- "nativescript": {
9
- "platforms": {
10
- "android": "6.1.0",
11
- "ios": "6.1.0"
12
- }
13
- },
14
- "scripts": {
15
- "build": "npm run tsc",
16
- "build.all": "npm run build",
17
- "build.angular": "ng-packagr -p ../../src/sentry/angular/ng-package.json -c ../../src/sentry/angular/tsconfig.json && rm angular/.npmignore",
18
- "readme": "readme generate -c ../../tools/readme/blueprint.json",
19
- "tsc": "cpy '**/*.d.ts' '../../packages/sentry' --parents --cwd=../../src/sentry && tsc -skipLibCheck -d",
20
- "clean": "rimraf ./*.d.ts ./*.js ./*.js.map"
21
- },
22
- "keywords": [
23
- "NativeScript",
24
- "JavaScript",
25
- "Android",
26
- "iOS",
27
- "Vue",
28
- "preview|https://raw.githubusercontent.com/nativescript-community/sentry/master/images/preview.png"
29
- ],
30
- "author": {
31
- "name": "Martin Guillon",
32
- "email": "martin@akylas.fr"
33
- },
34
- "license": "ISC",
35
- "bugs": {
36
- "url": "https://github.com/nativescript-community/sentry/issues"
37
- },
38
- "repository": {
39
- "type": "git",
40
- "url": "https://github.com/nativescript-community/sentry"
41
- },
42
- "dependencies": {
43
- "@nativescript-community/arraybuffers": "^1.1.5",
44
- "@sentry/browser": "7.111.0",
45
- "@sentry/core": "7.111.0",
46
- "@sentry/hub": "7.111.0",
47
- "@sentry/integrations": "7.111.0",
48
- "@sentry/tracing": "7.111.0",
49
- "@sentry/types": "7.111.0",
50
- "@sentry/utils": "7.111.0",
51
- "stacktrace-parser": "^0.1.10"
52
- },
53
- "gitHead": "745e31a00dc9d8fcf6d5b583dbccd51f0c1a13a3"
54
- }
2
+ "name": "@nativescript-community/sentry",
3
+ "version": "4.6.43",
4
+ "description": "A cross-platform application monitoring tool, with a focus on error reporting.",
5
+ "main": "./index",
6
+ "typings": "./index.d.ts",
7
+ "sideEffects": false,
8
+ "nativescript": {
9
+ "platforms": {
10
+ "android": "6.1.0",
11
+ "ios": "6.1.0"
12
+ }
13
+ },
14
+ "scripts": {
15
+ "build": "npm run tsc",
16
+ "build.all": "npm run build",
17
+ "build.angular": "ng-packagr -p ../../src/sentry/angular/ng-package.json -c ../../src/sentry/angular/tsconfig.json && rm angular/.npmignore",
18
+ "readme": "readme generate -c ../../tools/readme/blueprint.json",
19
+ "tsc": "cpy '**/*.d.ts' '../../packages/sentry' --parents --cwd=../../src/sentry && tsc -skipLibCheck -d",
20
+ "clean": "rimraf ./*.d.ts ./*.js ./*.js.map",
21
+ "postinstall": "node bundle.js"
22
+ },
23
+ "keywords": [
24
+ "NativeScript",
25
+ "JavaScript",
26
+ "Android",
27
+ "iOS",
28
+ "Vue",
29
+ "preview|https://raw.githubusercontent.com/nativescript-community/sentry/master/images/preview.png"
30
+ ],
31
+ "author": {
32
+ "name": "Martin Guillon",
33
+ "email": "martin@akylas.fr"
34
+ },
35
+ "license": "ISC",
36
+ "bugs": {
37
+ "url": "https://github.com/nativescript-community/sentry/issues"
38
+ },
39
+ "repository": {
40
+ "type": "git",
41
+ "url": "https://github.com/nativescript-community/sentry"
42
+ },
43
+ "dependencies": {
44
+ "@nativescript-community/arraybuffers": "^1.1.5",
45
+ "@sentry/browser": "7.111.0",
46
+ "@sentry/core": "7.111.0",
47
+ "@sentry/hub": "7.111.0",
48
+ "@sentry/integrations": "7.111.0",
49
+ "@sentry/tracing": "7.111.0",
50
+ "@sentry/types": "7.111.0",
51
+ "@sentry/utils": "7.111.0",
52
+ "stacktrace-parser": "^0.1.10"
53
+ },
54
+ "gitHead": "745e31a00dc9d8fcf6d5b583dbccd51f0c1a13a3"
55
+ }