@aztec/noir-noirc_abi 0.0.1-commit.d6f2b3f94 → 0.0.1-commit.dbf9cec
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.
package/nodejs/noirc_abi_wasm.js
CHANGED
|
@@ -173,7 +173,7 @@ function __wbg_adapter_30(arg0, arg1, arg2, arg3) {
|
|
|
173
173
|
wasm.closure188_externref_shim(arg0, arg1, arg2, arg3);
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
-
module.exports.
|
|
176
|
+
module.exports.__wbg_constructor_ed9503ce5bc87935 = function(arg0) {
|
|
177
177
|
const ret = new Error(arg0);
|
|
178
178
|
return ret;
|
|
179
179
|
};
|
|
@@ -213,7 +213,7 @@ module.exports.__wbg_new_8a6f238a6ece86ea = function() {
|
|
|
213
213
|
return ret;
|
|
214
214
|
};
|
|
215
215
|
|
|
216
|
-
module.exports.
|
|
216
|
+
module.exports.__wbg_new_c3abe73bba3e4945 = function() {
|
|
217
217
|
const ret = new Map();
|
|
218
218
|
return ret;
|
|
219
219
|
};
|
|
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": "0.0.1-commit.
|
|
6
|
+
"version": "0.0.1-commit.dbf9cec",
|
|
7
7
|
"license": "(MIT OR Apache-2.0)",
|
|
8
8
|
"homepage": "https://noir-lang.org/",
|
|
9
9
|
"repository": {
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"lint": "NODE_NO_WARNINGS=1 eslint . --max-warnings 0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@aztec/noir-types": "0.0.1-commit.
|
|
39
|
+
"@aztec/noir-types": "0.0.1-commit.dbf9cec"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@esm-bundle/chai": "^4.3.4-fix.0",
|
|
43
|
-
"@web/dev-server-esbuild": "^1.0.
|
|
43
|
+
"@web/dev-server-esbuild": "^1.0.5",
|
|
44
44
|
"@web/test-runner": "^0.20.2",
|
|
45
45
|
"@web/test-runner-playwright": "^0.11.1",
|
|
46
|
-
"eslint": "^
|
|
46
|
+
"eslint": "^10.0.0",
|
|
47
47
|
"mocha": "^11.7.5"
|
|
48
48
|
}
|
|
49
49
|
}
|
package/web/noirc_abi_wasm.js
CHANGED
|
@@ -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.
|
|
206
|
+
imports.wbg.__wbg_constructor_ed9503ce5bc87935 = function(arg0) {
|
|
207
207
|
const ret = new Error(arg0);
|
|
208
208
|
return ret;
|
|
209
209
|
};
|
|
@@ -239,7 +239,7 @@ function __wbg_get_imports() {
|
|
|
239
239
|
const ret = new Error();
|
|
240
240
|
return ret;
|
|
241
241
|
};
|
|
242
|
-
imports.wbg.
|
|
242
|
+
imports.wbg.__wbg_new_c3abe73bba3e4945 = function() {
|
|
243
243
|
const ret = new Map();
|
|
244
244
|
return ret;
|
|
245
245
|
};
|
|
Binary file
|