@peerbit/riblt 1.2.0-d15e444 → 1.2.0-dac5207

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peerbit/riblt",
3
- "version": "1.2.0-d15e444",
3
+ "version": "1.2.0-dac5207",
4
4
  "description": "Riblt",
5
5
  "sideEffects": [
6
6
  "./dist/wasm-init.js",
@@ -61,6 +61,7 @@
61
61
  "cp-src-js": "shx cp -r ./src_js/* ./dist",
62
62
  "build": "wasm-pack build --target web --out-dir dist --out-name rateless_iblt && shx rm -rf ./dist/.gitignore && shx rm -rf ./dist/package.json && npm run cp-src-js && shx mkdir -p ./dist/assets/riblt && shx cp ./dist/rateless_iblt_bg.wasm ./dist/assets/riblt/",
63
63
  "test": "cargo test && aegir test",
64
- "lint": "cargo fmt"
64
+ "lint": "cargo fmt",
65
+ "test:cov": "aegir test -t node --cov"
65
66
  }
66
67
  }