@salesforce/plugin-info 3.0.23 → 3.0.24

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
@@ -124,7 +124,7 @@ EXAMPLES
124
124
  $ sf doctor --plugin @salesforce/plugin-source
125
125
  ```
126
126
 
127
- _See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.23/src/commands/doctor.ts)_
127
+ _See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.24/src/commands/doctor.ts)_
128
128
 
129
129
  ## `sf info releasenotes display`
130
130
 
@@ -163,6 +163,6 @@ EXAMPLES
163
163
  $ sf info releasenotes display --version latest
164
164
  ```
165
165
 
166
- _See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.23/src/commands/info/releasenotes/display.ts)_
166
+ _See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.24/src/commands/info/releasenotes/display.ts)_
167
167
 
168
168
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -1770,14 +1770,14 @@
1770
1770
  chalk "^4"
1771
1771
  inquirer "^8.2.5"
1772
1772
 
1773
- "@salesforce/sf-plugins-core@^7.1.8":
1774
- version "7.1.8"
1775
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.8.tgz#b7f4a01b1212d7aedb592f49c1fad07fcf942225"
1776
- integrity sha512-5QAcxCQ/YX1hywfKHRIe6RAVsHM27nMUOJlIW9+H2pdJeZbXg1TtMITjv7oQfxmGFlRG2UzgAm5ZfUlrl0IHtQ==
1773
+ "@salesforce/sf-plugins-core@^7.1.9":
1774
+ version "7.1.9"
1775
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.9.tgz#b4ea2005096f2289160cfd4452afb51d53bdefb3"
1776
+ integrity sha512-nyl6Kh1IHbGxcbQSUoJcte3t4fvozaXuHQWkHExIMGKjvSp8fCnx4pra8NZRdg/HnbWWu6eIHV4b/cHdzKWjnQ==
1777
1777
  dependencies:
1778
1778
  "@inquirer/confirm" "^2.0.17"
1779
1779
  "@inquirer/password" "^1.1.16"
1780
- "@oclif/core" "^3.18.2"
1780
+ "@oclif/core" "^3.19.1"
1781
1781
  "@salesforce/core" "^6.5.2"
1782
1782
  "@salesforce/kit" "^3.0.15"
1783
1783
  "@salesforce/ts-types" "^2.0.9"
@@ -161,5 +161,5 @@
161
161
  ]
162
162
  }
163
163
  },
164
- "version": "3.0.23"
164
+ "version": "3.0.24"
165
165
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-info",
3
3
  "description": "Plugin for accessing cli info from the command line",
4
- "version": "3.0.23",
4
+ "version": "3.0.24",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -9,7 +9,7 @@
9
9
  "@oclif/core": "^3.19.1",
10
10
  "@salesforce/core": "^6.5.2",
11
11
  "@salesforce/kit": "^3.0.15",
12
- "@salesforce/sf-plugins-core": "^7.1.8",
12
+ "@salesforce/sf-plugins-core": "^7.1.9",
13
13
  "got": "^13.0.0",
14
14
  "marked": "^4.3.0",
15
15
  "marked-terminal": "^4.2.0",
@@ -223,7 +223,7 @@
223
223
  "exports": "./lib/index.js",
224
224
  "type": "module",
225
225
  "sfdx": {
226
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.23.crt",
227
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.23.sig"
226
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.24.crt",
227
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.24.sig"
228
228
  }
229
229
  }