@libp2p/pnet 1.0.0-a9cc0ee49 → 1.0.0-ab466004b

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/pnet",
3
- "version": "1.0.0-a9cc0ee49",
3
+ "version": "1.0.0-ab466004b",
4
4
  "description": "Implementation of Connection protection management via a shared secret",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/pnet#readme",
@@ -50,8 +50,8 @@
50
50
  "doc-check": "aegir doc-check"
51
51
  },
52
52
  "dependencies": {
53
- "@libp2p/crypto": "4.0.3-a9cc0ee49",
54
- "@libp2p/interface": "1.1.4-a9cc0ee49",
53
+ "@libp2p/crypto": "4.0.3-ab466004b",
54
+ "@libp2p/interface": "1.1.4-ab466004b",
55
55
  "it-byte-stream": "^1.0.8",
56
56
  "it-map": "^3.0.5",
57
57
  "it-pair": "^2.0.6",
@@ -62,9 +62,9 @@
62
62
  "xsalsa20": "^1.2.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@libp2p/interface-compliance-tests": "5.3.2-a9cc0ee49",
66
- "@libp2p/logger": "4.0.7-a9cc0ee49",
67
- "@libp2p/peer-id-factory": "4.0.7-a9cc0ee49",
65
+ "@libp2p/interface-compliance-tests": "5.3.2-ab466004b",
66
+ "@libp2p/logger": "4.0.7-ab466004b",
67
+ "@libp2p/peer-id-factory": "4.0.7-ab466004b",
68
68
  "@multiformats/multiaddr": "^12.1.14",
69
69
  "@types/xsalsa20": "^1.1.3",
70
70
  "aegir": "^42.2.4",