@aztec/bb.js 0.3.1 → 0.3.2
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/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ Witness generation phase is not multithreaded, and an interesting 512k circuit c
|
|
|
32
32
|
To install the package globally for running as a terminal application:
|
|
33
33
|
|
|
34
34
|
```
|
|
35
|
-
npm install -g @aztec/bb.js
|
|
35
|
+
npm install -g @aztec/bb.js
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
This will install `bb.js` into your path.
|
|
@@ -68,13 +68,13 @@ Commands:
|
|
|
68
68
|
To install as a package to be used as a library:
|
|
69
69
|
|
|
70
70
|
```
|
|
71
|
-
npm install @aztec/bb.js
|
|
71
|
+
npm install @aztec/bb.js
|
|
72
72
|
```
|
|
73
73
|
|
|
74
74
|
or with yarn
|
|
75
75
|
|
|
76
76
|
```
|
|
77
|
-
yarn add @aztec/bb.js
|
|
77
|
+
yarn add @aztec/bb.js
|
|
78
78
|
```
|
|
79
79
|
|
|
80
80
|
### Usage
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/bb.js",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"typedoc": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"test-debug": "NODE_OPTIONS='--loader ts-node/esm' NODE_NO_WARNINGS=1 node --inspect-brk=0.0.0.0 --experimental-vm-modules $(yarn bin jest) --no-cache --passWithNoTests --runInBand",
|
|
31
31
|
"simple_test": "NODE_OPTIONS='--loader ts-node/esm' NODE_NO_WARNINGS=1 node ./src/examples/simple.rawtest.ts",
|
|
32
32
|
"prepack": "yarn build",
|
|
33
|
-
"deploy": "npm publish --
|
|
33
|
+
"deploy": "npm publish --access public"
|
|
34
34
|
},
|
|
35
35
|
"jest": {
|
|
36
36
|
"preset": "ts-jest/presets/default-esm",
|