@aztec/bb.js 0.4.5 → 0.5.0
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.
|
Binary file
|
package/dest/barretenberg.wasm
CHANGED
|
Binary file
|
package/dest/browser/995.js
CHANGED
|
@@ -353,14 +353,14 @@ tslib_1.__exportStar(__webpack_require__(754), exports);
|
|
|
353
353
|
/***/ 77:
|
|
354
354
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
355
355
|
|
|
356
|
-
module.exports = __webpack_require__.p + "
|
|
356
|
+
module.exports = __webpack_require__.p + "0af755c94a792bdf4f8b.wasm";
|
|
357
357
|
|
|
358
358
|
/***/ }),
|
|
359
359
|
|
|
360
360
|
/***/ 90:
|
|
361
361
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
362
362
|
|
|
363
|
-
module.exports = __webpack_require__.p + "
|
|
363
|
+
module.exports = __webpack_require__.p + "6b32bb16be1e81812cf7.wasm";
|
|
364
364
|
|
|
365
365
|
/***/ })
|
|
366
366
|
|
package/dest/browser/main.js
CHANGED
|
@@ -5446,7 +5446,7 @@ exports.RawBuffer = RawBuffer;
|
|
|
5446
5446
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
5447
5447
|
|
|
5448
5448
|
"use strict";
|
|
5449
|
-
module.exports = __webpack_require__.p + "
|
|
5449
|
+
module.exports = __webpack_require__.p + "0af755c94a792bdf4f8b.wasm";
|
|
5450
5450
|
|
|
5451
5451
|
/***/ }),
|
|
5452
5452
|
|
|
@@ -5454,7 +5454,7 @@ module.exports = __webpack_require__.p + "16788c9fdde215ddc685.wasm";
|
|
|
5454
5454
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
5455
5455
|
|
|
5456
5456
|
"use strict";
|
|
5457
|
-
module.exports = __webpack_require__.p + "
|
|
5457
|
+
module.exports = __webpack_require__.p + "6b32bb16be1e81812cf7.wasm";
|
|
5458
5458
|
|
|
5459
5459
|
/***/ }),
|
|
5460
5460
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/bb.js",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"homepage": "https://github.com/AztecProtocol/aztec-packages/tree/master/circuits/cpp/barretenberg/ts",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"serve": "webpack serve",
|
|
31
31
|
"formatting": "prettier --check ./src && eslint --max-warnings 0 ./src",
|
|
32
32
|
"formatting:fix": "prettier -w ./src",
|
|
33
|
-
"test": "yarn build:ts:browser && yarn build:ts:node && yarn test:jest
|
|
33
|
+
"test": "yarn build:ts:browser && yarn build:ts:node && yarn test:jest",
|
|
34
34
|
"test:jest": "NODE_NO_WARNINGS=1 node --experimental-vm-modules $(yarn bin jest) --no-cache --passWithNoTests",
|
|
35
35
|
"test:bin": "cd ./bin-test && ./bin-test.sh",
|
|
36
36
|
"test:debug": "NODE_NO_WARNINGS=1 node --inspect-brk=0.0.0.0 --experimental-vm-modules $(yarn bin jest) --no-cache --passWithNoTests --runInBand",
|