@taqueria/protocol 0.46.1 → 0.46.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taqueria/protocol",
3
- "version": "0.46.1",
3
+ "version": "0.46.4",
4
4
  "description": "A TypeScript package which contains types that are to be shared between @taqueria/node-sdk and @taqueria/taqueria.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1027,7 +1027,7 @@ var i18n_default = async () => {
1027
1027
  "optOutDesc": "Opt-out of sharing anonymous usage analytics",
1028
1028
  "initPathDesc": "Path to your project directory",
1029
1029
  "workflowDesc": "Select a workflow to initialize your Taqueria project. Choices are (ligo|smartpy|archetype|michelson)",
1030
- "scaffoldDesc": "Generate a new project using pre-made scaffold",
1030
+ "scaffoldDesc": `Generate a new project using pre-made scaffold. Recommended for creating a new project.`,
1031
1031
  "scaffoldUrlDesc": "Alias or Url for the scaffold project",
1032
1032
  "scaffoldProjectDirDesc": "Path where to create the new project. This must be a new directory.",
1033
1033
  "scaffoldDoneMsg": "The project was created using the scaffold.",