@noir-lang/noirc_abi 0.25.0 → 0.26.0-166e569.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
|
@@ -185,7 +185,7 @@ module.exports.__wbindgen_object_drop_ref = function(arg0) {
|
|
|
185
185
|
takeObject(arg0);
|
|
186
186
|
};
|
|
187
187
|
|
|
188
|
-
module.exports.
|
|
188
|
+
module.exports.__wbg_constructor_869f10b3cfa30892 = function(arg0) {
|
|
189
189
|
const ret = new Error(takeObject(arg0));
|
|
190
190
|
return addHeapObject(ret);
|
|
191
191
|
};
|
|
@@ -195,7 +195,7 @@ module.exports.__wbindgen_is_undefined = function(arg0) {
|
|
|
195
195
|
return ret;
|
|
196
196
|
};
|
|
197
197
|
|
|
198
|
-
module.exports.
|
|
198
|
+
module.exports.__wbg_new_eef865990b0d3287 = function() {
|
|
199
199
|
const ret = new Map();
|
|
200
200
|
return addHeapObject(ret);
|
|
201
201
|
};
|
|
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.26.0-166e569.nightly",
|
|
7
7
|
"license": "(MIT OR Apache-2.0)",
|
|
8
8
|
"homepage": "https://noir-lang.org/",
|
|
9
9
|
"repository": {
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"install:from:nix": "yarn clean && yarn build:nix && cp -rL ./result/noirc_abi_wasm/nodejs ./ && cp -rL ./result/noirc_abi_wasm/web ./"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@noir-lang/types": "0.
|
|
41
|
+
"@noir-lang/types": "0.26.0-166e569.nightly"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@esm-bundle/chai": "^4.3.4-fix.0",
|
|
45
45
|
"@web/dev-server-esbuild": "^0.3.6",
|
|
46
|
-
"@web/test-runner": "^0.
|
|
46
|
+
"@web/test-runner": "^0.18.1",
|
|
47
47
|
"@web/test-runner-playwright": "^0.10.0",
|
|
48
|
-
"eslint": "^8.
|
|
48
|
+
"eslint": "^8.57.0",
|
|
49
49
|
"mocha": "^10.2.0"
|
|
50
50
|
}
|
|
51
51
|
}
|
package/web/noirc_abi_wasm.js
CHANGED
|
@@ -215,7 +215,7 @@ function __wbg_get_imports() {
|
|
|
215
215
|
imports.wbg.__wbindgen_object_drop_ref = function(arg0) {
|
|
216
216
|
takeObject(arg0);
|
|
217
217
|
};
|
|
218
|
-
imports.wbg.
|
|
218
|
+
imports.wbg.__wbg_constructor_869f10b3cfa30892 = function(arg0) {
|
|
219
219
|
const ret = new Error(takeObject(arg0));
|
|
220
220
|
return addHeapObject(ret);
|
|
221
221
|
};
|
|
@@ -223,7 +223,7 @@ function __wbg_get_imports() {
|
|
|
223
223
|
const ret = getObject(arg0) === undefined;
|
|
224
224
|
return ret;
|
|
225
225
|
};
|
|
226
|
-
imports.wbg.
|
|
226
|
+
imports.wbg.__wbg_new_eef865990b0d3287 = function() {
|
|
227
227
|
const ret = new Map();
|
|
228
228
|
return addHeapObject(ret);
|
|
229
229
|
};
|
|
Binary file
|