@salesforce/command
Advanced tools
Comparing version 5.2.3 to 5.2.4
@@ -5,2 +5,8 @@ # Changelog | ||
### [5.2.4](https://github.com/salesforcecli/command/compare/v5.2.3...v5.2.4) (2022-08-09) | ||
### Bug Fixes | ||
- move @oclif/test from devDep to dep ([28d3089](https://github.com/salesforcecli/command/commit/28d30897b029710b51b44c94064b9fee6b5ae0db)) | ||
### [5.2.3](https://github.com/salesforcecli/command/compare/v5.2.2...v5.2.3) (2022-08-05) | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "@salesforce/command", | ||
"version": "5.2.3", | ||
"version": "5.2.4", | ||
"description": "Salesforce CLI base command class", | ||
@@ -39,2 +39,3 @@ "main": "lib/exported", | ||
"@oclif/core": "^1.7.0", | ||
"@oclif/test": "^2.1.0", | ||
"@oclif/plugin-help": "^5.1.11", | ||
@@ -53,3 +54,2 @@ "@salesforce/core": "^3.20.1", | ||
"@typescript-eslint/parser": "^4.26.0", | ||
"@oclif/test": "^2.1.0", | ||
"chai": "^4.2.0", | ||
@@ -56,0 +56,0 @@ "eslint": "^7.27.0", |
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
125800
24
7
+ Added@oclif/test@^2.1.0
+ Added@oclif/test@2.5.6(transitive)
+ Added@types/chai@5.0.1(transitive)
+ Added@types/deep-eql@4.0.2(transitive)
+ Added@types/lodash@4.17.13(transitive)
+ Added@types/sinon@17.0.3(transitive)
+ Added@types/sinonjs__fake-timers@8.1.5(transitive)
+ Addedfancy-test@2.0.42(transitive)
+ Addedjson-stringify-safe@5.0.1(transitive)
+ Addedmock-stdin@1.0.0(transitive)
+ Addednock@13.5.6(transitive)
+ Addedpropagate@2.0.1(transitive)
+ Addedstdout-stderr@0.1.13(transitive)