@noir-lang/noir_wasm 1.0.0-beta.8-3c18e33.nightly → 1.0.0-beta.9

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.8",
7
+ "version": "1.0.0-beta.9",
8
8
  "license": "MIT OR Apache-2.0",
9
9
  "repository": {
10
10
  "type": "git",
@@ -5,7 +5,7 @@
5
5
  "The Noir Team <team@noir-lang.org>"
6
6
  ],
7
7
  "description": "A JS interface to the Noir compiler",
8
- "version": "1.0.0-beta.8",
8
+ "version": "1.0.0-beta.9",
9
9
  "license": "MIT OR Apache-2.0",
10
10
  "repository": {
11
11
  "type": "git",
Binary file
package/dist/node/main.js CHANGED
@@ -11699,18 +11699,18 @@ class PathToFileSourceMap {
11699
11699
  }
11700
11700
  module.exports.PathToFileSourceMap = PathToFileSourceMap;
11701
11701
 
11702
- module.exports.__wbg_constructor_50f48eb550d96c85 = function() {
11702
+ module.exports.__wbg_constructor_270c398b2bfc4cd0 = function() {
11703
11703
  const ret = new Object();
11704
11704
  return ret;
11705
11705
  };
11706
11706
 
11707
- module.exports.__wbg_constructor_cead3fee82c9e2da = function() {
11708
- const ret = new Object();
11707
+ module.exports.__wbg_constructor_5aa97bcc39c3c3b2 = function(arg0) {
11708
+ const ret = new Error(arg0);
11709
11709
  return ret;
11710
11710
  };
11711
11711
 
11712
- module.exports.__wbg_constructor_e98499dc5396ae23 = function(arg0) {
11713
- const ret = new Error(arg0);
11712
+ module.exports.__wbg_constructor_8c8fdca087c07a9f = function() {
11713
+ const ret = new Object();
11714
11714
  return ret;
11715
11715
  };
11716
11716