@libp2p/mplex 9.0.12-adea7bbbf → 9.0.12-bb6ceb192

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  [![libp2p.io](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/)
2
2
  [![Discuss](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg?style=flat-square)](https://discuss.libp2p.io)
3
3
  [![codecov](https://img.shields.io/codecov/c/github/libp2p/js-libp2p.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p)
4
- [![CI](https://img.shields.io/github/actions/workflow/status/libp2p/js-libp2p/main.yml?branch=master\&style=flat-square)](https://github.com/libp2p/js-libp2p/actions/workflows/main.yml?query=branch%3Amaster)
4
+ [![CI](https://img.shields.io/github/actions/workflow/status/libp2p/js-libp2p/main.yml?branch=main\&style=flat-square)](https://github.com/libp2p/js-libp2p/actions/workflows/main.yml?query=branch%3Amain)
5
5
 
6
6
  > JavaScript implementation of <https://github.com/libp2p/mplex>
7
7
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@libp2p/mplex",
3
- "version": "9.0.12-adea7bbbf",
3
+ "version": "9.0.12-bb6ceb192",
4
4
  "description": "JavaScript implementation of https://github.com/libp2p/mplex",
5
5
  "license": "Apache-2.0 OR MIT",
6
- "homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/stream-multiplexer-mplex#readme",
6
+ "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/stream-multiplexer-mplex#readme",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "git+https://github.com/libp2p/js-libp2p.git"
@@ -57,8 +57,8 @@
57
57
  "test:electron-main": "aegir test -t electron-main"
58
58
  },
59
59
  "dependencies": {
60
- "@libp2p/interface": "0.1.6-adea7bbbf",
61
- "@libp2p/utils": "4.0.7-adea7bbbf",
60
+ "@libp2p/interface": "0.1.6-bb6ceb192",
61
+ "@libp2p/utils": "4.0.7-bb6ceb192",
62
62
  "benchmark": "^2.1.4",
63
63
  "it-batched-bytes": "^2.0.2",
64
64
  "it-pushable": "^3.2.1",
@@ -69,8 +69,8 @@
69
69
  "uint8arrays": "^4.0.6"
70
70
  },
71
71
  "devDependencies": {
72
- "@libp2p/interface-compliance-tests": "4.1.5-adea7bbbf",
73
- "@libp2p/logger": "3.1.0-adea7bbbf",
72
+ "@libp2p/interface-compliance-tests": "4.1.5-bb6ceb192",
73
+ "@libp2p/logger": "3.1.0-bb6ceb192",
74
74
  "aegir": "^41.0.2",
75
75
  "cborg": "^4.0.3",
76
76
  "delay": "^6.0.0",