@salesforce/cli 2.0.0-beta.20 → 2.0.0-beta.21

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.0.0-beta.20",
3
+ "version": "2.0.0-beta.21",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.0.0-beta.20",
9
+ "version": "2.0.0-beta.21",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.0-beta.20",
2
+ "version": "2.0.0-beta.21",
3
3
  "commands": {
4
4
  "cmdt:generate:field": {
5
5
  "id": "cmdt:generate:field",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.0.0-beta.20",
4
+ "version": "2.0.0-beta.21",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run",
@@ -90,7 +90,7 @@
90
90
  "update": {
91
91
  "s3": {
92
92
  "bucket": "dfc-data-production",
93
- "indexVersionLimit": 20,
93
+ "indexVersionLimit": 140,
94
94
  "folder": "media/salesforce-cli/sf",
95
95
  "acl": " ",
96
96
  "host": "https://developer.salesforce.com"
@@ -9,7 +9,7 @@ const { execSync } = require('child_process');
9
9
  return false;
10
10
  }
11
11
  };
12
- // test or sfdx is installed
12
+ // test sfdx is installed
13
13
  if (testCliNotVersion('sfdx', 'sfdx-cli/7.')) {
14
14
  throw Error('Please uninstall sfdx');
15
15
  }