Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 3b564fd

Browse files
silva-fabiokjin
authored andcommitted
refactor(fix): changes to address review comments
1 parent 5cdb893 commit 3b564fd

File tree

19 files changed

+1051
-1922
lines changed

19 files changed

+1051
-1922
lines changed

packages/opencensus-instrumentation-http/package-lock.json

Lines changed: 261 additions & 825 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/opencensus-instrumentation-http/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opencensus/instrumentation-http",
33
"version": "0.0.1",
4-
"description": "OpenCensus is a toolkit for collecting application performance and behavior data.",
4+
"description": "Opencensus http automatic instrumentation package.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
77
"repository": "census-instrumentation/opencensus-node",
@@ -24,7 +24,7 @@
2424
"author": "Google Inc.",
2525
"license": "Apache-2.0",
2626
"engines": {
27-
"node": ">=6.00"
27+
"node": ">=6.0"
2828
},
2929
"files": [
3030
"build/src/**/*.js",
@@ -50,12 +50,12 @@
5050
"ncp": "^2.0.0",
5151
"nock": "^9.2.6",
5252
"nyc": "^11.7.1",
53+
"rimraf": "^2.6.2",
5354
"ts-node": "^4.0.0",
54-
"typescript": "^2.7.2"
55+
"typescript": "~2.7.2"
5556
},
5657
"dependencies": {
5758
"@opencensus/opencensus-core": "^0.0.1",
58-
"@opencensus/propagation-b3": "^0.0.1",
5959
"end-of-stream": "^1.4.1",
6060
"semver": "^5.5.0",
6161
"shimmer": "^1.2.0",

0 commit comments

Comments
 (0)