@quilibrium/quilibrium-js-bls48581-sdk 2.1.0-0 → 2.1.0-2

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/dist/index.d.ts CHANGED
@@ -41,4 +41,4 @@ declare namespace bls48581 {
41
41
  };
42
42
  }
43
43
 
44
- export { bls48581 as verenc };
44
+ export { bls48581 };
package/dist/index.esm.js CHANGED
@@ -451,4 +451,4 @@ var bls48581 = /*#__PURE__*/Object.freeze({
451
451
 
452
452
  window.Buffer = Buffer$1;
453
453
 
454
- export { bls48581 as verenc };
454
+ export { bls48581 };
package/dist/index.js CHANGED
@@ -453,4 +453,4 @@ var bls48581 = /*#__PURE__*/Object.freeze({
453
453
 
454
454
  window.Buffer = buffer.Buffer;
455
455
 
456
- exports.verenc = bls48581;
456
+ exports.bls48581 = bls48581;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quilibrium/quilibrium-js-bls48581-sdk",
3
- "version": "2.1.0-0",
3
+ "version": "2.1.0-2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -10,7 +10,7 @@
10
10
  "access": "public"
11
11
  },
12
12
  "scripts": {
13
- "build": "rollup -c",
13
+ "build": "cp -r src/wasm dist/wasm && rollup -c",
14
14
  "dev": "rollup -c -w",
15
15
  "clean": "rimraf dist"
16
16
  },