@salesforce/cli 1.5.2 → 1.6.0

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,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [1.6.0](https://github.com/salesforcecli/cli/compare/v1.5.2...v1.6.0) (2021-12-08)
6
+
5
7
  ### [1.5.2](https://github.com/salesforcecli/cli/compare/v1.5.1...v1.5.2) (2021-12-02)
6
8
 
7
9
  ### [1.5.1](https://github.com/salesforcecli/cli/compare/v1.5.0...v1.5.1) (2021-12-02)
package/README.md CHANGED
@@ -29,7 +29,7 @@ $ npm install -g @salesforce/cli
29
29
  $ sf COMMAND
30
30
  running command...
31
31
  $ sf (--version|-v|version)
32
- @salesforce/cli/1.5.2 linux-x64 node-v14.18.2
32
+ @salesforce/cli/1.6.0 linux-x64 node-v14.18.2
33
33
  $ sf --help [COMMAND]
34
34
  USAGE
35
35
  $ sf COMMAND
@@ -1 +1 @@
1
- {"version":"1.5.2","commands":{}}
1
+ {"version":"1.6.0","commands":{}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "1.5.2",
4
+ "version": "1.6.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run"
@@ -105,8 +105,8 @@
105
105
  ],
106
106
  "resolutions": {
107
107
  "@salesforce/templates": "52.6.0",
108
- "@oclif/config": "1.18.1",
109
- "@oclif/command": "1.8.7"
108
+ "@oclif/config": "1.18.2",
109
+ "@oclif/command": "1.8.9"
110
110
  },
111
111
  "repository": "salesforcecli/cli",
112
112
  "scripts": {