|
1 | 1 | { |
2 | 2 | "name": "@opencensus/exporter-object", |
3 | | - "version": "0.0.13", |
| 3 | + "version": "0.0.14", |
4 | 4 | "description": "OpenCensus Object Exporter allows the user to collect and access traces with OpenCensus Node.js.", |
5 | 5 | "main": "build/src/index.js", |
6 | 6 | "types": "build/src/index.d.ts", |
7 | 7 | "repository": "census-instrumentation/opencensus-node", |
8 | 8 | "scripts": { |
9 | | - "test": "nyc ts-mocha -p ./tsconfig.json test/**/*.ts", |
10 | | - "codecov": "nyc report --reporter=json && codecov -f coverage/*.json", |
11 | | - "clean": "rimraf build/*", |
12 | | - "check": "gts check", |
13 | | - "compile": "tsc -p .", |
14 | | - "fix": "gts fix", |
15 | | - "prepare": "npm run compile", |
16 | | - "posttest": "npm run check" |
| 9 | + "test": "nyc ts-mocha -p ./tsconfig.json test/**/*.ts", |
| 10 | + "codecov": "nyc report --reporter=json && codecov -f coverage/*.json", |
| 11 | + "clean": "rimraf build/*", |
| 12 | + "check": "gts check", |
| 13 | + "compile": "tsc -p .", |
| 14 | + "fix": "gts fix", |
| 15 | + "prepare": "npm run compile", |
| 16 | + "posttest": "npm run check" |
17 | 17 | }, |
18 | 18 | "keywords": [ |
19 | | - "opencensus", |
20 | | - "nodejs", |
21 | | - "tracing", |
22 | | - "profiling" |
| 19 | + "opencensus", |
| 20 | + "nodejs", |
| 21 | + "tracing", |
| 22 | + "profiling" |
23 | 23 | ], |
24 | 24 | "author": "Google Inc.", |
25 | 25 | "license": "Apache-2.0", |
26 | 26 | "engines": { |
27 | | - "node": ">=8" |
| 27 | + "node": ">=8" |
28 | 28 | }, |
29 | 29 | "files": [ |
30 | | - "build/src/**/*.js", |
31 | | - "build/src/**/*.d.ts", |
32 | | - "doc", |
33 | | - "CHANGELOG.md", |
34 | | - "LICENSE", |
35 | | - "README.md" |
| 30 | + "build/src/**/*.js", |
| 31 | + "build/src/**/*.d.ts", |
| 32 | + "doc", |
| 33 | + "CHANGELOG.md", |
| 34 | + "LICENSE", |
| 35 | + "README.md" |
36 | 36 | ], |
37 | 37 | "nyc": { |
38 | | - "extension": [ |
39 | | - ".ts", |
40 | | - ".tsx" |
41 | | - ], |
42 | | - "exclude": [ |
43 | | - "**/*.d.ts", |
44 | | - "build/**/**/*.js" |
45 | | - ], |
46 | | - "all": true |
| 38 | + "extension": [ |
| 39 | + ".ts", |
| 40 | + ".tsx" |
| 41 | + ], |
| 42 | + "exclude": [ |
| 43 | + "**/*.d.ts", |
| 44 | + "build/**/**/*.js" |
| 45 | + ], |
| 46 | + "all": true |
47 | 47 | }, |
48 | 48 | "publishConfig": { |
49 | | - "access": "public" |
| 49 | + "access": "public" |
50 | 50 | }, |
51 | 51 | "devDependencies": { |
52 | | - "@types/mocha": "^5.2.5", |
53 | | - "@types/nock": "^9.1.3", |
54 | | - "@types/node": "^10.12.12", |
55 | | - "codecov": "^3.4.0", |
56 | | - "gts": "^0.9.0", |
57 | | - "mocha": "^6.1.0", |
58 | | - "nyc": "14.1.1", |
59 | | - "ts-mocha": "^6.0.0", |
60 | | - "ts-node": "^8.0.0", |
61 | | - "typescript": "~3.2.0" |
| 52 | + "@types/mocha": "^5.2.5", |
| 53 | + "@types/nock": "^9.1.3", |
| 54 | + "@types/node": "^10.12.12", |
| 55 | + "codecov": "^3.4.0", |
| 56 | + "gts": "^0.9.0", |
| 57 | + "mocha": "^6.1.0", |
| 58 | + "nyc": "14.1.1", |
| 59 | + "ts-mocha": "^6.0.0", |
| 60 | + "ts-node": "^8.0.0", |
| 61 | + "typescript": "~3.2.0" |
62 | 62 | }, |
63 | 63 | "dependencies": { |
64 | | - "@opencensus/core": "^0.0.13" |
| 64 | + "@opencensus/core": "^0.0.14" |
65 | 65 | } |
66 | 66 | } |
0 commit comments