@peerbit/riblt 1.0.8-5d6b35a → 1.0.8
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.0.8
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "Riblt",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"./dist/wasm-init.js",
|
|
@@ -53,6 +53,8 @@
|
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
|
+
"author": "dao.xyz",
|
|
57
|
+
"license": "MIT",
|
|
56
58
|
"scripts": {
|
|
57
59
|
"benchmark": "cargo bench",
|
|
58
60
|
"clean": "cargo clear",
|
|
@@ -60,7 +62,5 @@
|
|
|
60
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 cp ./dist/rateless_iblt.d.ts ./dist/index.d.ts",
|
|
61
63
|
"test": "cargo test && aegir test",
|
|
62
64
|
"lint": "cargo fmt"
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
"license": "MIT"
|
|
66
|
-
}
|
|
65
|
+
}
|
|
66
|
+
}
|