@noir-lang/noirc_abi 1.0.0-beta.23 → 1.0.0-beta.24

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.
@@ -82,7 +82,7 @@ function __wbg_get_imports() {
82
82
  __wbg___wbindgen_throw_39bc967c0e5a9b58: function(arg0, arg1) {
83
83
  throw new Error(getStringFromWasm0(arg0, arg1));
84
84
  },
85
- __wbg_constructor_429425455ab10783: function(arg0) {
85
+ __wbg_constructor_a8ff9362c4b05528: function(arg0) {
86
86
  const ret = new Error(arg0);
87
87
  return ret;
88
88
  },
@@ -114,12 +114,12 @@ function __wbg_get_imports() {
114
114
  state0.a = state0.b = 0;
115
115
  }
116
116
  },
117
- __wbg_new_227d7c05414eb861: function() {
118
- const ret = new Error();
117
+ __wbg_new_08bd8691ca44dd88: function() {
118
+ const ret = new Map();
119
119
  return ret;
120
120
  },
121
- __wbg_new_77c201842a6c2e12: function() {
122
- const ret = new Map();
121
+ __wbg_new_227d7c05414eb861: function() {
122
+ const ret = new Error();
123
123
  return ret;
124
124
  },
125
125
  __wbg_parse_6dfe891b5bafb5cd: function() { return handleError(function (arg0, arg1) {
Binary file
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "contributors": [
4
4
  "The Noir Team <team@noir-lang.org>"
5
5
  ],
6
- "version": "1.0.0-beta.23",
6
+ "version": "1.0.0-beta.24",
7
7
  "license": "(MIT OR Apache-2.0)",
8
8
  "homepage": "https://noir-lang.org/",
9
9
  "repository": {
@@ -36,7 +36,7 @@
36
36
  "lint": "NODE_NO_WARNINGS=1 eslint . --max-warnings 0"
37
37
  },
38
38
  "dependencies": {
39
- "@noir-lang/types": "1.0.0-beta.23"
39
+ "@noir-lang/types": "1.0.0-beta.24"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@esm-bundle/chai": "^4.3.4-fix.0",
@@ -78,7 +78,7 @@ function __wbg_get_imports() {
78
78
  __wbg___wbindgen_throw_39bc967c0e5a9b58: function(arg0, arg1) {
79
79
  throw new Error(getStringFromWasm0(arg0, arg1));
80
80
  },
81
- __wbg_constructor_429425455ab10783: function(arg0) {
81
+ __wbg_constructor_a8ff9362c4b05528: function(arg0) {
82
82
  const ret = new Error(arg0);
83
83
  return ret;
84
84
  },
@@ -110,12 +110,12 @@ function __wbg_get_imports() {
110
110
  state0.a = state0.b = 0;
111
111
  }
112
112
  },
113
- __wbg_new_227d7c05414eb861: function() {
114
- const ret = new Error();
113
+ __wbg_new_08bd8691ca44dd88: function() {
114
+ const ret = new Map();
115
115
  return ret;
116
116
  },
117
- __wbg_new_77c201842a6c2e12: function() {
118
- const ret = new Map();
117
+ __wbg_new_227d7c05414eb861: function() {
118
+ const ret = new Error();
119
119
  return ret;
120
120
  },
121
121
  __wbg_parse_6dfe891b5bafb5cd: function() { return handleError(function (arg0, arg1) {
Binary file