|
1 | 1 | {
|
2 | 2 | "name": "@sentry/browser",
|
3 |
| - "version": "7.56.0", |
| 3 | + "version": "7.57.0-beta.0", |
4 | 4 | "description": "Official Sentry SDK for browsers",
|
5 | 5 | "repository": "git://github.com/getsentry/sentry-javascript.git",
|
6 | 6 | "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/browser",
|
|
13 | 13 | "module": "build/npm/esm/index.js",
|
14 | 14 | "types": "build/npm/types/index.d.ts",
|
15 | 15 | "typesVersions": {
|
16 |
| - "<4.9": { "build/npm/types/index.d.ts": ["build/npm/types-ts3.8/index.d.ts"] } |
| 16 | + "<4.9": { |
| 17 | + "build/npm/types/index.d.ts": [ |
| 18 | + "build/npm/types-ts3.8/index.d.ts" |
| 19 | + ] |
| 20 | + } |
17 | 21 | },
|
18 | 22 | "publishConfig": {
|
19 | 23 | "access": "public"
|
20 | 24 | },
|
21 | 25 | "dependencies": {
|
22 |
| - "@sentry-internal/tracing": "7.56.0", |
23 |
| - "@sentry/core": "7.56.0", |
24 |
| - "@sentry/replay": "7.56.0", |
25 |
| - "@sentry/types": "7.56.0", |
26 |
| - "@sentry/utils": "7.56.0", |
| 26 | + "@sentry-internal/tracing": "7.57.0-beta.0", |
| 27 | + "@sentry/core": "7.57.0-beta.0", |
| 28 | + "@sentry/replay": "7.57.0-beta.0", |
| 29 | + "@sentry/types": "7.57.0-beta.0", |
| 30 | + "@sentry/utils": "7.57.0-beta.0", |
27 | 31 | "tslib": "^2.4.1 || ^1.9.3"
|
28 | 32 | },
|
29 | 33 | "devDependencies": {
|
30 |
| - "@sentry-internal/integration-shims": "7.56.0", |
| 34 | + "@sentry-internal/integration-shims": "7.57.0-beta.0", |
31 | 35 | "@types/md5": "2.1.33",
|
32 | 36 | "btoa": "^1.2.1",
|
33 | 37 | "chai": "^4.1.2",
|
|
0 commit comments