@salesforce/plugin-info 3.0.9 → 3.0.10

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.9/src/commands/doctor.ts)_
127
+ _See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.10/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.9/src/commands/info/releasenotes/display.ts)_
166
+ _See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.10/src/commands/info/releasenotes/display.ts)_
167
167
 
168
168
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -784,10 +784,10 @@
784
784
  wordwrap "^1.0.0"
785
785
  wrap-ansi "^7.0.0"
786
786
 
787
- "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.12.0", "@oclif/core@^3.13.1", "@oclif/core@^3.14.1", "@oclif/core@^3.3.1":
788
- version "3.14.1"
789
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.14.1.tgz#634fc96124068e47b720d62f3b278d818a07495e"
790
- integrity sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==
787
+ "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.12.0", "@oclif/core@^3.14.1", "@oclif/core@^3.15.0", "@oclif/core@^3.3.1":
788
+ version "3.15.0"
789
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.0.tgz#28405012137fa92efcc5a2c4d61336dd64c697cb"
790
+ integrity sha512-A1EVh4gv7mqAJ9OGVxLugaLcHvQnGwvOnPToP8OT9AldJ0LwVExOwhhlnOstYca33MIpGH00twYxWMS5nxMuDQ==
791
791
  dependencies:
792
792
  ansi-escapes "^4.3.2"
793
793
  ansi-styles "^4.3.0"
@@ -6166,10 +6166,10 @@ object.values@^1.1.7:
6166
6166
  define-properties "^1.2.0"
6167
6167
  es-abstract "^1.22.1"
6168
6168
 
6169
- oclif@^4.0.4:
6170
- version "4.0.4"
6171
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.4.tgz#ee05d5339fa1aad8fb6a303e53f4618feba86a5e"
6172
- integrity sha512-2rebdu1Ow9/TRolMI7s1IsJmKH7RpwlBzIKZFtE8eFiDmGenX6GEsWaxSEtgMXmzCSSQ1DbCRDv0hwcwVGIJuA==
6169
+ oclif@^4.1.0:
6170
+ version "4.1.0"
6171
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.0.tgz#486004caf6da8af9f5bdda681a616b5b2c180b45"
6172
+ integrity sha512-4E6z1HOdUYXHu/cbbSv0gnbFJfR9BGc9Oa+e9l8SkRoicGnrEPMpuZyY2vxWPGwMndN6ijxxuFlVmw1/j+MJpg==
6173
6173
  dependencies:
6174
6174
  "@oclif/core" "^3.0.4"
6175
6175
  "@oclif/plugin-help" "^5.2.14"
@@ -163,5 +163,5 @@
163
163
  ]
164
164
  }
165
165
  },
166
- "version": "3.0.9"
166
+ "version": "3.0.10"
167
167
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-info",
3
3
  "description": "Plugin for accessing cli info from the command line",
4
- "version": "3.0.9",
4
+ "version": "3.0.10",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.13.1",
8
+ "@oclif/core": "^3.15.0",
9
9
  "@salesforce/core": "^6.4.0",
10
10
  "@salesforce/kit": "^3.0.15",
11
11
  "@salesforce/sf-plugins-core": "^5.0.10",
@@ -28,7 +28,7 @@
28
28
  "@types/semver": "^7.5.6",
29
29
  "@types/sinon-chai": "^3.2.12",
30
30
  "eslint-plugin-sf-plugin": "^1.16.15",
31
- "oclif": "^4.0.4",
31
+ "oclif": "^4.1.0",
32
32
  "shx": "0.3.4",
33
33
  "sinon-chai": "^3.7.0",
34
34
  "typescript": "^5.2.2"
@@ -221,7 +221,7 @@
221
221
  "exports": "./lib/index.js",
222
222
  "type": "module",
223
223
  "sfdx": {
224
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.9.crt",
225
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.9.sig"
224
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.10.crt",
225
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.10.sig"
226
226
  }
227
227
  }