Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: open-telemetry/opentelemetry-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4a9f73508d28dbb23ce733cc3b4bd1fbc0cad004
Choose a base ref
..
head repository: open-telemetry/opentelemetry-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d14b40c35b617ca350b4565b0d7a78e07dce924d
Choose a head ref
Showing with 4 additions and 5 deletions.
  1. +4 −5 packages/opentelemetry-instrumentation-grpc/package.json
9 changes: 4 additions & 5 deletions packages/opentelemetry-instrumentation-grpc/package.json
Original file line number Diff line number Diff line change
@@ -6,16 +6,15 @@
"types": "build/src/index.d.ts",
"repository": "open-telemetry/opentelemetry-js",
"scripts": {
"compile": "tsc --build",
"clean": "tsc --build --clean",
"test": "nyc ts-mocha -p tsconfig.json test/**/*.test.ts",
"tdd": "npm run test -- --watch-extensions ts --watch",
"clean": "rimraf build/*",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../",
"precompile": "tsc --version",
"version:update": "node ../../scripts/version-update.js",
"compile": "npm run version:update && tsc -p .",
"prepare": "npm run compile"
"version": "node ../../scripts/version-update.js",
"watch": "tsc --build --watch"
},
"keywords": [
"opentelemetry",