@salesforce/cli 2.19.2 → 2.19.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.
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.19.2 linux-x64 node-v20.9.0
27
+ @salesforce/cli/2.19.3 linux-x64 node-v20.9.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -7252,7 +7252,7 @@ FLAG DESCRIPTIONS
7252
7252
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
7253
7253
  ```
7254
7254
 
7255
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.6/src/commands/version.ts)_
7255
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.7/src/commands/version.ts)_
7256
7256
 
7257
7257
  ## `sf visualforce generate component`
7258
7258
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.19.2",
3
+ "version": "2.19.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.19.2",
9
+ "version": "2.19.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -18,7 +18,7 @@
18
18
  "@oclif/plugin-plugins": "4.1.8",
19
19
  "@oclif/plugin-search": "1.0.7",
20
20
  "@oclif/plugin-update": "4.1.3",
21
- "@oclif/plugin-version": "2.0.6",
21
+ "@oclif/plugin-version": "2.0.7",
22
22
  "@oclif/plugin-warn-if-update-available": "3.0.2",
23
23
  "@oclif/plugin-which": "3.0.9",
24
24
  "@salesforce/core": "^6.1.3",
@@ -6121,12 +6121,12 @@
6121
6121
  }
6122
6122
  },
6123
6123
  "node_modules/@oclif/plugin-version": {
6124
- "version": "2.0.6",
6125
- "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.6.tgz",
6126
- "integrity": "sha512-EthZyik36gUsBK3TDE3Qk+LraKJbs02zHKNQAxhw0164W6rrIfEyGJBbB4bdV78AsmFwlvZXHrB3G5EYiA2hnA==",
6124
+ "version": "2.0.7",
6125
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.7.tgz",
6126
+ "integrity": "sha512-K4+86C9d4SngkmWGSxpCQzjgo5sjD0btXLZOaPwru2oNltpLSrSb3AYKop8ZVM3r4XWANPrIUAO7Be3IdAcLNQ==",
6127
6127
  "license": "MIT",
6128
6128
  "dependencies": {
6129
- "@oclif/core": "^3.10.1"
6129
+ "@oclif/core": "^3.11.0"
6130
6130
  },
6131
6131
  "engines": {
6132
6132
  "node": ">=18.0.0"
@@ -8544,13 +8544,13 @@
8544
8544
  }
8545
8545
  },
8546
8546
  "node_modules/@salesforce/source-tracking": {
8547
- "version": "5.0.0",
8548
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.0.0.tgz",
8549
- "integrity": "sha512-v1AOBJvKC2nVbgzwtbJCWNV3SiQ1cV62pw5yrjKXTPKZJbyj71kK1tvQO3iyf4SVZvbI+bV44JwQStQgEp1xDg==",
8547
+ "version": "5.0.1",
8548
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.0.1.tgz",
8549
+ "integrity": "sha512-9ckOvid03/J5Lvq83aW7GIlLm9HtJ9NMLwalppDMvSd4T/lyWe8y4bxh4LKbqTC7fhzHMxet8yYTpzub0t+DPA==",
8550
8550
  "license": "BSD-3-Clause",
8551
8551
  "dependencies": {
8552
8552
  "@oclif/core": "^3.10.8",
8553
- "@salesforce/core": "^6.1.0",
8553
+ "@salesforce/core": "^6.1.3",
8554
8554
  "@salesforce/kit": "^3.0.15",
8555
8555
  "@salesforce/source-deploy-retrieve": "^10.0.0",
8556
8556
  "@salesforce/ts-types": "^2.0.9",
@@ -7420,5 +7420,5 @@
7420
7420
  ]
7421
7421
  }
7422
7422
  },
7423
- "version": "2.19.2"
7423
+ "version": "2.19.3"
7424
7424
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.19.2",
4
+ "version": "2.19.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -78,7 +78,7 @@
78
78
  "@salesforce/plugin-env": "3.0.6",
79
79
  "@salesforce/plugin-functions": "1.22.9",
80
80
  "@salesforce/plugin-packaging": "1.27.2",
81
- "@salesforce/plugin-signups": "2.0.3",
81
+ "@salesforce/plugin-signups": "2.0.4",
82
82
  "@salesforce/sfdx-plugin-lwc-test": "1.1.1",
83
83
  "@salesforce/sfdx-scanner": "3.18.0"
84
84
  },
@@ -133,7 +133,7 @@
133
133
  "@oclif/plugin-plugins": "4.1.8",
134
134
  "@oclif/plugin-search": "1.0.7",
135
135
  "@oclif/plugin-update": "4.1.3",
136
- "@oclif/plugin-version": "2.0.6",
136
+ "@oclif/plugin-version": "2.0.7",
137
137
  "@oclif/plugin-warn-if-update-available": "3.0.2",
138
138
  "@oclif/plugin-which": "3.0.9",
139
139
  "@salesforce/core": "^6.1.3",
@@ -192,7 +192,7 @@
192
192
  "@salesforce/schemas": "1.6.1",
193
193
  "@salesforce/templates": "59.0.2",
194
194
  "@salesforce/source-deploy-retrieve": "10.0.0",
195
- "@salesforce/source-tracking": "5.0.0"
195
+ "@salesforce/source-tracking": "5.0.1"
196
196
  },
197
197
  "repository": "salesforcecli/cli",
198
198
  "scripts": {