@noir-lang/noir_wasm 1.0.0-beta.7-8a25291.nightly → 1.0.0-beta.8-1c7c6f2.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/build/cjs/package.json +1 -1
- package/build/esm/package.json +1 -1
- package/dist/node/index_bg.wasm +0 -0
- package/dist/node/main.js +3 -3
- package/dist/node/main.js.map +1 -1
- package/dist/types/build/cjs/index.d.ts +3 -3
- package/dist/types/dist/web/main.d.mts +6 -0
- package/dist/web/main.mjs +4 -4
- package/dist/web/main.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/package.json
CHANGED
package/build/esm/package.json
CHANGED
package/dist/node/index_bg.wasm
CHANGED
|
Binary file
|
package/dist/node/main.js
CHANGED
|
@@ -11700,17 +11700,17 @@ class PathToFileSourceMap {
|
|
|
11700
11700
|
}
|
|
11701
11701
|
module.exports.PathToFileSourceMap = PathToFileSourceMap;
|
|
11702
11702
|
|
|
11703
|
-
module.exports.
|
|
11703
|
+
module.exports.__wbg_constructor_50f48eb550d96c85 = function() {
|
|
11704
11704
|
const ret = new Object();
|
|
11705
11705
|
return ret;
|
|
11706
11706
|
};
|
|
11707
11707
|
|
|
11708
|
-
module.exports.
|
|
11708
|
+
module.exports.__wbg_constructor_cead3fee82c9e2da = function() {
|
|
11709
11709
|
const ret = new Object();
|
|
11710
11710
|
return ret;
|
|
11711
11711
|
};
|
|
11712
11712
|
|
|
11713
|
-
module.exports.
|
|
11713
|
+
module.exports.__wbg_constructor_e98499dc5396ae23 = function(arg0) {
|
|
11714
11714
|
const ret = new Error(arg0);
|
|
11715
11715
|
return ret;
|
|
11716
11716
|
};
|