@salesforce/cli 2.12.5 → 2.12.6

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/README.md CHANGED
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
24
24
  $ sf COMMAND
25
25
  running command...
26
26
  $ sf (--version|-v)
27
- @salesforce/cli/2.12.5 linux-x64 node-v18.18.0
27
+ @salesforce/cli/2.12.6 linux-x64 node-v18.18.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -6939,7 +6939,7 @@ FLAG DESCRIPTIONS
6939
6939
  If you don't specify this flag, the command prompts you to choose from your local objects.
6940
6940
  ```
6941
6941
 
6942
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.9/src/commands/schema/generate/field.ts)_
6942
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.10/src/commands/schema/generate/field.ts)_
6943
6943
 
6944
6944
  ## `sf schema generate platformevent`
6945
6945
 
@@ -6968,7 +6968,7 @@ EXAMPLES
6968
6968
  $ sf schema generate platformevent --label "My Platform Event"
6969
6969
  ```
6970
6970
 
6971
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.9/src/commands/schema/generate/platformevent.ts)_
6971
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.10/src/commands/schema/generate/platformevent.ts)_
6972
6972
 
6973
6973
  ## `sf schema generate sobject`
6974
6974
 
@@ -7022,7 +7022,7 @@ FLAG DESCRIPTIONS
7022
7022
  * Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
7023
7023
  ```
7024
7024
 
7025
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.9/src/commands/schema/generate/sobject.ts)_
7025
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.10/src/commands/schema/generate/sobject.ts)_
7026
7026
 
7027
7027
  ## `sf schema generate tab`
7028
7028
 
@@ -7069,7 +7069,7 @@ FLAG DESCRIPTIONS
7069
7069
  The API name for a custom object always ends in "__c", such as "MyObject__c".
7070
7070
  ```
7071
7071
 
7072
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.9/src/commands/schema/generate/tab.ts)_
7072
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.10/src/commands/schema/generate/tab.ts)_
7073
7073
 
7074
7074
  ## `sf search`
7075
7075
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.12.5",
3
+ "version": "2.12.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.12.5",
9
+ "version": "2.12.6",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -33,7 +33,7 @@
33
33
  "@salesforce/plugin-org": "2.10.9",
34
34
  "@salesforce/plugin-schema": "2.3.29",
35
35
  "@salesforce/plugin-settings": "1.4.32",
36
- "@salesforce/plugin-sobject": "0.2.9",
36
+ "@salesforce/plugin-sobject": "0.2.10",
37
37
  "@salesforce/plugin-source": "2.10.39",
38
38
  "@salesforce/plugin-telemetry": "2.3.6",
39
39
  "@salesforce/plugin-templates": "55.5.14",
@@ -4041,9 +4041,9 @@
4041
4041
  }
4042
4042
  },
4043
4043
  "node_modules/@salesforce/plugin-sobject": {
4044
- "version": "0.2.9",
4045
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.2.9.tgz",
4046
- "integrity": "sha512-Hsig6PsRgJw74lWns2JQsOvGWmvvVPY3ZF5GTb6eTNRN+yNR1WSIClckrTlk9Dx0euYXxnq/Qu8s5J6O+f2eSw==",
4044
+ "version": "0.2.10",
4045
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.2.10.tgz",
4046
+ "integrity": "sha512-Akpm6AN5cgd+5NYgerlodXKptcyEPmkTuAPpciqfikUOTqmYkxTV8qkRe4SU+hk4Hkq7N+SnAnxJF5gUm+eMLg==",
4047
4047
  "license": "BSD-3-Clause",
4048
4048
  "dependencies": {
4049
4049
  "@oclif/core": "^2.15.0",
@@ -4052,7 +4052,7 @@
4052
4052
  "@salesforce/sf-plugins-core": "^3.1.22",
4053
4053
  "change-case": "^4.1.2",
4054
4054
  "fast-glob": "^3.3.1",
4055
- "fast-xml-parser": "^4.2.7",
4055
+ "fast-xml-parser": "^4.3.1",
4056
4056
  "inquirer": "^8.2.6",
4057
4057
  "js2xmlparser": "^4.0.2",
4058
4058
  "tslib": "^2"
@@ -13107,17 +13107,17 @@
13107
13107
  "license": "MIT"
13108
13108
  },
13109
13109
  "node_modules/fast-xml-parser": {
13110
- "version": "4.2.7",
13111
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.7.tgz",
13112
- "integrity": "sha512-J8r6BriSLO1uj2miOk1NW0YVm8AGOOu3Si2HQp/cSmo6EA4m3fcwu2WKjJ4RK9wMLBtg69y1kS8baDiQBR41Ig==",
13110
+ "version": "4.3.2",
13111
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz",
13112
+ "integrity": "sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==",
13113
13113
  "funding": [
13114
- {
13115
- "type": "paypal",
13116
- "url": "https://paypal.me/naturalintelligence"
13117
- },
13118
13114
  {
13119
13115
  "type": "github",
13120
13116
  "url": "https://github.com/sponsors/NaturalIntelligence"
13117
+ },
13118
+ {
13119
+ "type": "paypal",
13120
+ "url": "https://paypal.me/naturalintelligence"
13121
13121
  }
13122
13122
  ],
13123
13123
  "license": "MIT",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.12.5",
2
+ "version": "2.12.6",
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.12.5",
4
+ "version": "2.12.6",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run",
@@ -144,7 +144,7 @@
144
144
  "@salesforce/plugin-org": "2.10.9",
145
145
  "@salesforce/plugin-schema": "2.3.29",
146
146
  "@salesforce/plugin-settings": "1.4.32",
147
- "@salesforce/plugin-sobject": "0.2.9",
147
+ "@salesforce/plugin-sobject": "0.2.10",
148
148
  "@salesforce/plugin-source": "2.10.39",
149
149
  "@salesforce/plugin-telemetry": "2.3.6",
150
150
  "@salesforce/plugin-templates": "55.5.14",