@libp2p/bootstrap 11.0.35-f1de46607 → 11.0.36-aa25d38ab
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/dist/index.min.js +1 -1
- package/dist/index.min.js.map +3 -3
- package/package.json +8 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/bootstrap",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.36-aa25d38ab",
|
|
4
4
|
"description": "Peer discovery via a list of bootstrap peers",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/peer-discovery-bootstrap#readme",
|
|
@@ -32,13 +32,6 @@
|
|
|
32
32
|
"import": "./dist/src/index.js"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
|
-
"eslintConfig": {
|
|
36
|
-
"extends": "ipfs",
|
|
37
|
-
"parserOptions": {
|
|
38
|
-
"project": true,
|
|
39
|
-
"sourceType": "module"
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
35
|
"scripts": {
|
|
43
36
|
"clean": "aegir clean",
|
|
44
37
|
"lint": "aegir lint",
|
|
@@ -54,16 +47,16 @@
|
|
|
54
47
|
"test:electron-main": "aegir test -t electron-main"
|
|
55
48
|
},
|
|
56
49
|
"dependencies": {
|
|
57
|
-
"@libp2p/interface": "2.
|
|
58
|
-
"@libp2p/interface-internal": "2.3.
|
|
59
|
-
"@libp2p/peer-id": "5.1.
|
|
50
|
+
"@libp2p/interface": "2.10.0-aa25d38ab",
|
|
51
|
+
"@libp2p/interface-internal": "2.3.12-aa25d38ab",
|
|
52
|
+
"@libp2p/peer-id": "5.1.3-aa25d38ab",
|
|
60
53
|
"@multiformats/mafmt": "^12.1.6",
|
|
61
|
-
"@multiformats/multiaddr": "^12.
|
|
54
|
+
"@multiformats/multiaddr": "^12.4.0"
|
|
62
55
|
},
|
|
63
56
|
"devDependencies": {
|
|
64
|
-
"@libp2p/interface-compliance-tests": "6.4.
|
|
65
|
-
"@libp2p/logger": "5.1.
|
|
66
|
-
"aegir": "^
|
|
57
|
+
"@libp2p/interface-compliance-tests": "6.4.6-aa25d38ab",
|
|
58
|
+
"@libp2p/logger": "5.1.16-aa25d38ab",
|
|
59
|
+
"aegir": "^47.0.6",
|
|
67
60
|
"sinon-ts": "^2.0.0"
|
|
68
61
|
},
|
|
69
62
|
"sideEffects": false
|