@embeddable.com/init 0.1.15 → 0.1.16

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -78,7 +78,7 @@ async function main() {
78
78
  await typewriter(" and the ", void 0, TYPEWRITER_SPEED);
79
79
  await typewriter("data", chalk.bold, TYPEWRITER_SPEED);
80
80
  await typewriter(" powering your dashboards.\n\n", void 0, TYPEWRITER_SPEED);
81
- await typewriter("This tool creates a new ", void 0, TYPEWRITER_SPEED);
81
+ await typewriter("This tool creates a ", void 0, TYPEWRITER_SPEED);
82
82
  await typewriter("project folder", chalk.bold, TYPEWRITER_SPEED);
83
83
  await typewriter(", containing ", void 0, TYPEWRITER_SPEED);
84
84
  await typewriter("sample data models", chalk.bold, TYPEWRITER_SPEED);
@@ -90,7 +90,7 @@ async function main() {
90
90
  {
91
91
  type: "confirm",
92
92
  name: "confirmDir",
93
- message: `Ok to create a new Project subfolder in your current directory ${chalk.cyan(cwd)}?`,
93
+ message: `Ok to create a new project subfolder in your current directory ${chalk.cyan(cwd)}?`,
94
94
  initial: true
95
95
  },
96
96
  { onCancel }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embeddable.com/init",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "CLI tool for Embeddable",
5
5
  "type": "module",
6
6
  "bin": {