@salesforce/cli 2.96.4 → 2.97.1

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
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
25
25
  $ sf COMMAND
26
26
  running command...
27
27
  $ sf (--version|-v)
28
- @salesforce/cli/2.96.4 linux-x64 node-v22.16.0
28
+ @salesforce/cli/2.97.1 linux-x64 node-v22.16.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.96.4",
3
+ "version": "2.97.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.96.4",
9
+ "version": "2.97.1",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
- "@oclif/core": "4.4.0",
14
+ "@oclif/core": "4.4.1",
15
15
  "@oclif/plugin-autocomplete": "3.2.31",
16
16
  "@oclif/plugin-commands": "4.1.26",
17
17
  "@oclif/plugin-help": "6.2.29",
@@ -3615,9 +3615,9 @@
3615
3615
  }
3616
3616
  },
3617
3617
  "node_modules/@oclif/core": {
3618
- "version": "4.4.0",
3619
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.4.0.tgz",
3620
- "integrity": "sha512-wH5g3SLmbRutnr7UzQBSozRFEAZ7U9YGB/wFuBRr0ZghTgv5DE+KQaf6ZtU7iFb9pvkvoVRnT5XheNAtbjRDaQ==",
3618
+ "version": "4.4.1",
3619
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.4.1.tgz",
3620
+ "integrity": "sha512-RYonV4IJZcGAoi3pdo5CPl5hVH1YdtQMEX77TLdgTPVrMmIjbiB0Borfguj/mdDF2TjLXp+Z+RbmLUejuhSYTA==",
3621
3621
  "license": "MIT",
3622
3622
  "dependencies": {
3623
3623
  "ansi-escapes": "^4.3.2",
package/oclif.lock CHANGED
@@ -1587,10 +1587,10 @@
1587
1587
  proc-log "^5.0.0"
1588
1588
  which "^5.0.0"
1589
1589
 
1590
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.8", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2", "@oclif/core@^4.4.0", "@oclif/core@>= 3.0.0", "@oclif/core@4.4.0":
1591
- version "4.4.0"
1592
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.4.0.tgz"
1593
- integrity sha512-wH5g3SLmbRutnr7UzQBSozRFEAZ7U9YGB/wFuBRr0ZghTgv5DE+KQaf6ZtU7iFb9pvkvoVRnT5XheNAtbjRDaQ==
1590
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.8", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2", "@oclif/core@^4.4.0", "@oclif/core@>= 3.0.0", "@oclif/core@4.4.1":
1591
+ version "4.4.1"
1592
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.4.1.tgz"
1593
+ integrity sha512-RYonV4IJZcGAoi3pdo5CPl5hVH1YdtQMEX77TLdgTPVrMmIjbiB0Borfguj/mdDF2TjLXp+Z+RbmLUejuhSYTA==
1594
1594
  dependencies:
1595
1595
  ansi-escapes "^4.3.2"
1596
1596
  ansis "^3.17.0"
@@ -4831,5 +4831,5 @@
4831
4831
  ]
4832
4832
  }
4833
4833
  },
4834
- "version": "2.96.4"
4834
+ "version": "2.97.1"
4835
4835
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.96.4",
4
+ "version": "2.97.1",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -145,7 +145,7 @@
145
145
  },
146
146
  "dependencies": {
147
147
  "@inquirer/select": "^2.3.5",
148
- "@oclif/core": "4.4.0",
148
+ "@oclif/core": "4.4.1",
149
149
  "@oclif/plugin-autocomplete": "3.2.31",
150
150
  "@oclif/plugin-commands": "4.1.26",
151
151
  "@oclif/plugin-help": "6.2.29",