@libp2p/gossipsub 14.1.1 → 15.0.0-55b7e5fea

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/gossipsub",
3
- "version": "14.1.1",
3
+ "version": "15.0.0-55b7e5fea",
4
4
  "description": "A typescript implementation of gossipsub",
5
5
  "files": [
6
6
  "src",
@@ -50,10 +50,9 @@
50
50
  "pretest:e2e": "npm run build",
51
51
  "benchmark": "yarn benchmark:files 'test/benchmark/**/*.test.ts'",
52
52
  "benchmark:files": "NODE_OPTIONS='--max-old-space-size=4096 --loader=ts-node/esm' benchmark --config .benchrc.yaml --defaultBranch master",
53
- "test": "aegir test",
53
+ "test": "aegir test -f './dist/test/*.spec.js'",
54
54
  "test:unit": "aegir test -f './dist/test/unit/*.test.js' --target node",
55
55
  "test:e2e": "aegir test -f './dist/test/e2e/*.spec.js'",
56
- "test:node": "npm run test -- --target node",
57
56
  "test:browser": "npm run test -- --target browser"
58
57
  },
59
58
  "repository": {
@@ -72,10 +71,10 @@
72
71
  },
73
72
  "homepage": "https://github.com/ChainSafe/js-libp2p-gossipsub#readme",
74
73
  "dependencies": {
75
- "@libp2p/crypto": "^5.0.0",
76
- "@libp2p/interface": "^2.0.0",
77
- "@libp2p/interface-internal": "^2.0.0",
78
- "@libp2p/peer-id": "^5.0.0",
74
+ "@libp2p/crypto": "5.1.9-55b7e5fea",
75
+ "@libp2p/interface": "3.0.0-55b7e5fea",
76
+ "@libp2p/interface-internal": "3.0.0-55b7e5fea",
77
+ "@libp2p/peer-id": "6.0.0-55b7e5fea",
79
78
  "@libp2p/pubsub": "^10.0.0",
80
79
  "@multiformats/multiaddr": "^13.0.1",
81
80
  "denque": "^2.1.0",
@@ -90,10 +89,10 @@
90
89
  "devDependencies": {
91
90
  "@chainsafe/as-sha256": "^1.2.0",
92
91
  "@dapplion/benchmark": "^1.0.0",
93
- "@libp2p/floodsub": "^10.0.0",
94
- "@libp2p/interface-compliance-tests": "^6.0.0",
95
- "@libp2p/logger": "^5.0.0",
96
- "@libp2p/peer-store": "^11.0.0",
92
+ "@libp2p/floodsub": "11.0.0-55b7e5fea",
93
+ "@libp2p/interface-compliance-tests": "7.0.0-55b7e5fea",
94
+ "@libp2p/logger": "6.0.0-55b7e5fea",
95
+ "@libp2p/peer-store": "12.0.0-55b7e5fea",
97
96
  "@types/node": "^22.18.1",
98
97
  "@types/sinon": "^17.0.3",
99
98
  "abortable-iterator": "^5.1.0",
@@ -103,9 +102,9 @@
103
102
  "it-all": "^3.0.6",
104
103
  "mkdirp": "^3.0.1",
105
104
  "p-defer": "^4.0.0",
106
- "p-event": "^6.0.0",
105
+ "p-event": "^7.0.0",
107
106
  "p-retry": "^7.0.0",
108
- "p-wait-for": "^5.0.2",
107
+ "p-wait-for": "^6.0.0",
109
108
  "protons": "^7.5.0",
110
109
  "sinon": "^21.0.0",
111
110
  "sinon-ts": "^2.0.0",