libp2p 1.3.0 → 1.3.1-3ffecc5bf

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.3.0";
1
+ export declare const version = "1.3.1-3ffecc5bf";
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,UAAU,CAAA;AAC9B,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.3.0';
1
+ export const version = '1.3.1-3ffecc5bf';
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,OAAO,CAAA;AAC9B,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.3.0",
3
+ "version": "1.3.1-3ffecc5bf",
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",
@@ -85,39 +85,39 @@
85
85
  "test:webkit": "aegir test -t browser -f \"./dist/test/**/*.spec.js\" -- --browser webkit"
86
86
  },
87
87
  "dependencies": {
88
- "@libp2p/crypto": "^4.0.3",
89
- "@libp2p/interface": "^1.1.4",
90
- "@libp2p/interface-internal": "^1.0.9",
91
- "@libp2p/logger": "^4.0.7",
92
- "@libp2p/multistream-select": "^5.1.4",
93
- "@libp2p/peer-collections": "^5.1.7",
94
- "@libp2p/peer-id": "^4.0.7",
95
- "@libp2p/peer-id-factory": "^4.0.7",
96
- "@libp2p/peer-store": "^10.0.11",
97
- "@libp2p/utils": "^5.2.6",
98
- "@multiformats/dns": "^1.0.1",
99
- "@multiformats/multiaddr": "^12.2.0",
88
+ "@libp2p/crypto": "4.0.4-3ffecc5bf",
89
+ "@libp2p/interface": "1.1.5-3ffecc5bf",
90
+ "@libp2p/interface-internal": "1.0.10-3ffecc5bf",
91
+ "@libp2p/logger": "4.0.8-3ffecc5bf",
92
+ "@libp2p/multistream-select": "5.1.5-3ffecc5bf",
93
+ "@libp2p/peer-collections": "5.1.8-3ffecc5bf",
94
+ "@libp2p/peer-id": "4.0.8-3ffecc5bf",
95
+ "@libp2p/peer-id-factory": "4.0.8-3ffecc5bf",
96
+ "@libp2p/peer-store": "10.0.12-3ffecc5bf",
97
+ "@libp2p/utils": "5.2.7-3ffecc5bf",
98
+ "@multiformats/dns": "^1.0.5",
99
+ "@multiformats/multiaddr": "^12.2.1",
100
100
  "any-signal": "^4.1.1",
101
- "datastore-core": "^9.2.8",
101
+ "datastore-core": "^9.2.9",
102
102
  "interface-datastore": "^8.2.11",
103
103
  "it-merge": "^3.0.3",
104
104
  "it-parallel": "^3.0.6",
105
105
  "merge-options": "^3.0.4",
106
106
  "multiformats": "^13.1.0",
107
- "uint8arrays": "^5.0.2"
107
+ "uint8arrays": "^5.0.3"
108
108
  },
109
109
  "devDependencies": {
110
110
  "@chainsafe/libp2p-yamux": "^6.0.2",
111
- "@libp2p/circuit-relay-v2": "^1.0.16",
112
- "@libp2p/identify": "^1.0.15",
113
- "@libp2p/interface-compliance-tests": "^5.3.2",
114
- "@libp2p/mplex": "^10.0.16",
115
- "@libp2p/plaintext": "^1.0.16",
116
- "@libp2p/tcp": "^9.0.16",
117
- "@libp2p/websockets": "^8.0.16",
111
+ "@libp2p/circuit-relay-v2": "1.0.17-3ffecc5bf",
112
+ "@libp2p/identify": "1.0.16-3ffecc5bf",
113
+ "@libp2p/interface-compliance-tests": "5.3.3-3ffecc5bf",
114
+ "@libp2p/mplex": "10.0.17-3ffecc5bf",
115
+ "@libp2p/plaintext": "1.0.17-3ffecc5bf",
116
+ "@libp2p/tcp": "9.0.17-3ffecc5bf",
117
+ "@libp2p/websockets": "8.0.17-3ffecc5bf",
118
118
  "@multiformats/mafmt": "^12.1.6",
119
- "@multiformats/multiaddr-matcher": "^1.1.2",
120
- "aegir": "^42.2.4",
119
+ "@multiformats/multiaddr-matcher": "^1.2.0",
120
+ "aegir": "^42.2.5",
121
121
  "delay": "^6.0.0",
122
122
  "it-all": "^3.0.4",
123
123
  "it-drain": "^3.0.5",
@@ -125,8 +125,8 @@
125
125
  "it-pipe": "^3.0.1",
126
126
  "it-pushable": "^3.2.3",
127
127
  "it-stream-types": "^2.0.1",
128
- "p-defer": "^4.0.0",
129
- "p-event": "^6.0.0",
128
+ "p-defer": "^4.0.1",
129
+ "p-event": "^6.0.1",
130
130
  "p-wait-for": "^5.0.2",
131
131
  "sinon": "^17.0.1",
132
132
  "sinon-ts": "^2.0.0",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
- export const version = '1.3.0'
1
+ export const version = '1.3.1-3ffecc5bf'
2
2
  export const name = 'libp2p'
@@ -1,14 +0,0 @@
1
- {
2
- "Libp2pInit": "https://libp2p.github.io/js-libp2p/interfaces/libp2p.index.Libp2pInit.html",
3
- ".:Libp2pInit": "https://libp2p.github.io/js-libp2p/interfaces/libp2p.index.Libp2pInit.html",
4
- "Libp2pOptions": "https://libp2p.github.io/js-libp2p/types/libp2p.index.Libp2pOptions.html",
5
- ".:Libp2pOptions": "https://libp2p.github.io/js-libp2p/types/libp2p.index.Libp2pOptions.html",
6
- "ServiceFactoryMap": "https://libp2p.github.io/js-libp2p/types/libp2p.index.ServiceFactoryMap.html",
7
- ".:ServiceFactoryMap": "https://libp2p.github.io/js-libp2p/types/libp2p.index.ServiceFactoryMap.html",
8
- "createLibp2p": "https://libp2p.github.io/js-libp2p/functions/libp2p.index.createLibp2p.html",
9
- ".:createLibp2p": "https://libp2p.github.io/js-libp2p/functions/libp2p.index.createLibp2p.html",
10
- "name": "https://libp2p.github.io/js-libp2p/variables/libp2p.version.name.html",
11
- "./version:name": "https://libp2p.github.io/js-libp2p/variables/libp2p.version.name.html",
12
- "version": "https://libp2p.github.io/js-libp2p/variables/libp2p.version.version.html",
13
- "./version:version": "https://libp2p.github.io/js-libp2p/variables/libp2p.version.version.html"
14
- }