create-izi-noir 0.2.19 → 0.2.20

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 CHANGED
@@ -28,7 +28,7 @@ npx create-izi-noir my-project --skip-install --skip-git
28
28
  ## Templates
29
29
 
30
30
  ### Default
31
- Includes balance proof and age proof circuit examples.
31
+ Includes balance proof and square proof circuit examples.
32
32
 
33
33
  ### Minimal
34
34
  Empty circuit for starting from scratch.
package/dist/index.js CHANGED
@@ -12,7 +12,7 @@ import pc3 from "picocolors";
12
12
  import prompts from "prompts";
13
13
  import pc from "picocolors";
14
14
  var TEMPLATES = [
15
- { title: "Default (balance + age proofs)", value: "default" },
15
+ { title: "Default (balance + square proofs)", value: "default" },
16
16
  { title: "Minimal (empty circuit)", value: "minimal" },
17
17
  { title: "Balance Proof only", value: "balance-proof" }
18
18
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-izi-noir",
3
- "version": "0.2.19",
3
+ "version": "0.2.20",
4
4
  "description": "CLI to scaffold IZI-NOIR ZK projects",
5
5
  "type": "module",
6
6
  "bin": {