@aztec/noir-noirc_abi 3.0.0-devnet.2 → 3.0.0-devnet.2-patch.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.
@@ -173,7 +173,7 @@ function __wbg_adapter_30(arg0, arg1, arg2, arg3) {
173
173
  wasm.closure247_externref_shim(arg0, arg1, arg2, arg3);
174
174
  }
175
175
 
176
- module.exports.__wbg_constructor_354bec26f23114a7 = function(arg0) {
176
+ module.exports.__wbg_constructor_223f958df3f7f299 = function(arg0) {
177
177
  const ret = new Error(arg0);
178
178
  return ret;
179
179
  };
@@ -208,7 +208,7 @@ module.exports.__wbg_forEach_e1cf6f7c8ecb7dae = function(arg0, arg1, arg2) {
208
208
  }
209
209
  };
210
210
 
211
- module.exports.__wbg_new_06707a97e8b76f76 = function() {
211
+ module.exports.__wbg_new_6e2f913bb1e6d456 = function() {
212
212
  const ret = new Map();
213
213
  return ret;
214
214
  };
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": "3.0.0-devnet.2",
6
+ "version": "3.0.0-devnet.2-patch.1",
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
- "@aztec/noir-types": "3.0.0-devnet.2"
39
+ "@aztec/noir-types": "3.0.0-devnet.2-patch.1"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@esm-bundle/chai": "^4.3.4-fix.0",
@@ -203,7 +203,7 @@ async function __wbg_load(module, imports) {
203
203
  function __wbg_get_imports() {
204
204
  const imports = {};
205
205
  imports.wbg = {};
206
- imports.wbg.__wbg_constructor_354bec26f23114a7 = function(arg0) {
206
+ imports.wbg.__wbg_constructor_223f958df3f7f299 = function(arg0) {
207
207
  const ret = new Error(arg0);
208
208
  return ret;
209
209
  };
@@ -235,7 +235,7 @@ function __wbg_get_imports() {
235
235
  state0.a = state0.b = 0;
236
236
  }
237
237
  };
238
- imports.wbg.__wbg_new_06707a97e8b76f76 = function() {
238
+ imports.wbg.__wbg_new_6e2f913bb1e6d456 = function() {
239
239
  const ret = new Map();
240
240
  return ret;
241
241
  };
Binary file