libp2p 1.0.9 → 1.0.10
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 +34 -34
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.d.ts.map +1 -1
- package/dist/src/version.js +1 -1
- package/dist/src/version.js.map +1 -1
- package/package.json +26 -22
- package/src/version.ts +1 -1
package/dist/src/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,WAAW,CAAA;AAC/B,eAAO,MAAM,IAAI,WAAW,CAAA"}
|
package/dist/src/version.js
CHANGED
package/dist/src/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAA;AAC/B,MAAM,CAAC,MAAM,IAAI,GAAG,QAAQ,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "libp2p",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"description": "JavaScript implementation of libp2p, a modular peer to peer network stack",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/libp2p#readme",
|
|
@@ -84,16 +84,16 @@
|
|
|
84
84
|
"test:webkit": "aegir test -t browser -f \"./dist/test/**/*.spec.js\" -- --browser webkit"
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@libp2p/crypto": "^3.0.
|
|
88
|
-
"@libp2p/interface": "^1.0.
|
|
89
|
-
"@libp2p/interface-internal": "^1.0.
|
|
90
|
-
"@libp2p/logger": "^4.0.
|
|
91
|
-
"@libp2p/multistream-select": "^5.0.
|
|
92
|
-
"@libp2p/peer-collections": "^5.1.
|
|
93
|
-
"@libp2p/peer-id": "^4.0.
|
|
94
|
-
"@libp2p/peer-id-factory": "^4.0.
|
|
95
|
-
"@libp2p/peer-store": "^10.0.
|
|
96
|
-
"@libp2p/utils": "^5.0.
|
|
87
|
+
"@libp2p/crypto": "^3.0.2",
|
|
88
|
+
"@libp2p/interface": "^1.0.2",
|
|
89
|
+
"@libp2p/interface-internal": "^1.0.3",
|
|
90
|
+
"@libp2p/logger": "^4.0.2",
|
|
91
|
+
"@libp2p/multistream-select": "^5.0.2",
|
|
92
|
+
"@libp2p/peer-collections": "^5.1.1",
|
|
93
|
+
"@libp2p/peer-id": "^4.0.2",
|
|
94
|
+
"@libp2p/peer-id-factory": "^4.0.1",
|
|
95
|
+
"@libp2p/peer-store": "^10.0.2",
|
|
96
|
+
"@libp2p/utils": "^5.0.3",
|
|
97
97
|
"@multiformats/mafmt": "^12.1.6",
|
|
98
98
|
"@multiformats/multiaddr": "^12.1.10",
|
|
99
99
|
"@multiformats/multiaddr-matcher": "^1.1.0",
|
|
@@ -116,21 +116,21 @@
|
|
|
116
116
|
"private-ip": "^3.0.1",
|
|
117
117
|
"rate-limiter-flexible": "^3.0.0",
|
|
118
118
|
"uint8arraylist": "^2.4.3",
|
|
119
|
-
"uint8arrays": "^
|
|
119
|
+
"uint8arrays": "^5.0.0"
|
|
120
120
|
},
|
|
121
121
|
"devDependencies": {
|
|
122
122
|
"@chainsafe/libp2p-noise": "^14.0.0",
|
|
123
123
|
"@chainsafe/libp2p-yamux": "^6.0.1",
|
|
124
|
-
"@libp2p/bootstrap": "^10.0.
|
|
125
|
-
"@libp2p/circuit-relay-v2": "^1.0.
|
|
126
|
-
"@libp2p/identify": "^1.0.
|
|
127
|
-
"@libp2p/interface-compliance-tests": "^5.0.
|
|
128
|
-
"@libp2p/kad-dht": "^11.0.
|
|
129
|
-
"@libp2p/mdns": "^10.0.
|
|
130
|
-
"@libp2p/mplex": "^10.0.
|
|
131
|
-
"@libp2p/plaintext": "^1.0.
|
|
132
|
-
"@libp2p/tcp": "^9.0.
|
|
133
|
-
"@libp2p/websockets": "^8.0.
|
|
124
|
+
"@libp2p/bootstrap": "^10.0.7",
|
|
125
|
+
"@libp2p/circuit-relay-v2": "^1.0.7",
|
|
126
|
+
"@libp2p/identify": "^1.0.6",
|
|
127
|
+
"@libp2p/interface-compliance-tests": "^5.0.7",
|
|
128
|
+
"@libp2p/kad-dht": "^11.0.7",
|
|
129
|
+
"@libp2p/mdns": "^10.0.7",
|
|
130
|
+
"@libp2p/mplex": "^10.0.7",
|
|
131
|
+
"@libp2p/plaintext": "^1.0.7",
|
|
132
|
+
"@libp2p/tcp": "^9.0.7",
|
|
133
|
+
"@libp2p/websockets": "^8.0.7",
|
|
134
134
|
"aegir": "^41.0.2",
|
|
135
135
|
"it-pushable": "^3.2.1",
|
|
136
136
|
"p-event": "^6.0.0",
|
|
@@ -142,5 +142,9 @@
|
|
|
142
142
|
"browser": {
|
|
143
143
|
"./dist/src/connection-manager/constants.js": "./dist/src/connection-manager/constants.browser.js",
|
|
144
144
|
"./dist/src/config/connection-gater.js": "./dist/src/config/connection-gater.browser.js"
|
|
145
|
+
},
|
|
146
|
+
"react-native": {
|
|
147
|
+
"./dist/src/connection-manager/constants.js": "./dist/src/connection-manager/constants.browser.js",
|
|
148
|
+
"./dist/src/config/connection-gater.js": "./dist/src/config/connection-gater.browser.js"
|
|
145
149
|
}
|
|
146
150
|
}
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '1.0.
|
|
1
|
+
export const version = '1.0.10'
|
|
2
2
|
export const name = 'libp2p'
|