@libp2p/dcutr 1.0.5-01e9a5fe4 → 1.0.5-07f3afe2d

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
@@ -17,7 +17,7 @@ at precisely the same moment.
17
17
 
18
18
  ## Example
19
19
 
20
- ```ts
20
+ ```TypeScript
21
21
  import { createLibp2p } from 'libp2p'
22
22
  import { circuitRelayTransport } from 'libp2p/circuit-relay'
23
23
  import { tcp } from '@libp2p/tcp'
@@ -11,7 +11,7 @@
11
11
  *
12
12
  * @example
13
13
  *
14
- * ```ts
14
+ * ```TypeScript
15
15
  * import { createLibp2p } from 'libp2p'
16
16
  * import { circuitRelayTransport } from 'libp2p/circuit-relay'
17
17
  * import { tcp } from '@libp2p/tcp'
package/dist/src/index.js CHANGED
@@ -11,7 +11,7 @@
11
11
  *
12
12
  * @example
13
13
  *
14
- * ```ts
14
+ * ```TypeScript
15
15
  * import { createLibp2p } from 'libp2p'
16
16
  * import { circuitRelayTransport } from 'libp2p/circuit-relay'
17
17
  * import { tcp } from '@libp2p/tcp'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/dcutr",
3
- "version": "1.0.5-01e9a5fe4",
3
+ "version": "1.0.5-07f3afe2d",
4
4
  "description": "Implementation of the DCUtR Protocol",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/protocol-dcutr#readme",
@@ -51,8 +51,8 @@
51
51
  "dep-check": "aegir dep-check"
52
52
  },
53
53
  "dependencies": {
54
- "@libp2p/interface": "1.0.2-01e9a5fe4",
55
- "@libp2p/interface-internal": "1.0.3-01e9a5fe4",
54
+ "@libp2p/interface": "1.0.2-07f3afe2d",
55
+ "@libp2p/interface-internal": "1.0.3-07f3afe2d",
56
56
  "@multiformats/multiaddr": "^12.1.10",
57
57
  "@multiformats/multiaddr-matcher": "^1.1.0",
58
58
  "delay": "^6.0.0",
package/src/index.ts CHANGED
@@ -11,7 +11,7 @@
11
11
  *
12
12
  * @example
13
13
  *
14
- * ```ts
14
+ * ```TypeScript
15
15
  * import { createLibp2p } from 'libp2p'
16
16
  * import { circuitRelayTransport } from 'libp2p/circuit-relay'
17
17
  * import { tcp } from '@libp2p/tcp'