Skip to content

Commit

Permalink
convert ts-mocha -> mocha for the recently re-added aws-xray propagat…
Browse files Browse the repository at this point in the history
…or packages

Also add mocha to the top-level devDeps. This had a huge impact on the
package-lock layout: instead of a mocha install in EVERY workspace
subfolder, we get one at the top.

This also resolves some errors in `npm ls` currently on main, that
were introduced in open-telemetry#2269, e.g.:

```
$ npm ls
├─┬ @opentelemetry/[email protected] -> ./propagators/opentelemetry-propagator-instana
│ ├── @types/[email protected] invalid: "10.0.20" from propagators/opentelemetry-propagator-instana
│ ├── [email protected] invalid: "3.1.0" from propagators/opentelemetry-propagator-instana
...
├─┬ @opentelemetry/[email protected] -> ./propagators/opentelemetry-propagator-ot-trace
│ ├── @types/[email protected] invalid: "10.0.20" from propagators/opentelemetry-propagator-ot-trace
...
```
  • Loading branch information
trentm committed Oct 21, 2024
1 parent 5dfa476 commit 99b6791
Show file tree
Hide file tree
Showing 4 changed files with 8,602 additions and 14,749 deletions.
Loading

0 comments on commit 99b6791

Please sign in to comment.