@quilibrium/quilibrium-js-bulletproofs-sdk 2.1.0-0 → 2.1.0-1

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
@@ -75,4 +75,4 @@ declare namespace bulletproofs {
75
75
  };
76
76
  }
77
77
 
78
- export { bulletproofs as verenc };
78
+ export { bulletproofs };
package/dist/index.esm.js CHANGED
@@ -840,4 +840,4 @@ var bulletproofs = /*#__PURE__*/Object.freeze({
840
840
 
841
841
  window.Buffer = Buffer$1;
842
842
 
843
- export { bulletproofs as verenc };
843
+ export { bulletproofs };
package/dist/index.js CHANGED
@@ -842,4 +842,4 @@ var bulletproofs = /*#__PURE__*/Object.freeze({
842
842
 
843
843
  window.Buffer = buffer.Buffer;
844
844
 
845
- exports.verenc = bulletproofs;
845
+ exports.bulletproofs = bulletproofs;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quilibrium/quilibrium-js-bulletproofs-sdk",
3
- "version": "2.1.0-0",
3
+ "version": "2.1.0-1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",