Skip to content

Commit

Permalink
use existing undici version
Browse files Browse the repository at this point in the history
  • Loading branch information
flovilmart committed Oct 5, 2021
1 parent 6c81d77 commit 18b1cfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/datadog-plugin-undici/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ function getHooks (config) {
module.exports = [
{
name: 'undici',
versions: ['>=4.7.1-alpha'],
versions: ['>=4.7.0'], // FIXME: pending an undici release
patch: function (_, tracer, config) {
this.unpatch = diagnostics.call(this, tracer, config)
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_plugin_modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function assertWorkspace () {
}

function install () {
exec('yarn --ignore-engines', { cwd: folder() })
exec('yarn --ignore-engines --registry "http://localhost:4000"', { cwd: folder() })
}

function addFolder (name, version) {
Expand Down

0 comments on commit 18b1cfa

Please sign in to comment.