@oclif/core 2.11.9 → 2.11.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.
@@ -135,6 +135,7 @@ export interface Config {
135
135
  s3Url(key: string): string;
136
136
  s3Key(type: 'versioned' | 'unversioned', ext: '.tar.gz' | '.tar.xz', options?: Config.s3Key.Options): string;
137
137
  s3Key(type: keyof PJSON.S3.Templates, options?: Config.s3Key.Options): string;
138
+ getPluginsList(): Plugin[];
138
139
  }
139
140
  export declare namespace Config {
140
141
  namespace s3Key {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oclif/core",
3
3
  "description": "base library for oclif CLIs",
4
- "version": "2.11.9",
4
+ "version": "2.11.10",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/core/issues",
7
7
  "dependencies": {