@salesforce/plugin-info 3.0.12 → 3.0.13

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.12/src/commands/doctor.ts)_
127
+ _See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.13/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.12/src/commands/info/releasenotes/display.ts)_
166
+ _See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.13/src/commands/info/releasenotes/display.ts)_
167
167
 
168
168
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -1097,12 +1097,12 @@
1097
1097
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
1098
1098
  integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
1099
1099
 
1100
- "@salesforce/sf-plugins-core@^5.0.12", "@salesforce/sf-plugins-core@^5.0.8":
1101
- version "5.0.12"
1102
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.12.tgz#f638a8091316b70b4cb981b0847326fd8c32c2f4"
1103
- integrity sha512-2ZuD++T+c0mGmLep0K54ucA3GIjlRWdR0L+oMLlcTYcf6rxEV72D9MMszS3syVabSJeNGrKIgsO3kP9c13PCAQ==
1100
+ "@salesforce/sf-plugins-core@^5.0.13", "@salesforce/sf-plugins-core@^5.0.8":
1101
+ version "5.0.13"
1102
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz#f2941527d66ded5750a6646e146af047ab72acc9"
1103
+ integrity sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==
1104
1104
  dependencies:
1105
- "@oclif/core" "^3.15.0"
1105
+ "@oclif/core" "^3.15.1"
1106
1106
  "@salesforce/core" "^6.4.1"
1107
1107
  "@salesforce/kit" "^3.0.15"
1108
1108
  "@salesforce/ts-types" "^2.0.9"
@@ -163,5 +163,5 @@
163
163
  ]
164
164
  }
165
165
  },
166
- "version": "3.0.12"
166
+ "version": "3.0.13"
167
167
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-info",
3
3
  "description": "Plugin for accessing cli info from the command line",
4
- "version": "3.0.12",
4
+ "version": "3.0.13",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.15.1",
9
9
  "@salesforce/core": "^6.4.0",
10
10
  "@salesforce/kit": "^3.0.15",
11
- "@salesforce/sf-plugins-core": "^5.0.12",
11
+ "@salesforce/sf-plugins-core": "^5.0.13",
12
12
  "got": "^13.0.0",
13
13
  "marked": "^4.3.0",
14
14
  "marked-terminal": "^4.2.0",
@@ -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.12.crt",
225
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.12.sig"
224
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.13.crt",
225
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.13.sig"
226
226
  }
227
227
  }