@salesforce/cli 2.0.0-beta.37 → 2.0.0-beta.39

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.37",
3
+ "version": "2.0.0-beta.39",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.0.0-beta.37",
9
+ "version": "2.0.0-beta.39",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -15,7 +15,7 @@
15
15
  "@oclif/plugin-commands": "2.2.15",
16
16
  "@oclif/plugin-help": "5.2.9",
17
17
  "@oclif/plugin-not-found": "2.3.23",
18
- "@oclif/plugin-plugins": "3.0.1",
18
+ "@oclif/plugin-plugins": "3.1.0",
19
19
  "@oclif/plugin-search": "0.0.17",
20
20
  "@oclif/plugin-update": "3.1.15",
21
21
  "@oclif/plugin-version": "1.3.4",
@@ -25,7 +25,7 @@
25
25
  "@salesforce/plugin-apex": "2.2.21",
26
26
  "@salesforce/plugin-auth": "2.7.16",
27
27
  "@salesforce/plugin-data": "2.3.19",
28
- "@salesforce/plugin-deploy-retrieve": "1.9.6",
28
+ "@salesforce/plugin-deploy-retrieve": "1.10.1",
29
29
  "@salesforce/plugin-info": "2.6.14",
30
30
  "@salesforce/plugin-limits": "2.3.17",
31
31
  "@salesforce/plugin-login": "1.2.10",
@@ -3885,9 +3885,9 @@
3885
3885
  }
3886
3886
  },
3887
3887
  "node_modules/@oclif/plugin-plugins": {
3888
- "version": "3.0.1",
3889
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.0.1.tgz",
3890
- "integrity": "sha512-bY3mfDt/PuMUYOla4bZVMOwf4mRyZK/bE6Xn0jPgP5u9ET0fAFP4qPk5FD+3+8k+u5Yu6+h1ZujskT5nYw59FQ==",
3888
+ "version": "3.1.0",
3889
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.1.0.tgz",
3890
+ "integrity": "sha512-7TaCVKbGbOxwBZi7U4Mt3Kjnb7fCm6IGGKRzU+1e2EJ4+zomlBxZOMmE3hSsOOlXjvtSIVSH4tbvv905gzZmvw==",
3891
3891
  "license": "MIT",
3892
3892
  "dependencies": {
3893
3893
  "@oclif/color": "^1.0.4",
@@ -9676,9 +9676,9 @@
9676
9676
  "license": "MIT"
9677
9677
  },
9678
9678
  "node_modules/@salesforce/plugin-deploy-retrieve": {
9679
- "version": "1.9.6",
9680
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.9.6.tgz",
9681
- "integrity": "sha512-6bjlzgFFUyNAQ0RU9wvjxCCAsGTvWcrI9+DU4nsbe7Cv6Sb3BnNu8UFz6gsquQUQkGg+KObmQcQoTe1bhtqwDg==",
9679
+ "version": "1.10.1",
9680
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.10.1.tgz",
9681
+ "integrity": "sha512-2E1ap4G/kH3Rsl2GnE33zAMsA937RiD4RHVvPqNg23UdtwQElKufYPbRHM0mL7anX3TDmmKsvgFGujM/L6BUGg==",
9682
9682
  "license": "BSD-3-Clause",
9683
9683
  "dependencies": {
9684
9684
  "@oclif/core": "^2.8.2",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.0-beta.37",
2
+ "version": "2.0.0-beta.39",
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.37",
4
+ "version": "2.0.0-beta.39",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run",
@@ -125,7 +125,7 @@
125
125
  "@oclif/plugin-commands": "2.2.15",
126
126
  "@oclif/plugin-help": "5.2.9",
127
127
  "@oclif/plugin-not-found": "2.3.23",
128
- "@oclif/plugin-plugins": "3.0.1",
128
+ "@oclif/plugin-plugins": "3.1.0",
129
129
  "@oclif/plugin-search": "0.0.17",
130
130
  "@oclif/plugin-update": "3.1.15",
131
131
  "@oclif/plugin-version": "1.3.4",
@@ -135,7 +135,7 @@
135
135
  "@salesforce/plugin-apex": "2.2.21",
136
136
  "@salesforce/plugin-auth": "2.7.16",
137
137
  "@salesforce/plugin-data": "2.3.19",
138
- "@salesforce/plugin-deploy-retrieve": "1.9.6",
138
+ "@salesforce/plugin-deploy-retrieve": "1.10.1",
139
139
  "@salesforce/plugin-info": "2.6.14",
140
140
  "@salesforce/plugin-limits": "2.3.17",
141
141
  "@salesforce/plugin-login": "1.2.10",