@noir-lang/noirc_abi
Advanced tools
Comparing version 0.34.0 to 0.35.0-052aee8.nightly
@@ -243,3 +243,3 @@ let imports = {}; | ||
module.exports.__wbg_constructor_70e98124910b9617 = function(arg0) { | ||
module.exports.__wbg_constructor_fb5f635b3a81f931 = function(arg0) { | ||
const ret = new Error(takeObject(arg0)); | ||
@@ -258,3 +258,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_new_04134af563d2e835 = function() { | ||
module.exports.__wbg_new_9c7c9df3090c6361 = function() { | ||
const ret = new Map(); | ||
@@ -261,0 +261,0 @@ return addHeapObject(ret); |
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "0.34.0", | ||
"version": "0.35.0-052aee8.nightly", | ||
"license": "(MIT OR Apache-2.0)", | ||
@@ -40,3 +40,3 @@ "homepage": "https://noir-lang.org/", | ||
"dependencies": { | ||
"@noir-lang/types": "0.34.0" | ||
"@noir-lang/types": "0.35.0-052aee8.nightly" | ||
}, | ||
@@ -47,3 +47,3 @@ "devDependencies": { | ||
"@web/test-runner": "^0.18.1", | ||
"@web/test-runner-playwright": "^0.10.0", | ||
"@web/test-runner-playwright": "^0.11.0", | ||
"eslint": "^8.57.0", | ||
@@ -50,0 +50,0 @@ "mocha": "^10.2.0" |
@@ -272,3 +272,3 @@ let wasm; | ||
}; | ||
imports.wbg.__wbg_constructor_70e98124910b9617 = function(arg0) { | ||
imports.wbg.__wbg_constructor_fb5f635b3a81f931 = function(arg0) { | ||
const ret = new Error(takeObject(arg0)); | ||
@@ -285,3 +285,3 @@ return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbg_new_04134af563d2e835 = function() { | ||
imports.wbg.__wbg_new_9c7c9df3090c6361 = function() { | ||
const ret = new Map(); | ||
@@ -288,0 +288,0 @@ return addHeapObject(ret); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3298246
+ Added@noir-lang/types@0.35.0-052aee8.nightly(transitive)
- Removed@noir-lang/types@0.34.0(transitive)