libp2p 1.2.1 → 1.2.2

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.2.1";
1
+ export declare const version = "1.2.2";
2
2
  export declare const name = "libp2p";
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -1,3 +1,3 @@
1
- export const version = '1.2.1';
1
+ export const version = '1.2.2';
2
2
  export const name = 'libp2p';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "libp2p",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
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,51 +84,51 @@
84
84
  "test:webkit": "aegir test -t browser -f \"./dist/test/**/*.spec.js\" -- --browser webkit"
85
85
  },
86
86
  "dependencies": {
87
- "@libp2p/crypto": "^4.0.1",
88
- "@libp2p/interface": "^1.1.2",
89
- "@libp2p/interface-internal": "^1.0.7",
90
- "@libp2p/logger": "^4.0.5",
91
- "@libp2p/multistream-select": "^5.1.2",
92
- "@libp2p/peer-collections": "^5.1.5",
93
- "@libp2p/peer-id": "^4.0.5",
94
- "@libp2p/peer-id-factory": "^4.0.5",
95
- "@libp2p/peer-store": "^10.0.8",
96
- "@libp2p/utils": "^5.2.3",
97
- "@multiformats/multiaddr": "^12.1.10",
87
+ "@libp2p/crypto": "^4.0.2",
88
+ "@libp2p/interface": "^1.1.3",
89
+ "@libp2p/interface-internal": "^1.0.8",
90
+ "@libp2p/logger": "^4.0.6",
91
+ "@libp2p/multistream-select": "^5.1.3",
92
+ "@libp2p/peer-collections": "^5.1.6",
93
+ "@libp2p/peer-id": "^4.0.6",
94
+ "@libp2p/peer-id-factory": "^4.0.6",
95
+ "@libp2p/peer-store": "^10.0.9",
96
+ "@libp2p/utils": "^5.2.4",
97
+ "@multiformats/multiaddr": "^12.1.14",
98
98
  "any-signal": "^4.1.1",
99
- "datastore-core": "^9.0.1",
100
- "interface-datastore": "^8.2.0",
101
- "it-merge": "^3.0.0",
99
+ "datastore-core": "^9.2.7",
100
+ "interface-datastore": "^8.2.10",
101
+ "it-merge": "^3.0.3",
102
102
  "it-parallel": "^3.0.6",
103
103
  "merge-options": "^3.0.4",
104
- "multiformats": "^13.0.0",
105
- "uint8arrays": "^5.0.0"
104
+ "multiformats": "^13.0.1",
105
+ "uint8arrays": "^5.0.1"
106
106
  },
107
107
  "devDependencies": {
108
108
  "@chainsafe/libp2p-yamux": "^6.0.1",
109
- "@libp2p/circuit-relay-v2": "^1.0.13",
110
- "@libp2p/identify": "^1.0.12",
111
- "@libp2p/interface-compliance-tests": "^5.2.0",
112
- "@libp2p/mplex": "^10.0.13",
113
- "@libp2p/plaintext": "^1.0.13",
114
- "@libp2p/tcp": "^9.0.13",
115
- "@libp2p/websockets": "^8.0.13",
109
+ "@libp2p/circuit-relay-v2": "^1.0.14",
110
+ "@libp2p/identify": "^1.0.13",
111
+ "@libp2p/interface-compliance-tests": "^5.3.0",
112
+ "@libp2p/mplex": "^10.0.14",
113
+ "@libp2p/plaintext": "^1.0.14",
114
+ "@libp2p/tcp": "^9.0.14",
115
+ "@libp2p/websockets": "^8.0.14",
116
116
  "@multiformats/mafmt": "^12.1.6",
117
- "@multiformats/multiaddr-matcher": "^1.1.0",
118
- "aegir": "^42.0.0",
117
+ "@multiformats/multiaddr-matcher": "^1.1.2",
118
+ "aegir": "^42.2.3",
119
119
  "delay": "^6.0.0",
120
- "it-all": "^3.0.3",
120
+ "it-all": "^3.0.4",
121
121
  "it-drain": "^3.0.5",
122
- "it-map": "^3.0.4",
122
+ "it-map": "^3.0.5",
123
123
  "it-pipe": "^3.0.1",
124
- "it-pushable": "^3.2.1",
124
+ "it-pushable": "^3.2.3",
125
125
  "it-stream-types": "^2.0.1",
126
126
  "p-defer": "^4.0.0",
127
127
  "p-event": "^6.0.0",
128
128
  "p-wait-for": "^5.0.2",
129
129
  "sinon": "^17.0.1",
130
130
  "sinon-ts": "^2.0.0",
131
- "uint8arraylist": "^2.4.3"
131
+ "uint8arraylist": "^2.4.8"
132
132
  },
133
133
  "browser": {
134
134
  "./dist/src/connection-manager/constants.js": "./dist/src/connection-manager/constants.browser.js",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
- export const version = '1.2.1'
1
+ export const version = '1.2.2'
2
2
  export const name = 'libp2p'