@libp2p/gossipsub 14.1.1 → 15.0.0-049bfa0fa
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 +10 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/gossipsub",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "15.0.0-049bfa0fa",
|
|
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": "
|
|
76
|
-
"@libp2p/interface": "
|
|
77
|
-
"@libp2p/interface-internal": "
|
|
78
|
-
"@libp2p/peer-id": "
|
|
74
|
+
"@libp2p/crypto": "5.1.9-049bfa0fa",
|
|
75
|
+
"@libp2p/interface": "3.0.0-049bfa0fa",
|
|
76
|
+
"@libp2p/interface-internal": "3.0.0-049bfa0fa",
|
|
77
|
+
"@libp2p/peer-id": "6.0.0-049bfa0fa",
|
|
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": "
|
|
94
|
-
"@libp2p/interface-compliance-tests": "
|
|
95
|
-
"@libp2p/logger": "
|
|
96
|
-
"@libp2p/peer-store": "
|
|
92
|
+
"@libp2p/floodsub": "11.0.0-049bfa0fa",
|
|
93
|
+
"@libp2p/interface-compliance-tests": "7.0.0-049bfa0fa",
|
|
94
|
+
"@libp2p/logger": "6.0.0-049bfa0fa",
|
|
95
|
+
"@libp2p/peer-store": "12.0.0-049bfa0fa",
|
|
97
96
|
"@types/node": "^22.18.1",
|
|
98
97
|
"@types/sinon": "^17.0.3",
|
|
99
98
|
"abortable-iterator": "^5.1.0",
|