@libp2p/mdns 10.0.7 → 10.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -11,7 +11,7 @@ A peer discover mechanism that uses [mDNS](https://datatracker.ietf.org/doc/html
11
11
 
12
12
  ## Example
13
13
 
14
- ```ts
14
+ ```TypeScript
15
15
  import { mdns } from '@libp2p/mdns'
16
16
 
17
17
  const options = {
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * @example
7
7
  *
8
- * ```ts
8
+ * ```TypeScript
9
9
  * import { mdns } from '@libp2p/mdns'
10
10
  *
11
11
  * const options = {
package/dist/src/index.js CHANGED
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * @example
7
7
  *
8
- * ```ts
8
+ * ```TypeScript
9
9
  * import { mdns } from '@libp2p/mdns'
10
10
  *
11
11
  * const options = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/mdns",
3
- "version": "10.0.7",
3
+ "version": "10.0.8",
4
4
  "description": "Node.js libp2p mDNS discovery implementation for peer discovery",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/peer-discovery-mdns#readme",
@@ -51,14 +51,14 @@
51
51
  "dependencies": {
52
52
  "@libp2p/interface": "^1.0.2",
53
53
  "@libp2p/peer-id": "^4.0.2",
54
- "@libp2p/utils": "^5.0.3",
54
+ "@libp2p/utils": "^5.1.0",
55
55
  "@multiformats/multiaddr": "^12.1.10",
56
56
  "@types/multicast-dns": "^7.2.1",
57
57
  "dns-packet": "^5.4.0",
58
58
  "multicast-dns": "^7.2.5"
59
59
  },
60
60
  "devDependencies": {
61
- "@libp2p/interface-compliance-tests": "^5.0.7",
61
+ "@libp2p/interface-compliance-tests": "^5.0.8",
62
62
  "@libp2p/interface-internal": "^1.0.3",
63
63
  "@libp2p/logger": "^4.0.2",
64
64
  "@libp2p/peer-id-factory": "^4.0.1",
package/src/index.ts CHANGED
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * @example
7
7
  *
8
- * ```ts
8
+ * ```TypeScript
9
9
  * import { mdns } from '@libp2p/mdns'
10
10
  *
11
11
  * const options = {