@noir-lang/noirc_abi 0.28.0 → 0.29.0-e43661d.nightly
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
|
@@ -213,7 +213,7 @@ module.exports.__wbindgen_is_undefined = function(arg0) {
|
|
|
213
213
|
return ret;
|
|
214
214
|
};
|
|
215
215
|
|
|
216
|
-
module.exports.
|
|
216
|
+
module.exports.__wbg_constructor_31b8021c87529775 = function(arg0) {
|
|
217
217
|
const ret = new Error(takeObject(arg0));
|
|
218
218
|
return addHeapObject(ret);
|
|
219
219
|
};
|
|
@@ -222,7 +222,7 @@ module.exports.__wbindgen_object_drop_ref = function(arg0) {
|
|
|
222
222
|
takeObject(arg0);
|
|
223
223
|
};
|
|
224
224
|
|
|
225
|
-
module.exports.
|
|
225
|
+
module.exports.__wbg_new_28eb792b86f6c6a5 = function() {
|
|
226
226
|
const ret = new Map();
|
|
227
227
|
return addHeapObject(ret);
|
|
228
228
|
};
|
|
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.
|
|
6
|
+
"version": "0.29.0-e43661d.nightly",
|
|
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 . --ext .ts --ignore-path ./.eslintignore --max-warnings 0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@noir-lang/types": "0.
|
|
39
|
+
"@noir-lang/types": "0.29.0-e43661d.nightly"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@esm-bundle/chai": "^4.3.4-fix.0",
|
package/web/noirc_abi_wasm.js
CHANGED
|
@@ -243,14 +243,14 @@ function __wbg_get_imports() {
|
|
|
243
243
|
const ret = getObject(arg0) === undefined;
|
|
244
244
|
return ret;
|
|
245
245
|
};
|
|
246
|
-
imports.wbg.
|
|
246
|
+
imports.wbg.__wbg_constructor_31b8021c87529775 = function(arg0) {
|
|
247
247
|
const ret = new Error(takeObject(arg0));
|
|
248
248
|
return addHeapObject(ret);
|
|
249
249
|
};
|
|
250
250
|
imports.wbg.__wbindgen_object_drop_ref = function(arg0) {
|
|
251
251
|
takeObject(arg0);
|
|
252
252
|
};
|
|
253
|
-
imports.wbg.
|
|
253
|
+
imports.wbg.__wbg_new_28eb792b86f6c6a5 = function() {
|
|
254
254
|
const ret = new Map();
|
|
255
255
|
return addHeapObject(ret);
|
|
256
256
|
};
|
|
Binary file
|