|
1 | 1 | {
|
2 | 2 | "name": "@sentry/opentracing",
|
3 |
| - "version": "4.6.1", |
4 |
| - "description": "Sentry OpenTracing API implementation", |
| 3 | + "version": "5.0.0-beta0", |
| 4 | + "description": "Sentry OpenTracing SDK", |
5 | 5 | "repository": "git://github.com/getsentry/sentry-javascript.git",
|
6 | 6 | "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/minimal",
|
7 | 7 | "author": "Sentry",
|
|
10 | 10 | "node": ">=6"
|
11 | 11 | },
|
12 | 12 | "main": "dist/index.js",
|
| 13 | + "module": "esm/index.js", |
13 | 14 | "types": "dist/index.d.ts",
|
14 | 15 | "publishConfig": {
|
15 | 16 | "access": "public"
|
16 | 17 | },
|
17 | 18 | "dependencies": {
|
18 |
| - "@sentry/hub": "4.6.2", |
19 |
| - "@sentry/utils": "4.6.2", |
20 |
| - "@sentry/types": "4.5.3", |
| 19 | + "@sentry/hub": "5.0.0-beta0", |
| 20 | + "@sentry/utils": "5.0.0-beta0", |
| 21 | + "@sentry/types": "5.0.0-beta0", |
21 | 22 | "opentracing": "0.14.3"
|
22 | 23 | },
|
23 | 24 | "devDependencies": {
|
|
32 | 33 | "scripts": {
|
33 | 34 | "build": "run-p build:es5 build:esm",
|
34 | 35 | "build:es5": "tsc -p tsconfig.build.json",
|
35 |
| - "build:esm": "run-s build:esm:transpile build:esm:rewrite", |
36 |
| - "build:esm:transpile": "tsc -p tsconfig.esm.json", |
37 |
| - "build:esm:rewrite": "node ../../scripts/esm-rewrite.js", |
| 36 | + "build:esm": "tsc -p tsconfig.esm.json", |
38 | 37 | "build:watch": "tsc -p tsconfig.build.json -w --preserveWatchOutput",
|
39 | 38 | "clean": "rimraf dist coverage",
|
40 | 39 | "link:yarn": "yarn link",
|
|
0 commit comments