mcdev 3.1.0 → 3.1.1

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/CHANGELOG.md +13 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -4,6 +4,19 @@ Accenture SFMC DevTools follows [semantic versioning](https://semver.org/).
4
4
 
5
5
  ---
6
6
 
7
+ ## [3.1.1](https://github.com/Accenture/sfmc-devtools/compare/v3.1.0...v3.1.1) - 2022-01-10
8
+
9
+ **Bugfixes:**
10
+
11
+ - [#160](https://github.com/Accenture/sfmc-devtools/issues/160) mcdev outputs bogus text since dependency colorjs got corrupted ( [background story](https://www.theverge.com/2022/1/9/22874949/developer-corrupts-open-source-libraries-projects-affected))
12
+
13
+ **Chores:**
14
+
15
+ - bumped cli-progress to 3.10.0 (removes colors dependency)
16
+ - bumped winston to 3.3.4 (removes colors dependency)
17
+
18
+ ---
19
+
7
20
  ## [3.1.0](https://github.com/Accenture/sfmc-devtools/compare/v3.0.3...v3.1.0) - 2021-12-27
8
21
 
9
22
  **Features:**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcdev",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Accenture Salesforce Marketing Cloud DevTools",
5
5
  "author": "joern.berkefeld, douglas.midgley, robert.zimmermann, maciej.barnas",
6
6
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "bluebird": "3.7.2",
40
- "cli-progress": "3.9.1",
40
+ "cli-progress": "3.10.0",
41
41
  "command-exists": "1.2.9",
42
42
  "console.table": "0.10.0",
43
43
  "fs-extra": "10.0.0",
@@ -51,7 +51,7 @@
51
51
  "sql-formatter-plus": "1.3.6",
52
52
  "toposort": "2.0.2",
53
53
  "update-notifier-git": "5.0.3",
54
- "winston": "3.3.3",
54
+ "winston": "3.3.4",
55
55
  "yargs": "17.3.0"
56
56
  },
57
57
  "devDependencies": {