@libp2p/floodsub 0.29.0 → 1.0.0

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/floodsub",
3
- "version": "0.29.0",
3
+ "version": "1.0.0",
4
4
  "description": "libp2p-floodsub, also known as pubsub-flood or just dumbsub, this implementation of pubsub focused on delivering an API for Publish/Subscribe, but with no CastTree Forming (it just floods the network).",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p-floodsub#readme",
@@ -125,7 +125,7 @@
125
125
  },
126
126
  "scripts": {
127
127
  "lint": "aegir lint",
128
- "dep-check": "aegir dep-check",
128
+ "dep-check": "aegir dep-check dist/src/**/*.js dist/test/**/*.js",
129
129
  "build": "tsc",
130
130
  "pretest": "npm run build",
131
131
  "test": "aegir test -f dist/test",