@libp2p/gossipsub 15.0.16-709b3fa2e → 15.0.16-b6efda3d5
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 +18 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/gossipsub",
|
|
3
|
-
"version": "15.0.16-
|
|
3
|
+
"version": "15.0.16-b6efda3d5",
|
|
4
4
|
"description": "A typescript implementation of gossipsub",
|
|
5
5
|
"files": [
|
|
6
6
|
"src",
|
|
@@ -47,14 +47,16 @@
|
|
|
47
47
|
"release": "aegir release --no-types",
|
|
48
48
|
"build": "aegir build",
|
|
49
49
|
"generate": "protons ./src/message/rpc.proto",
|
|
50
|
-
"
|
|
51
|
-
"pretest:e2e": "npm run build",
|
|
52
|
-
"benchmark": "yarn benchmark:files 'test/benchmark/**/*.test.ts'",
|
|
50
|
+
"benchmark": "yarn benchmark:files test/benchmark/**/*.test.ts",
|
|
53
51
|
"benchmark:files": "NODE_OPTIONS='--max-old-space-size=4096 --loader=ts-node/esm' benchmark --config .benchrc.yaml --defaultBranch master",
|
|
54
|
-
"test": "aegir test -f
|
|
55
|
-
"test:
|
|
56
|
-
"test:
|
|
57
|
-
"test:
|
|
52
|
+
"test": "aegir test -f dist/test/*.spec.js",
|
|
53
|
+
"test:node": "aegir test -t node -f dist/test/*.spec.js -f dist/test/unit/*.spec.js -f dist/test/e2e/*.spec.js",
|
|
54
|
+
"test:chrome": "aegir test -f dist/test/*.spec.js -t browser",
|
|
55
|
+
"test:chrome-webworker": "aegir test -f dist/test/*.spec.js -t webworker",
|
|
56
|
+
"test:firefox": "aegir test -f dist/test/*.spec.js -t browser -- --browser firefox",
|
|
57
|
+
"test:firefox-webworker": "aegir test -f dist/test/*.spec.js -t webworker -- --browser firefox",
|
|
58
|
+
"test:electron-main": "aegir test -f dist/test/*.spec.js -t electron-main",
|
|
59
|
+
"test:webkit": "aegir test -f dist/test/*.spec.js -t browser -- --browser webkit"
|
|
58
60
|
},
|
|
59
61
|
"repository": {
|
|
60
62
|
"type": "git",
|
|
@@ -72,11 +74,11 @@
|
|
|
72
74
|
},
|
|
73
75
|
"homepage": "https://github.com/ChainSafe/js-libp2p-gossipsub#readme",
|
|
74
76
|
"dependencies": {
|
|
75
|
-
"@libp2p/crypto": "5.1.14-
|
|
76
|
-
"@libp2p/interface": "3.1.1-
|
|
77
|
-
"@libp2p/interface-internal": "3.0.14-
|
|
78
|
-
"@libp2p/peer-id": "6.0.5-
|
|
79
|
-
"@libp2p/utils": "7.0.14-
|
|
77
|
+
"@libp2p/crypto": "5.1.14-b6efda3d5",
|
|
78
|
+
"@libp2p/interface": "3.1.1-b6efda3d5",
|
|
79
|
+
"@libp2p/interface-internal": "3.0.14-b6efda3d5",
|
|
80
|
+
"@libp2p/peer-id": "6.0.5-b6efda3d5",
|
|
81
|
+
"@libp2p/utils": "7.0.14-b6efda3d5",
|
|
80
82
|
"@multiformats/multiaddr": "^13.0.1",
|
|
81
83
|
"denque": "^2.1.0",
|
|
82
84
|
"it-length-prefixed": "^10.0.1",
|
|
@@ -90,9 +92,9 @@
|
|
|
90
92
|
"devDependencies": {
|
|
91
93
|
"@chainsafe/as-sha256": "^1.2.0",
|
|
92
94
|
"@dapplion/benchmark": "^1.0.0",
|
|
93
|
-
"@libp2p/floodsub": "11.0.15-
|
|
94
|
-
"@libp2p/logger": "6.2.3-
|
|
95
|
-
"@libp2p/peer-store": "12.0.14-
|
|
95
|
+
"@libp2p/floodsub": "11.0.15-b6efda3d5",
|
|
96
|
+
"@libp2p/logger": "6.2.3-b6efda3d5",
|
|
97
|
+
"@libp2p/peer-store": "12.0.14-b6efda3d5",
|
|
96
98
|
"@types/node": "^22.18.1",
|
|
97
99
|
"@types/sinon": "^20.0.0",
|
|
98
100
|
"abortable-iterator": "^5.1.0",
|