@oclif/plugin-test-esbuild 0.4.20 → 0.4.21

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.4.20 linux-x64 node-v20.13.1
20
+ @oclif/plugin-test-esbuild/0.4.21 linux-x64 node-v20.13.1
21
21
  $ bundle --help [COMMAND]
22
22
  USAGE
23
23
  $ bundle COMMAND
package/dist/index.js CHANGED
@@ -2947,7 +2947,7 @@ var Plugins = class {
2947
2947
  const url = name;
2948
2948
  const output = await this.npm.install([...args, url], options);
2949
2949
  const { dependencies } = await this.pjson();
2950
- const { default: npa } = await import("./npa-MG6WRKUV.js");
2950
+ const { default: npa } = await import("./npa-FUCICWXG.js");
2951
2951
  const normalizedUrl = npa(url);
2952
2952
  const matches = Object.entries(dependencies ?? {}).find(([, u]) => {
2953
2953
  const normalized = npa(u);