@libp2p/pubsub 10.0.12-98b43045c → 10.0.12-99f5f270b

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +14 -14
  3. package/LICENSE +0 -4
package/README.md CHANGED
@@ -60,7 +60,7 @@ $ npm i @libp2p/pubsub
60
60
 
61
61
  ## Browser `<script>` tag
62
62
 
63
- Loading this module through a script tag will make it's exports available as `Libp2pPubsub` in the global namespace.
63
+ Loading this module through a script tag will make its exports available as `Libp2pPubsub` in the global namespace.
64
64
 
65
65
  ```html
66
66
  <script src="https://unpkg.com/@libp2p/pubsub/dist/index.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/pubsub",
3
- "version": "10.0.12-98b43045c",
3
+ "version": "10.0.12-99f5f270b",
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,31 +84,31 @@
84
84
  "test:electron-main": "aegir test -t electron-main"
85
85
  },
86
86
  "dependencies": {
87
- "@libp2p/crypto": "5.0.7-98b43045c",
88
- "@libp2p/interface": "2.2.1-98b43045c",
89
- "@libp2p/interface-internal": "2.1.1-98b43045c",
90
- "@libp2p/peer-collections": "6.0.12-98b43045c",
91
- "@libp2p/peer-id": "5.0.8-98b43045c",
92
- "@libp2p/utils": "6.2.1-98b43045c",
93
- "it-length-prefixed": "^9.0.4",
87
+ "@libp2p/crypto": "5.0.7-99f5f270b",
88
+ "@libp2p/interface": "2.2.1-99f5f270b",
89
+ "@libp2p/interface-internal": "2.1.1-99f5f270b",
90
+ "@libp2p/peer-collections": "6.0.12-99f5f270b",
91
+ "@libp2p/peer-id": "5.0.8-99f5f270b",
92
+ "@libp2p/utils": "6.2.1-99f5f270b",
93
+ "it-length-prefixed": "^9.1.0",
94
94
  "it-pipe": "^3.0.1",
95
95
  "it-pushable": "^3.2.3",
96
- "multiformats": "^13.1.0",
96
+ "multiformats": "^13.3.1",
97
97
  "p-queue": "^8.0.1",
98
98
  "uint8arraylist": "^2.4.8",
99
99
  "uint8arrays": "^5.1.0"
100
100
  },
101
101
  "devDependencies": {
102
- "@libp2p/logger": "5.1.4-98b43045c",
102
+ "@libp2p/logger": "5.1.4-99f5f270b",
103
103
  "@types/sinon": "^17.0.3",
104
- "aegir": "^44.0.1",
104
+ "aegir": "^45.0.5",
105
105
  "delay": "^6.0.0",
106
106
  "it-pair": "^2.0.6",
107
107
  "p-defer": "^4.0.1",
108
108
  "p-wait-for": "^5.0.2",
109
- "protons": "^7.5.0",
110
- "protons-runtime": "^5.4.0",
111
- "sinon": "^18.0.0"
109
+ "protons": "^7.6.0",
110
+ "protons-runtime": "^5.5.0",
111
+ "sinon": "^19.0.2"
112
112
  },
113
113
  "sideEffects": false
114
114
  }
package/LICENSE DELETED
@@ -1,4 +0,0 @@
1
- This project is dual licensed under MIT and Apache-2.0.
2
-
3
- MIT: https://www.opensource.org/licenses/mit
4
- Apache-2.0: https://www.apache.org/licenses/license-2.0