@libp2p/interface-compliance-tests 6.1.11-4a85eb033 → 6.1.11-6ab85ea68

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 +27 -27
  3. package/LICENSE +0 -4
package/README.md CHANGED
@@ -15,7 +15,7 @@ $ npm i @libp2p/interface-compliance-tests
15
15
 
16
16
  ## Browser `<script>` tag
17
17
 
18
- Loading this module through a script tag will make it's exports available as `Libp2pInterfaceComplianceTests` in the global namespace.
18
+ Loading this module through a script tag will make its exports available as `Libp2pInterfaceComplianceTests` in the global namespace.
19
19
 
20
20
  ```html
21
21
  <script src="https://unpkg.com/@libp2p/interface-compliance-tests/dist/index.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/interface-compliance-tests",
3
- "version": "6.1.11-4a85eb033",
3
+ "version": "6.1.11-6ab85ea68",
4
4
  "description": "Compliance tests for JS libp2p interfaces",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/interface-compliance-tests#readme",
@@ -104,47 +104,47 @@
104
104
  "test:electron-main": "aegir test -t electron-main"
105
105
  },
106
106
  "dependencies": {
107
- "@libp2p/crypto": "5.0.7-4a85eb033",
108
- "@libp2p/echo": "2.1.3-4a85eb033",
109
- "@libp2p/interface": "2.2.1-4a85eb033",
110
- "@libp2p/interface-internal": "2.1.1-4a85eb033",
111
- "@libp2p/logger": "5.1.4-4a85eb033",
112
- "@libp2p/memory": "1.0.1-4a85eb033",
113
- "@libp2p/multistream-select": "6.0.9-4a85eb033",
114
- "@libp2p/peer-collections": "6.0.12-4a85eb033",
115
- "@libp2p/peer-id": "5.0.8-4a85eb033",
116
- "@libp2p/plaintext": "2.0.11-4a85eb033",
117
- "@libp2p/utils": "6.2.1-4a85eb033",
118
- "@multiformats/multiaddr": "^12.2.3",
119
- "@multiformats/multiaddr-matcher": "^1.5.0",
120
- "abortable-iterator": "^5.0.1",
121
- "aegir": "^44.0.1",
107
+ "@libp2p/crypto": "5.0.7-6ab85ea68",
108
+ "@libp2p/echo": "2.1.3-6ab85ea68",
109
+ "@libp2p/interface": "2.2.1-6ab85ea68",
110
+ "@libp2p/interface-internal": "2.1.1-6ab85ea68",
111
+ "@libp2p/logger": "5.1.4-6ab85ea68",
112
+ "@libp2p/memory": "1.0.1-6ab85ea68",
113
+ "@libp2p/multistream-select": "6.0.9-6ab85ea68",
114
+ "@libp2p/peer-collections": "6.0.12-6ab85ea68",
115
+ "@libp2p/peer-id": "5.0.8-6ab85ea68",
116
+ "@libp2p/plaintext": "2.0.11-6ab85ea68",
117
+ "@libp2p/utils": "6.2.1-6ab85ea68",
118
+ "@multiformats/multiaddr": "^12.3.3",
119
+ "@multiformats/multiaddr-matcher": "^1.6.0",
120
+ "abortable-iterator": "^5.1.0",
121
+ "aegir": "^45.0.5",
122
122
  "delay": "^6.0.0",
123
123
  "it-all": "^3.0.6",
124
- "it-byte-stream": "^1.0.10",
124
+ "it-byte-stream": "^1.1.0",
125
125
  "it-drain": "^3.0.7",
126
- "it-map": "^3.1.0",
127
- "it-ndjson": "^1.0.6",
126
+ "it-map": "^3.1.1",
127
+ "it-ndjson": "^1.0.7",
128
128
  "it-pair": "^2.0.6",
129
129
  "it-pipe": "^3.0.1",
130
- "it-protobuf-stream": "^1.1.3",
130
+ "it-protobuf-stream": "^1.1.5",
131
131
  "it-pushable": "^3.2.3",
132
- "it-stream-types": "^2.0.1",
132
+ "it-stream-types": "^2.0.2",
133
133
  "it-to-buffer": "^4.0.7",
134
- "libp2p": "2.3.1-4a85eb033",
134
+ "libp2p": "2.3.1-6ab85ea68",
135
135
  "merge-options": "^3.0.4",
136
136
  "p-defer": "^4.0.1",
137
137
  "p-event": "^6.0.1",
138
- "p-limit": "^6.0.0",
139
- "p-retry": "^6.2.0",
138
+ "p-limit": "^6.1.0",
139
+ "p-retry": "^6.2.1",
140
140
  "p-wait-for": "^5.0.2",
141
- "protons-runtime": "^5.4.0",
141
+ "protons-runtime": "^5.5.0",
142
142
  "race-signal": "^1.1.0",
143
- "sinon": "^18.0.0",
143
+ "sinon": "^19.0.2",
144
144
  "uint8arraylist": "^2.4.8",
145
145
  "uint8arrays": "^5.1.0"
146
146
  },
147
147
  "devDependencies": {
148
- "protons": "^7.5.0"
148
+ "protons": "^7.6.0"
149
149
  }
150
150
  }
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