libp2p 1.0.12 → 1.1.0-ba7089984

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.
@@ -1,3 +1,3 @@
1
- export declare const version = "1.0.12";
1
+ export declare const version = "1.1.0-ba7089984";
2
2
  export declare const name = "libp2p";
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
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"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,oBAAoB,CAAA;AACxC,eAAO,MAAM,IAAI,WAAW,CAAA"}
@@ -1,3 +1,3 @@
1
- export const version = '1.0.12';
1
+ export const version = '1.1.0-ba7089984';
2
2
  export const name = 'libp2p';
3
3
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
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"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,iBAAiB,CAAA;AACxC,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.12",
3
+ "version": "1.1.0-ba7089984",
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.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.3",
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.3",
96
- "@libp2p/utils": "^5.1.0",
87
+ "@libp2p/crypto": "3.0.3-ba7089984",
88
+ "@libp2p/interface": "1.1.0-ba7089984",
89
+ "@libp2p/interface-internal": "1.0.4-ba7089984",
90
+ "@libp2p/logger": "4.0.3-ba7089984",
91
+ "@libp2p/multistream-select": "5.1.0-ba7089984",
92
+ "@libp2p/peer-collections": "5.1.2-ba7089984",
93
+ "@libp2p/peer-id": "4.0.3-ba7089984",
94
+ "@libp2p/peer-id-factory": "4.0.2-ba7089984",
95
+ "@libp2p/peer-store": "10.0.4-ba7089984",
96
+ "@libp2p/utils": "5.1.1-ba7089984",
97
97
  "@multiformats/mafmt": "^12.1.6",
98
98
  "@multiformats/multiaddr": "^12.1.10",
99
99
  "@multiformats/multiaddr-matcher": "^1.1.0",
@@ -109,7 +109,7 @@
109
109
  "it-pipe": "^3.0.1",
110
110
  "it-stream-types": "^2.0.1",
111
111
  "merge-options": "^3.0.4",
112
- "multiformats": "^12.1.3",
112
+ "multiformats": "^13.0.0",
113
113
  "p-defer": "^4.0.0",
114
114
  "p-queue": "^8.0.0",
115
115
  "private-ip": "^3.0.1",
@@ -119,13 +119,13 @@
119
119
  },
120
120
  "devDependencies": {
121
121
  "@chainsafe/libp2p-yamux": "^6.0.1",
122
- "@libp2p/circuit-relay-v2": "^1.0.8",
123
- "@libp2p/identify": "^1.0.7",
124
- "@libp2p/interface-compliance-tests": "^5.0.8",
125
- "@libp2p/mplex": "^10.0.8",
126
- "@libp2p/plaintext": "^1.0.8",
127
- "@libp2p/tcp": "^9.0.8",
128
- "@libp2p/websockets": "^8.0.8",
122
+ "@libp2p/circuit-relay-v2": "1.0.9-ba7089984",
123
+ "@libp2p/identify": "1.0.8-ba7089984",
124
+ "@libp2p/interface-compliance-tests": "5.1.0-ba7089984",
125
+ "@libp2p/mplex": "10.0.9-ba7089984",
126
+ "@libp2p/plaintext": "1.0.9-ba7089984",
127
+ "@libp2p/tcp": "9.0.9-ba7089984",
128
+ "@libp2p/websockets": "8.0.9-ba7089984",
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.12'
1
+ export const version = '1.1.0-ba7089984'
2
2
  export const name = 'libp2p'
@@ -1,10 +0,0 @@
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
- }