File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
plugins/node/opentelemetry-instrumentation-fastify Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1+ " fastify " :
2+ - versions : " 4.23.2"
3+ commands : npm run test
4+ " typescript " :
5+ - versions : " 4.7.4"
Original file line number Diff line number Diff line change 1313 "precompile" : " tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-fastify --include-dependencies" ,
1414 "prepare" : " npm run compile" ,
1515 "test" : " nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'" ,
16+ "test-all-versions" : " tav" ,
1617 "version:update" : " node ../../../scripts/version-update.js" ,
1718 "prewatch" : " npm run precompile" ,
1819 "watch" : " tsc -w"
5859 "mocha" : " 7.2.0" ,
5960 "nyc" : " 15.1.0" ,
6061 "rimraf" : " 5.0.5" ,
62+ "test-all-versions" : " 5.0.1" ,
6163 "ts-mocha" : " 10.0.0" ,
6264 "typescript" : " 4.4.4"
6365 },
You can’t perform that action at this time.
0 commit comments