meshjs 1.7.31 → 1.7.32

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/dist/index.cjs CHANGED
@@ -113,7 +113,7 @@ var create = async (name, options) => {
113
113
  console.log("\n");
114
114
  try {
115
115
  createDirectory(name);
116
- logInfo("\u{1F4E1} - Downloading files..., This might take a moment.");
116
+ logInfo("\u{1F4E1} - Downloading files...");
117
117
  await fetchRepository(template);
118
118
  logInfo("\u{1F3E0} - Starting a new git repository...");
119
119
  setNameAndCommitChanges(name);
package/dist/index.js CHANGED
@@ -94,7 +94,7 @@ var create = async (name, options) => {
94
94
  console.log("\n");
95
95
  try {
96
96
  createDirectory(name);
97
- logInfo("\u{1F4E1} - Downloading files..., This might take a moment.");
97
+ logInfo("\u{1F4E1} - Downloading files...");
98
98
  await fetchRepository(template);
99
99
  logInfo("\u{1F3E0} - Starting a new git repository...");
100
100
  setNameAndCommitChanges(name);
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "A quick and easy way to bootstrap your dApps on Cardano using Mesh.",
4
4
  "homepage": "https://meshjs.dev",
5
5
  "author": "MeshJS",
6
- "version": "1.7.31",
6
+ "version": "1.7.32",
7
7
  "license": "Apache-2.0",
8
8
  "type": "module",
9
9
  "main": "./dist/index.cjs",