@libp2p/pubsub 9.0.15-acef72613 → 9.0.15-c2181f0cf

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 +2 -2
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -74,8 +74,8 @@ Loading this module through a script tag will make it's exports available as `Li
74
74
 
75
75
  Licensed under either of
76
76
 
77
- - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
78
- - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
77
+ - Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/pubsub/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
78
+ - MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/pubsub/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
79
79
 
80
80
  # Contribution
81
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/pubsub",
3
- "version": "9.0.15-acef72613",
3
+ "version": "9.0.15-c2181f0cf",
4
4
  "description": "libp2p pubsub base class",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/pubsub#readme",
@@ -84,12 +84,12 @@
84
84
  "test:electron-main": "aegir test -t electron-main"
85
85
  },
86
86
  "dependencies": {
87
- "@libp2p/crypto": "4.0.6-acef72613",
88
- "@libp2p/interface": "1.2.0-acef72613",
89
- "@libp2p/interface-internal": "1.1.0-acef72613",
90
- "@libp2p/peer-collections": "5.1.10-acef72613",
91
- "@libp2p/peer-id": "4.0.10-acef72613",
92
- "@libp2p/utils": "5.3.1-acef72613",
87
+ "@libp2p/crypto": "4.0.6-c2181f0cf",
88
+ "@libp2p/interface": "1.2.0-c2181f0cf",
89
+ "@libp2p/interface-internal": "1.1.0-c2181f0cf",
90
+ "@libp2p/peer-collections": "5.1.10-c2181f0cf",
91
+ "@libp2p/peer-id": "4.0.10-c2181f0cf",
92
+ "@libp2p/utils": "5.3.1-c2181f0cf",
93
93
  "it-length-prefixed": "^9.0.4",
94
94
  "it-pipe": "^3.0.1",
95
95
  "it-pushable": "^3.2.3",
@@ -99,8 +99,8 @@
99
99
  "uint8arrays": "^5.0.3"
100
100
  },
101
101
  "devDependencies": {
102
- "@libp2p/logger": "4.0.10-acef72613",
103
- "@libp2p/peer-id-factory": "4.0.10-acef72613",
102
+ "@libp2p/logger": "4.0.10-c2181f0cf",
103
+ "@libp2p/peer-id-factory": "4.0.10-c2181f0cf",
104
104
  "@types/sinon": "^17.0.3",
105
105
  "aegir": "^42.2.5",
106
106
  "delay": "^6.0.0",