@salesforce/cli 2.1.2 → 2.1.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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.1.2",
9
+ "version": "2.1.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -24,8 +24,8 @@
24
24
  "@salesforce/core": "^4.3.5",
25
25
  "@salesforce/plugin-apex": "2.3.5",
26
26
  "@salesforce/plugin-auth": "2.8.7",
27
- "@salesforce/plugin-data": "2.4.7",
28
- "@salesforce/plugin-deploy-retrieve": "1.15.0",
27
+ "@salesforce/plugin-data": "2.5.0",
28
+ "@salesforce/plugin-deploy-retrieve": "1.15.2",
29
29
  "@salesforce/plugin-info": "2.6.30",
30
30
  "@salesforce/plugin-limits": "2.3.26",
31
31
  "@salesforce/plugin-login": "1.2.18",
@@ -8995,9 +8995,9 @@
8995
8995
  "license": "MIT"
8996
8996
  },
8997
8997
  "node_modules/@salesforce/plugin-data": {
8998
- "version": "2.4.7",
8999
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-2.4.7.tgz",
9000
- "integrity": "sha512-Ysq4DPpG3xME2VyzBswALGQQGx8ERNjuovKPvg8+OMf6/41dKlPiwM+egfbnn4aVK31R/LfM+QHw8y9+DbxOkg==",
8998
+ "version": "2.5.0",
8999
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-2.5.0.tgz",
9000
+ "integrity": "sha512-FB2qMTFfW4fnVLyOoutxSp9c8mj93X/vrAm6qxuRr4zfEfxawEKDSKmfmhEWrhlvbZlgSGQOTrOmS3a8Y8SlfQ==",
9001
9001
  "license": "BSD-3-Clause",
9002
9002
  "dependencies": {
9003
9003
  "@oclif/core": "^2.8.11",
@@ -9016,9 +9016,9 @@
9016
9016
  }
9017
9017
  },
9018
9018
  "node_modules/@salesforce/plugin-deploy-retrieve": {
9019
- "version": "1.15.0",
9020
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.15.0.tgz",
9021
- "integrity": "sha512-DTz/FF51aHzU3Je4iThIDOLsmdk3Cuc6IkpRBfaN5PWVO4e/oHss6JlWLYNey1blHrrIRUfvKCKMHGs0dqsQ5w==",
9019
+ "version": "1.15.2",
9020
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.15.2.tgz",
9021
+ "integrity": "sha512-1fjo4R3OIihlMrDqG3k+ClwIh6r5HB4GHfXkpkNGKx/iPHIVPl/Qzvn2oJkun/Y1XM/uQdTZ84yLy2H+AzN0Fg==",
9022
9022
  "license": "BSD-3-Clause",
9023
9023
  "dependencies": {
9024
9024
  "@oclif/core": "^2.8.7",
@@ -9703,9 +9703,9 @@
9703
9703
  }
9704
9704
  },
9705
9705
  "node_modules/@salesforce/source-deploy-retrieve": {
9706
- "version": "9.3.4",
9707
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.3.4.tgz",
9708
- "integrity": "sha512-RDC1etKdpjEtCdbvZN5eyckax7KEhG/GuQdxQ0ivQIjVQzmUWqYHwGGpgAG/KU6c/jZviTwD2owReCuPhGkilA==",
9706
+ "version": "9.4.0",
9707
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.4.0.tgz",
9708
+ "integrity": "sha512-U3rSvqlwF5FhnR1/jgNDT2BtZwSweH1KUBxxHnGRQ5s+VTFcuChZ1A6hkmwZzMPCUPjRg9XJbm74A7NUqy73Zw==",
9709
9709
  "license": "BSD-3-Clause",
9710
9710
  "dependencies": {
9711
9711
  "@salesforce/core": "^4.3.1",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.1.2",
2
+ "version": "2.1.3",
3
3
  "commands": {
4
4
  "cmdt:generate:field": {
5
5
  "id": "cmdt:generate:field",
@@ -796,48 +796,6 @@
796
796
  "args": {},
797
797
  "hasDynamicHelp": true
798
798
  },
799
- "dev:hook": {
800
- "id": "dev:hook",
801
- "summary": "Run a hook. For testing purposes only.",
802
- "strict": true,
803
- "pluginName": "@salesforce/plugin-dev",
804
- "pluginAlias": "@salesforce/plugin-dev",
805
- "pluginType": "jit",
806
- "aliases": [],
807
- "examples": [
808
- {
809
- "description": "Execute a hook by name:",
810
- "command": "<%= config.bin %> <%= command.id %> sf:env:list"
811
- },
812
- {
813
- "description": "Execute a hook by name in a specific plugin:",
814
- "command": "<%= config.bin %> <%= command.id %> sf:env:list --plugin env"
815
- }
816
- ],
817
- "flags": {
818
- "json": {
819
- "name": "json",
820
- "type": "boolean",
821
- "description": "Format output as json.",
822
- "helpGroup": "GLOBAL",
823
- "allowNo": false
824
- },
825
- "plugin": {
826
- "name": "plugin",
827
- "type": "option",
828
- "char": "p",
829
- "summary": "Specific plugin from which to execute hook",
830
- "multiple": false
831
- }
832
- },
833
- "args": {
834
- "hook": {
835
- "name": "hook",
836
- "description": "Name of hook to execute.",
837
- "required": true
838
- }
839
- }
840
- },
841
799
  "dev:audit:messages": {
842
800
  "id": "dev:audit:messages",
843
801
  "summary": "Audit messages in a plugin's messages directory to locate unused messages and missing messages that have references in source code.",
@@ -1140,41 +1098,6 @@
1140
1098
  },
1141
1099
  "args": {}
1142
1100
  },
1143
- "dev:generate:hook": {
1144
- "id": "dev:generate:hook",
1145
- "summary": "Generate a new sf hook.",
1146
- "description": "You must run this command from within a plugin directory, such as the directory created with the \"sf dev generate plugin\" command.\n\nThe command generates a basic Typescript source file in the \"src/hooks\" directory to get you started. The source file's name is based on the event you're hooking into, such as envList.ts for the \"sf env list\" command.\n\nThe command updates the package.json file, so if it detects conflicts with the existing file, you're prompted whether you want to overwrite the file. There are a number of package.json updates required for a new hook, so we recommend you answer \"y\" so the command takes care of them all. If you answer \"n\", you must update the package.json file manually.",
1147
- "strict": true,
1148
- "pluginName": "@salesforce/plugin-dev",
1149
- "pluginAlias": "@salesforce/plugin-dev",
1150
- "pluginType": "jit",
1151
- "aliases": [],
1152
- "examples": [
1153
- "Generate source file for a hook into the \"sf env display\" command:\n<%= config.bin %> <%= command.id %> --event sf:env:display"
1154
- ],
1155
- "flags": {
1156
- "force": {
1157
- "name": "force",
1158
- "type": "boolean",
1159
- "summary": "Overwrite existing files.",
1160
- "allowNo": false
1161
- },
1162
- "event": {
1163
- "name": "event",
1164
- "type": "option",
1165
- "summary": "Event to run hook on. Use colons to separate topic and command names of the event.",
1166
- "required": true,
1167
- "multiple": false,
1168
- "options": [
1169
- "sf:env:list",
1170
- "sf:env:display",
1171
- "sf:deploy",
1172
- "sf:logout"
1173
- ]
1174
- }
1175
- },
1176
- "args": {}
1177
- },
1178
1101
  "dev:generate:library": {
1179
1102
  "id": "dev:generate:library",
1180
1103
  "summary": "Generate a new library.",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.1.2",
4
+ "version": "2.1.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run",
@@ -71,7 +71,7 @@
71
71
  "jitPlugins": {
72
72
  "@salesforce/plugin-custom-metadata": "2.1.33",
73
73
  "@salesforce/plugin-community": "2.3.8",
74
- "@salesforce/plugin-dev": "0.7.13",
74
+ "@salesforce/plugin-dev": "1.1.0",
75
75
  "@salesforce/plugin-env": "2.1.17",
76
76
  "@salesforce/plugin-functions": "1.21.10",
77
77
  "@salesforce/plugin-packaging": "1.21.1",
@@ -133,8 +133,8 @@
133
133
  "@salesforce/core": "^4.3.5",
134
134
  "@salesforce/plugin-apex": "2.3.5",
135
135
  "@salesforce/plugin-auth": "2.8.7",
136
- "@salesforce/plugin-data": "2.4.7",
137
- "@salesforce/plugin-deploy-retrieve": "1.15.0",
136
+ "@salesforce/plugin-data": "2.5.0",
137
+ "@salesforce/plugin-deploy-retrieve": "1.15.2",
138
138
  "@salesforce/plugin-info": "2.6.30",
139
139
  "@salesforce/plugin-limits": "2.3.26",
140
140
  "@salesforce/plugin-login": "1.2.18",
@@ -185,7 +185,7 @@
185
185
  "resolutions": {
186
186
  "@salesforce/schemas": "1.6.0",
187
187
  "@salesforce/templates": "58.0.1",
188
- "@salesforce/source-deploy-retrieve": "9.3.4",
188
+ "@salesforce/source-deploy-retrieve": "9.4.0",
189
189
  "@salesforce/source-tracking": "4.2.5"
190
190
  },
191
191
  "repository": "salesforcecli/cli",