@oclif/plugin-test-esbuild 0.5.1 → 0.5.2

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.1 linux-x64 node-v20.14.0
20
+ @oclif/plugin-test-esbuild/0.5.2 linux-x64 node-v20.14.0
21
21
  $ bundle --help [COMMAND]
22
22
  USAGE
23
23
  $ bundle COMMAND
@@ -172,7 +172,7 @@ GLOBAL FLAGS
172
172
  DESCRIPTION
173
173
  Installs a plugin into bundle.
174
174
 
175
- Uses bundled npm executable to install plugins into /home/runner/.local/share/bundle
175
+ Uses npm to install plugins.
176
176
 
177
177
  Installation of a user-installed plugin will override a core plugin.
178
178
 
@@ -244,7 +244,7 @@ GLOBAL FLAGS
244
244
  DESCRIPTION
245
245
  Installs a plugin into bundle.
246
246
 
247
- Uses bundled npm executable to install plugins into /home/runner/.local/share/bundle
247
+ Uses npm to install plugins.
248
248
 
249
249
  Installation of a user-installed plugin will override a core plugin.
250
250
 
package/dist/index.js CHANGED
@@ -987,7 +987,7 @@ var PluginsInstall = class _PluginsInstall extends import_core7.Command {
987
987
  static args = {
988
988
  plugin: import_core7.Args.string({ description: "Plugin to install.", required: true })
989
989
  };
990
- static description = `Uses bundled npm executable to install plugins into <%= config.dataDir %>
990
+ static description = `Uses npm to install plugins.
991
991
 
992
992
  Installation of a user-installed plugin will override a core plugin.
993
993
 
@@ -141,7 +141,7 @@
141
141
  "required": true
142
142
  }
143
143
  },
144
- "description": "Uses bundled npm executable to install plugins into <%= config.dataDir %>\n\nInstallation of a user-installed plugin will override a core plugin.\n\nUse the <%= config.scopedEnvVarKey('NPM_LOG_LEVEL') %> environment variable to set the npm loglevel.\nUse the <%= config.scopedEnvVarKey('NPM_REGISTRY') %> environment variable to set the npm registry.",
144
+ "description": "Uses npm to install plugins.\n\nInstallation of a user-installed plugin will override a core plugin.\n\nUse the <%= config.scopedEnvVarKey('NPM_LOG_LEVEL') %> environment variable to set the npm loglevel.\nUse the <%= config.scopedEnvVarKey('NPM_REGISTRY') %> environment variable to set the npm registry.",
145
145
  "examples": [
146
146
  {
147
147
  "command": "<%= config.bin %> <%= command.id %> <%- config.pjson.oclif.examplePlugin || \"myplugin\" %> ",
@@ -474,5 +474,5 @@
474
474
  "enableJsonFlag": false
475
475
  }
476
476
  },
477
- "version": "0.5.1"
477
+ "version": "0.5.2"
478
478
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-test-esbuild",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
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.0",
16
- "@oclif/plugin-plugins": "^5.2.2"
16
+ "@oclif/plugin-plugins": "^5.2.3"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@oclif/prettier-config": "^0.2.1",