threshold-elgamal 0.1.1 → 0.1.3
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "threshold-elgamal",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"author": "Piotr Piech <piotr@piech.dev>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "threshold-elgamal",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"pretypedoc": "rimraf docs",
|
|
28
28
|
"typedoc": "typedoc --plugin typedoc-plugin-markdown src --out docs",
|
|
29
29
|
"prepublish": "npm run prebuild",
|
|
30
|
-
"publish": "npm publish"
|
|
30
|
+
"publish": "npm publish --access public"
|
|
31
31
|
},
|
|
32
32
|
"engines": {
|
|
33
33
|
"node": ">=20.11.0"
|