Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

chore: upgrade deps #97

Merged
merged 2 commits into from
Aug 11, 2020
Merged

chore: upgrade deps #97

merged 2 commits into from
Aug 11, 2020

Conversation

achingbrain
Copy link
Member

BREAKING CHANGES:

  • All deps of this module now use Uint8Arrays instead of node Buffers

BREAKING CHANGES:

- All deps of this module now use Uint8Arrays instead of node Buffers
@@ -4,6 +4,7 @@ const OS = require('os')
const MDNS = require('multicast-dns')
const log = require('debug')('libp2p:mdns:compat:responder')
const { SERVICE_TAG_LOCAL } = require('./constants')
const { Buffer } = require('buffer')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason for including buffer? mdns only works in Node, so Buffer should always be available.

@@ -35,18 +35,17 @@
"homepage": "https://github.com/libp2p/js-libp2p-mdns",
"devDependencies": {
"aegir": "^25.0.0",
"chai": "^4.2.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dep check is failing with chai removed, there must be some remaining usages of it.

@jacobheun jacobheun merged commit 3cf0e75 into master Aug 11, 2020
@jacobheun jacobheun deleted the chore/upgrade-deps branch August 11, 2020 13:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants