@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 +1 -1
- package/dist/index.js +1 -1
- package/dist/{npa-MG6WRKUV.js → npa-FUCICWXG.js} +99 -2200
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
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
|
+
@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-
|
|
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);
|