@oclif/plugin-test-esm-2 0.7.119 → 0.7.120
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 +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-esm-2
|
|
|
18
18
|
$ esm2 COMMAND
|
|
19
19
|
running command...
|
|
20
20
|
$ esm2 (--version)
|
|
21
|
-
@oclif/plugin-test-esm-2/0.7.
|
|
21
|
+
@oclif/plugin-test-esm-2/0.7.120 linux-x64 node-v24.14.1
|
|
22
22
|
$ esm2 --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ esm2 COMMAND
|
|
@@ -56,7 +56,7 @@ GLOBAL FLAGS
|
|
|
56
56
|
--json Format output as json.
|
|
57
57
|
```
|
|
58
58
|
|
|
59
|
-
_See code: [src/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/v0.7.
|
|
59
|
+
_See code: [src/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/v0.7.120/src/commands/esm2.ts)_
|
|
60
60
|
|
|
61
61
|
## `esm2 help [COMMAND]`
|
|
62
62
|
|
package/oclif.manifest.json
CHANGED