-
Notifications
You must be signed in to change notification settings - Fork 551
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'open-telemetry:main' into feat/nestjs-core-support-nest…
…js11
- Loading branch information
Showing
17 changed files
with
376 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,14 +20,15 @@ | |
"test:ci:changed": "nx affected -t test --base=origin/main --head=HEAD", | ||
"test-all-versions": "nx run-many -t test-all-versions", | ||
"changelog": "lerna-changelog", | ||
"lint": "nx run-many -t lint && npm run lint:readme && npm run lint:markdown", | ||
"lint": "nx run-many -t lint && npm run lint:readme && npm run lint:markdown && npm run lint:semconv-deps", | ||
"lint:fix": "nx run-many -t lint:fix && npm run lint:markdown:fix", | ||
"lint:deps": "npx --yes [email protected] --dependencies --production --tags=-knipignore", | ||
"lint:examples": "eslint ./examples/**/*.js", | ||
"lint:examples:fix": "eslint ./examples/**/*.js --fix", | ||
"lint:markdown": "markdownlint-cli2 $(git ls-files '*.md')", | ||
"lint:markdown:fix": "markdownlint-cli2 --fix $(git ls-files '*.md')", | ||
"lint:readme": "nx run-many -t lint:readme" | ||
"lint:readme": "nx run-many -t lint:readme", | ||
"lint:semconv-deps": "./scripts/lint-semconv-deps.mjs" | ||
}, | ||
"keywords": [ | ||
"opentelemetry", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.