@libp2p/perf 5.0.0-621b464f0 → 5.0.0

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
@@ -29,8 +29,8 @@ The Perf service implements the [perf protocol](https://github.com/libp2p/specs/
29
29
  ## Example
30
30
 
31
31
  ```typescript
32
- import { noise } from '@chainsafe/libp2p-noise'
33
- import { yamux } from '@chainsafe/libp2p-yamux'
32
+ import { noise } from '@libp2p/noise'
33
+ import { yamux } from '@libp2p/yamux'
34
34
  import { tcp } from '@libp2p/tcp'
35
35
  import { createLibp2p, type Libp2p } from 'libp2p'
36
36
  import { plaintext } from '@libp2p/plaintext'
@@ -0,0 +1,14 @@
1
+ {
2
+ "Perf": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_perf.Perf.html",
3
+ ".:Perf": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_perf.Perf.html",
4
+ "PerfComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_perf.PerfComponents.html",
5
+ ".:PerfComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_perf.PerfComponents.html",
6
+ "PerfInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_perf.PerfInit.html",
7
+ ".:PerfInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_perf.PerfInit.html",
8
+ "PerfOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_perf.PerfOptions.html",
9
+ ".:PerfOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_perf.PerfOptions.html",
10
+ "PerfOutput": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_perf.PerfOutput.html",
11
+ ".:PerfOutput": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_perf.PerfOutput.html",
12
+ "perf": "https://libp2p.github.io/js-libp2p/functions/_libp2p_perf.perf.html",
13
+ ".:perf": "https://libp2p.github.io/js-libp2p/functions/_libp2p_perf.perf.html"
14
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/perf",
3
- "version": "5.0.0-621b464f0",
3
+ "version": "5.0.0",
4
4
  "description": "Implementation of Perf Protocol",
5
5
  "author": "@maschad / @marcopolo",
6
6
  "license": "Apache-2.0 OR MIT",
@@ -45,16 +45,16 @@
45
45
  "doc-check": "aegir doc-check"
46
46
  },
47
47
  "dependencies": {
48
- "@libp2p/interface": "3.0.0-621b464f0",
49
- "@libp2p/interface-internal": "3.0.0-621b464f0",
48
+ "@libp2p/interface": "^3.0.0",
49
+ "@libp2p/interface-internal": "^3.0.0",
50
50
  "@multiformats/multiaddr": "^13.0.1",
51
51
  "it-pushable": "^3.2.3",
52
52
  "p-event": "^6.0.1",
53
53
  "uint8arraylist": "^2.4.8"
54
54
  },
55
55
  "devDependencies": {
56
- "@libp2p/logger": "6.0.0-621b464f0",
57
- "@libp2p/utils": "7.0.0-621b464f0",
56
+ "@libp2p/logger": "^6.0.0",
57
+ "@libp2p/utils": "^7.0.0",
58
58
  "aegir": "^47.0.22",
59
59
  "it-last": "^3.0.9",
60
60
  "sinon-ts": "^2.0.0"