libp2p 1.0.12-5d1f68e92 → 1.1.0
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 +40 -40
- 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/dist/typedoc-urls.json +10 -0
- package/package.json +18 -18
- 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,UAAU,CAAA;AAC9B,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,OAAO,CAAA;AAC9B,MAAM,CAAC,MAAM,IAAI,GAAG,QAAQ,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Libp2pInit": "https://libp2p.github.io/js-libp2p/interfaces/libp2p.Libp2pInit.html",
|
|
3
|
+
".:Libp2pInit": "https://libp2p.github.io/js-libp2p/interfaces/libp2p.Libp2pInit.html",
|
|
4
|
+
"Libp2pOptions": "https://libp2p.github.io/js-libp2p/types/libp2p.Libp2pOptions.html",
|
|
5
|
+
".:Libp2pOptions": "https://libp2p.github.io/js-libp2p/types/libp2p.Libp2pOptions.html",
|
|
6
|
+
"ServiceFactoryMap": "https://libp2p.github.io/js-libp2p/types/libp2p.ServiceFactoryMap.html",
|
|
7
|
+
".:ServiceFactoryMap": "https://libp2p.github.io/js-libp2p/types/libp2p.ServiceFactoryMap.html",
|
|
8
|
+
"createLibp2p": "https://libp2p.github.io/js-libp2p/functions/libp2p.createLibp2p.html",
|
|
9
|
+
".:createLibp2p": "https://libp2p.github.io/js-libp2p/functions/libp2p.createLibp2p.html"
|
|
10
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "libp2p",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
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.1.
|
|
87
|
+
"@libp2p/crypto": "^3.0.3",
|
|
88
|
+
"@libp2p/interface": "^1.1.0",
|
|
89
|
+
"@libp2p/interface-internal": "^1.0.4",
|
|
90
|
+
"@libp2p/logger": "^4.0.3",
|
|
91
|
+
"@libp2p/multistream-select": "^5.1.0",
|
|
92
|
+
"@libp2p/peer-collections": "^5.1.2",
|
|
93
|
+
"@libp2p/peer-id": "^4.0.3",
|
|
94
|
+
"@libp2p/peer-id-factory": "^4.0.2",
|
|
95
|
+
"@libp2p/peer-store": "^10.0.4",
|
|
96
|
+
"@libp2p/utils": "^5.1.1",
|
|
97
97
|
"@multiformats/mafmt": "^12.1.6",
|
|
98
98
|
"@multiformats/multiaddr": "^12.1.10",
|
|
99
99
|
"@multiformats/multiaddr-matcher": "^1.1.0",
|
|
@@ -119,13 +119,13 @@
|
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
121
|
"@chainsafe/libp2p-yamux": "^6.0.1",
|
|
122
|
-
"@libp2p/circuit-relay-v2": "1.0.
|
|
123
|
-
"@libp2p/identify": "1.0.
|
|
124
|
-
"@libp2p/interface-compliance-tests": "5.0
|
|
125
|
-
"@libp2p/mplex": "10.0.
|
|
126
|
-
"@libp2p/plaintext": "1.0.
|
|
127
|
-
"@libp2p/tcp": "9.0.
|
|
128
|
-
"@libp2p/websockets": "8.0.
|
|
122
|
+
"@libp2p/circuit-relay-v2": "^1.0.9",
|
|
123
|
+
"@libp2p/identify": "^1.0.8",
|
|
124
|
+
"@libp2p/interface-compliance-tests": "^5.1.0",
|
|
125
|
+
"@libp2p/mplex": "^10.0.9",
|
|
126
|
+
"@libp2p/plaintext": "^1.0.9",
|
|
127
|
+
"@libp2p/tcp": "^9.0.9",
|
|
128
|
+
"@libp2p/websockets": "^8.0.9",
|
|
129
129
|
"aegir": "^41.0.2",
|
|
130
130
|
"it-pushable": "^3.2.1",
|
|
131
131
|
"p-event": "^6.0.0",
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '1.0
|
|
1
|
+
export const version = '1.1.0'
|
|
2
2
|
export const name = 'libp2p'
|