@oclif/plugin-test-esbuild 0.5.36 → 0.5.37

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
@@ -17,7 +17,7 @@ $ npm install -g @oclif/plugin-test-esbuild
17
17
  $ bundle COMMAND
18
18
  running command...
19
19
  $ bundle (--version)
20
- @oclif/plugin-test-esbuild/0.5.36 linux-x64 node-v20.17.0
20
+ @oclif/plugin-test-esbuild/0.5.37 linux-x64 node-v20.17.0
21
21
  $ bundle --help [COMMAND]
22
22
  USAGE
23
23
  $ bundle COMMAND
@@ -286,6 +286,7 @@ FLAGS
286
286
 
287
287
  DESCRIPTION
288
288
  Links a plugin into the CLI for development.
289
+
289
290
  Installation of a linked plugin will override a user-installed or core plugin.
290
291
 
291
292
  e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
package/dist/index.js CHANGED
@@ -1157,8 +1157,7 @@ var PluginsLink = class _PluginsLink extends import_core8.Command {
1157
1157
  static args = {
1158
1158
  path: import_core8.Args.string({ default: ".", description: "path to plugin", name: "path", required: true })
1159
1159
  };
1160
- static description = `Links a plugin into the CLI for development.
1161
- Installation of a linked plugin will override a user-installed or core plugin.
1160
+ static description = `Installation of a linked plugin will override a user-installed or core plugin.
1162
1161
 
1163
1162
  e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello' command will override the user-installed or core plugin implementation. This is useful for development work.
1164
1163
  `;
@@ -1172,6 +1171,7 @@ e.g. If you have a user-installed or core plugin that has a 'hello' command, ins
1172
1171
  }),
1173
1172
  verbose: import_core8.Flags.boolean({ char: "v" })
1174
1173
  };
1174
+ static summary = "Links a plugin into the CLI for development.";
1175
1175
  async run() {
1176
1176
  const { args, flags } = await this.parse(_PluginsLink);
1177
1177
  const plugins = new Plugins({
@@ -225,7 +225,7 @@
225
225
  "required": true
226
226
  }
227
227
  },
228
- "description": "Links a plugin into the CLI for development.\nInstallation of a linked plugin will override a user-installed or core plugin.\n\ne.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello' command will override the user-installed or core plugin implementation. This is useful for development work.\n",
228
+ "description": "Installation of a linked plugin will override a user-installed or core plugin.\n\ne.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello' command will override the user-installed or core plugin implementation. This is useful for development work.\n",
229
229
  "examples": [
230
230
  "<%= config.bin %> <%= command.id %> <%- config.pjson.oclif.examplePlugin || \"myplugin\" %> "
231
231
  ],
@@ -257,6 +257,7 @@
257
257
  "pluginName": "@oclif/plugin-test-esbuild",
258
258
  "pluginType": "core",
259
259
  "strict": true,
260
+ "summary": "Links a plugin into the CLI for development.",
260
261
  "enableJsonFlag": false
261
262
  },
262
263
  "plugins:reset": {
@@ -474,5 +475,5 @@
474
475
  "enableJsonFlag": false
475
476
  }
476
477
  },
477
- "version": "0.5.36"
478
+ "version": "0.5.37"
478
479
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-test-esbuild",
3
- "version": "0.5.36",
3
+ "version": "0.5.37",
4
4
  "description": "Bundled plugin for testing",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",
@@ -13,7 +13,7 @@
13
13
  "dependencies": {
14
14
  "@oclif/core": "^4",
15
15
  "@oclif/plugin-test-esm-1": "^0.8.30",
16
- "@oclif/plugin-plugins": "^5.4.10"
16
+ "@oclif/plugin-plugins": "^5.4.12"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@oclif/prettier-config": "^0.2.1",