@skillsmith/cli 0.5.6 → 0.5.7

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/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to `@skillsmith/cli` are documented here.
4
4
 
5
+ ## v0.5.7
6
+
7
+ - **Refactor**: initSkill throws InitSkillError instead of process.exit (SMI-4314) (#642)
8
+
5
9
  ## v0.5.6
6
10
 
7
11
  - Version bump
@@ -12,7 +16,11 @@ All notable changes to `@skillsmith/cli` are documented here.
12
16
 
13
17
  ## [Unreleased]
14
18
 
15
- _No unreleased changes._
19
+ - **Fix**: `skillsmith author init` now reports a friendly error and cleans up
20
+ partial output when a file operation fails. When an init is run against a
21
+ pre-existing directory that the user confirms to overwrite, the existing
22
+ directory is preserved on mid-scaffold failure instead of being removed
23
+ (SMI-4289, closes #602).
16
24
 
17
25
  ## v0.5.4
18
26