@salesforce/cli 1.29.0 → 1.30.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.30.0](https://github.com/salesforcecli/cli/compare/v1.29.0...v1.30.0) (2022-05-26)
6
+
5
7
  ## [1.29.0](https://github.com/salesforcecli/cli/compare/v1.28.0...v1.29.0) (2022-05-18)
6
8
 
7
9
  ## [1.28.0](https://github.com/salesforcecli/cli/compare/v1.27.0...v1.28.0) (2022-05-11)
package/README.md CHANGED
@@ -31,7 +31,7 @@ $ npm install -g @salesforce/cli
31
31
  $ sf COMMAND
32
32
  running command...
33
33
  $ sf (--version|-v)
34
- @salesforce/cli/1.29.0 linux-x64 node-v14.19.3
34
+ @salesforce/cli/1.30.0 linux-x64 node-v14.19.3
35
35
  $ sf --help [COMMAND]
36
36
  USAGE
37
37
  $ sf COMMAND
@@ -1864,15 +1864,15 @@ ALIASES
1864
1864
  EXAMPLES
1865
1865
  Display release notes for the currently installed CLI version:
1866
1866
 
1867
- sf info releasenotes display
1867
+ $ sf info releasenotes display
1868
1868
 
1869
1869
  Display release notes for CLI version 7.120.0:
1870
1870
 
1871
- sf info releasenotes display --version 7.120.0
1871
+ $ sf info releasenotes display --version 7.120.0
1872
1872
 
1873
1873
  Display release notes for the CLI version that corresponds to a tag (stable, stable-rc, latest, latest-rc, rc):
1874
1874
 
1875
- sf info releasenotes display --version latest
1875
+ $ sf info releasenotes display --version latest
1876
1876
  ```
1877
1877
 
1878
1878
  ## `sf login`
@@ -2754,15 +2754,15 @@ ALIASES
2754
2754
  EXAMPLES
2755
2755
  Display release notes for the currently installed CLI version:
2756
2756
 
2757
- sf whatsnew
2757
+ $ sf whatsnew
2758
2758
 
2759
2759
  Display release notes for CLI version 7.120.0:
2760
2760
 
2761
- sf whatsnew --version 7.120.0
2761
+ $ sf whatsnew --version 7.120.0
2762
2762
 
2763
2763
  Display release notes for the CLI version that corresponds to a tag (stable, stable-rc, latest, latest-rc, rc):
2764
2764
 
2765
- sf whatsnew --version latest
2765
+ $ sf whatsnew --version latest
2766
2766
  ```
2767
2767
 
2768
2768
  ## `sf whoami functions`
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "1.29.0",
3
+ "version": "1.30.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "1.29.0",
9
+ "version": "1.30.0",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@oclif/core": "^1.8.1",
12
+ "@oclif/core": "^1.9.0",
13
13
  "@oclif/plugin-autocomplete": "1.3.0",
14
14
  "@oclif/plugin-help": "5.1.12",
15
15
  "@oclif/plugin-not-found": "2.3.1",
@@ -23,7 +23,7 @@
23
23
  "@sf/env": "npm:@salesforce/plugin-env@1.3.1",
24
24
  "@sf/functions": "npm:@salesforce/plugin-functions@1.7.1",
25
25
  "@sf/gen": "npm:@salesforce/plugin-generate@1.0.13",
26
- "@sf/info": "npm:@salesforce/plugin-info@2.0.0",
26
+ "@sf/info": "npm:@salesforce/plugin-info@2.0.1",
27
27
  "@sf/login": "npm:@salesforce/plugin-login@1.0.9",
28
28
  "@sf/telemetry": "npm:@salesforce/plugin-telemetry@2.0.0",
29
29
  "semver": "^7.3.7",
@@ -2009,9 +2009,9 @@
2009
2009
  }
2010
2010
  },
2011
2011
  "node_modules/@oclif/core": {
2012
- "version": "1.8.1",
2013
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.8.1.tgz",
2014
- "integrity": "sha512-6pNQnkL2Uk9SbRUb12BFminLPhrPab1euNzVl1eh+Q7+X8+JGMw8vgKUfQRlGZesmcd+8fByQMZBaoOAEozJsw==",
2012
+ "version": "1.9.0",
2013
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.9.0.tgz",
2014
+ "integrity": "sha512-duvlaRQf4JM+mKuwwos1DNa/Q9x6tnF3khV5RU0fy5hhETF7THlTmxioKlIvKMyQDVpySqtZXZ0OKHeCi2EWuQ==",
2015
2015
  "license": "MIT",
2016
2016
  "dependencies": {
2017
2017
  "@oclif/linewrap": "^1.0.0",
@@ -2031,7 +2031,6 @@
2031
2031
  "indent-string": "^4.0.0",
2032
2032
  "is-wsl": "^2.2.0",
2033
2033
  "js-yaml": "^3.14.1",
2034
- "lodash": "^4.17.21",
2035
2034
  "natural-orderby": "^2.0.3",
2036
2035
  "object-treeify": "^1.1.33",
2037
2036
  "password-prompt": "^1.1.2",
@@ -4526,9 +4525,9 @@
4526
4525
  },
4527
4526
  "node_modules/@sf/info": {
4528
4527
  "name": "@salesforce/plugin-info",
4529
- "version": "2.0.0",
4530
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.0.0.tgz",
4531
- "integrity": "sha512-TQIvRcYIVq5XysGOuyqtbutz/+NhyMMHcjZTJdOzSrsf6h+C5jSF6dRaS1CCm2/i8TouynLjgtOsrFHn5UPzqA==",
4528
+ "version": "2.0.1",
4529
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.0.1.tgz",
4530
+ "integrity": "sha512-cJ4iAvyeI8r00ZWNy6nt0ZnzlEL0wJpcXLwYjIb7BF/uE/Iop0bAZhXIHyBDRUmYQaoO3IMgpftfGMqKXmdG0w==",
4532
4531
  "license": "BSD-3-Clause",
4533
4532
  "dependencies": {
4534
4533
  "@oclif/core": "^1.6.3",
@@ -4544,7 +4543,7 @@
4544
4543
  "tslib": "^2"
4545
4544
  },
4546
4545
  "engines": {
4547
- "node": ">=12.0.0"
4546
+ "node": ">=14.0.0"
4548
4547
  }
4549
4548
  },
4550
4549
  "node_modules/@sf/info/node_modules/@oclif/test": {
@@ -25005,9 +25004,9 @@
25005
25004
  }
25006
25005
  },
25007
25006
  "@oclif/core": {
25008
- "version": "1.8.1",
25009
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.8.1.tgz",
25010
- "integrity": "sha512-6pNQnkL2Uk9SbRUb12BFminLPhrPab1euNzVl1eh+Q7+X8+JGMw8vgKUfQRlGZesmcd+8fByQMZBaoOAEozJsw==",
25007
+ "version": "1.9.0",
25008
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.9.0.tgz",
25009
+ "integrity": "sha512-duvlaRQf4JM+mKuwwos1DNa/Q9x6tnF3khV5RU0fy5hhETF7THlTmxioKlIvKMyQDVpySqtZXZ0OKHeCi2EWuQ==",
25011
25010
  "requires": {
25012
25011
  "@oclif/linewrap": "^1.0.0",
25013
25012
  "@oclif/screen": "^3.0.2",
@@ -25026,7 +25025,6 @@
25026
25025
  "indent-string": "^4.0.0",
25027
25026
  "is-wsl": "^2.2.0",
25028
25027
  "js-yaml": "^3.14.1",
25029
- "lodash": "^4.17.21",
25030
25028
  "natural-orderby": "^2.0.3",
25031
25029
  "object-treeify": "^1.1.33",
25032
25030
  "password-prompt": "^1.1.2",
@@ -26984,9 +26982,9 @@
26984
26982
  }
26985
26983
  },
26986
26984
  "@sf/info": {
26987
- "version": "npm:@salesforce/plugin-info@2.0.0",
26988
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.0.0.tgz",
26989
- "integrity": "sha512-TQIvRcYIVq5XysGOuyqtbutz/+NhyMMHcjZTJdOzSrsf6h+C5jSF6dRaS1CCm2/i8TouynLjgtOsrFHn5UPzqA==",
26985
+ "version": "npm:@salesforce/plugin-info@2.0.1",
26986
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.0.1.tgz",
26987
+ "integrity": "sha512-cJ4iAvyeI8r00ZWNy6nt0ZnzlEL0wJpcXLwYjIb7BF/uE/Iop0bAZhXIHyBDRUmYQaoO3IMgpftfGMqKXmdG0w==",
26990
26988
  "requires": {
26991
26989
  "@oclif/core": "^1.6.3",
26992
26990
  "@salesforce/command": "^5.0.4",
@@ -1 +1 @@
1
- {"version":"1.29.0","commands":{}}
1
+ {"version":"1.30.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.29.0",
4
+ "version": "1.30.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run"
@@ -87,7 +87,7 @@
87
87
  ]
88
88
  },
89
89
  "dependencies": {
90
- "@oclif/core": "^1.8.1",
90
+ "@oclif/core": "^1.9.0",
91
91
  "@oclif/plugin-autocomplete": "1.3.0",
92
92
  "@oclif/plugin-help": "5.1.12",
93
93
  "@oclif/plugin-not-found": "2.3.1",
@@ -101,14 +101,14 @@
101
101
  "@sf/env": "npm:@salesforce/plugin-env@1.3.1",
102
102
  "@sf/functions": "npm:@salesforce/plugin-functions@1.7.1",
103
103
  "@sf/gen": "npm:@salesforce/plugin-generate@1.0.13",
104
- "@sf/info": "npm:@salesforce/plugin-info@2.0.0",
104
+ "@sf/info": "npm:@salesforce/plugin-info@2.0.1",
105
105
  "@sf/login": "npm:@salesforce/plugin-login@1.0.9",
106
106
  "@sf/telemetry": "npm:@salesforce/plugin-telemetry@2.0.0",
107
107
  "semver": "^7.3.7",
108
108
  "tslib": "^2.4.0"
109
109
  },
110
110
  "resolutions": {
111
- "@oclif/core": "^1.8.1",
111
+ "@oclif/core": "^1.9.0",
112
112
  "@salesforce/schemas": "^1.1.0",
113
113
  "@salesforce/sf-plugins-core": "^1.12.3",
114
114
  "@salesforce/templates": "^54.6.0"