@noir-lang/noir_wasm 1.0.0-beta.1-819a53a.nightly → 1.0.0-beta.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.
@@ -4,7 +4,7 @@
4
4
  "The Noir Team <team@noir-lang.org>"
5
5
  ],
6
6
  "description": "A JS interface to the Noir compiler",
7
- "version": "1.0.0-beta.1",
7
+ "version": "1.0.0-beta.2",
8
8
  "license": "MIT OR Apache-2.0",
9
9
  "repository": {
10
10
  "type": "git",
@@ -4,7 +4,7 @@
4
4
  "The Noir Team <team@noir-lang.org>"
5
5
  ],
6
6
  "description": "A JS interface to the Noir compiler",
7
- "version": "1.0.0-beta.1",
7
+ "version": "1.0.0-beta.2",
8
8
  "license": "MIT OR Apache-2.0",
9
9
  "repository": {
10
10
  "type": "git",
Binary file
package/dist/node/main.js CHANGED
@@ -528,12 +528,12 @@ module.exports.__wbindgen_object_drop_ref = function(arg0) {
528
528
  takeObject(arg0);
529
529
  };
530
530
 
531
- module.exports.__wbg_constructor_239836dd43decfcc = function(arg0) {
531
+ module.exports.__wbg_constructor_ab239518aa627840 = function(arg0) {
532
532
  const ret = new Error(takeObject(arg0));
533
533
  return addHeapObject(ret);
534
534
  };
535
535
 
536
- module.exports.__wbg_constructor_442eaeb92eb415f3 = function() {
536
+ module.exports.__wbg_constructor_cbbf4fc9d5097cdc = function() {
537
537
  const ret = new Object();
538
538
  return addHeapObject(ret);
539
539
  };