@libp2p/gossipsub 15.0.16-4580b64fa → 15.0.16-ff5ee99ed

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.
Files changed (1) hide show
  1. 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-4580b64fa",
3
+ "version": "15.0.16-ff5ee99ed",
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
- "pretest": "npm run build",
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 './dist/test/*.spec.js'",
55
- "test:unit": "aegir test -f './dist/test/unit/*.test.js' --target node",
56
- "test:e2e": "aegir test -f './dist/test/e2e/*.spec.js'",
57
- "test:browser": "npm run test -- --target browser"
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-4580b64fa",
76
- "@libp2p/interface": "3.1.1-4580b64fa",
77
- "@libp2p/interface-internal": "3.0.14-4580b64fa",
78
- "@libp2p/peer-id": "6.0.5-4580b64fa",
79
- "@libp2p/utils": "7.0.14-4580b64fa",
77
+ "@libp2p/crypto": "5.1.14-ff5ee99ed",
78
+ "@libp2p/interface": "3.1.1-ff5ee99ed",
79
+ "@libp2p/interface-internal": "3.0.14-ff5ee99ed",
80
+ "@libp2p/peer-id": "6.0.5-ff5ee99ed",
81
+ "@libp2p/utils": "7.0.14-ff5ee99ed",
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-4580b64fa",
94
- "@libp2p/logger": "6.2.3-4580b64fa",
95
- "@libp2p/peer-store": "12.0.14-4580b64fa",
95
+ "@libp2p/floodsub": "11.0.15-ff5ee99ed",
96
+ "@libp2p/logger": "6.2.3-ff5ee99ed",
97
+ "@libp2p/peer-store": "12.0.14-ff5ee99ed",
96
98
  "@types/node": "^22.18.1",
97
99
  "@types/sinon": "^20.0.0",
98
100
  "abortable-iterator": "^5.1.0",