@salesforce/sf-plugins-core 1.19.2 → 1.19.3

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.
@@ -77,6 +77,7 @@ Warning:
77
77
  # warning.loglevel
78
78
 
79
79
  The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.
80
+ Set the log level using the `SFDX_LOG_LEVEL` environment variable.
80
81
 
81
82
  # actions.tryThis
82
83
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/sf-plugins-core",
3
- "version": "1.19.2",
3
+ "version": "1.19.3",
4
4
  "description": "Utils for writing deploy and retrieve plugins",
5
5
  "main": "lib/exported",
6
6
  "types": "lib/exported.d.ts",