|
1 | 1 | { |
2 | 2 | "name": "@sentry/node", |
3 | | - "version": "0.5.4", |
| 3 | + "version": "4.0.0-beta.0", |
4 | 4 | "description": "Offical Sentry SDK for Node.js", |
5 | 5 | "repository": "git://github.com/getsentry/raven-js.git", |
6 | 6 | "homepage": "https://github.com/getsentry/raven-js/tree/master/packages/node", |
|
15 | 15 | "access": "public" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@sentry/core": "0.5.4", |
19 | | - "@sentry/hub": "0.5.4", |
20 | | - "@sentry/minimal": "0.5.4", |
21 | | - "@sentry/types": "0.5.4", |
22 | | - "@sentry/utils": "0.5.4", |
| 18 | + "@sentry/core": "4.0.0-beta.0", |
| 19 | + "@sentry/hub": "4.0.0-beta.0", |
| 20 | + "@sentry/minimal": "4.0.0-beta.0", |
| 21 | + "@sentry/types": "4.0.0-beta.0", |
| 22 | + "@sentry/utils": "4.0.0-beta.0", |
23 | 23 | "raven": "^2.6.0" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
|
46 | 46 | }, |
47 | 47 | "jest": { |
48 | 48 | "collectCoverage": true, |
49 | | - "transform": { "^.+\\.ts$": "ts-jest" }, |
50 | | - "moduleFileExtensions": ["js", "ts"], |
| 49 | + "transform": { |
| 50 | + "^.+\\.ts$": "ts-jest" |
| 51 | + }, |
| 52 | + "moduleFileExtensions": [ |
| 53 | + "js", |
| 54 | + "ts" |
| 55 | + ], |
51 | 56 | "testEnvironment": "node", |
52 | | - "testMatch": ["**/*.test.ts"], |
| 57 | + "testMatch": [ |
| 58 | + "**/*.test.ts" |
| 59 | + ], |
53 | 60 | "globals": { |
54 | 61 | "ts-jest": { |
55 | 62 | "tsConfigFile": "./tsconfig.json" |
56 | 63 | } |
57 | 64 | } |
58 | | - } |
| 65 | + }, |
| 66 | + "gitHead": "a91da22f8bd3bddb38fab7f868326e376da82d4d" |
59 | 67 | } |
0 commit comments