@salesforce/command
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.3.2](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@1.3.1...@salesforce/command@1.3.2) (2019-03-14) | ||
### Bug Fixes | ||
* add support for command error analytics ([22d94cc](https://github.com/forcedotcom/cli-packages/commit/22d94cc)) | ||
## [1.3.1](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@1.3.0...@salesforce/command@1.3.1) (2019-03-11) | ||
@@ -8,0 +19,0 @@ |
@@ -256,2 +256,6 @@ "use strict"; | ||
} | ||
// Emit an event for the analytics plugin. The ts-ignore is necessary | ||
// because TS is strict about the events that can be emitted on process. | ||
// @ts-ignore | ||
process.emit('cmdError', err, this.org || this.hubOrg); | ||
} | ||
@@ -258,0 +262,0 @@ async finally(err) { |
{ | ||
"name": "@salesforce/command", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Salesforce CLI base command class", | ||
@@ -54,3 +54,3 @@ "main": "lib/exported", | ||
}, | ||
"gitHead": "e0614bc9d544962fb889ad2589edbd244330f0ac" | ||
"gitHead": "6300320c75660655c30afce1386b66d5e6d0e483" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97423
2196