@dorafactory/maci-sdk 0.1.3-pre.24 → 0.1.3-pre.25

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dorafactory/maci-sdk",
3
- "version": "0.1.3-pre.24",
3
+ "version": "0.1.3-pre.25",
4
4
  "description": "SDK for interacting with maci",
5
5
  "keywords": [
6
6
  "maci",
@@ -1,7 +0,0 @@
1
- declare module 'ffjavascript' {
2
- export const utils: any;
3
- // eslint-disable-next-line @typescript-eslint/naming-convention
4
- export const Scalar: any;
5
- export const buildBn128: any;
6
- export const buildBls12381: any;
7
- }