@oclif/plugin-test-esm-1 0.8.105 → 0.8.106
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 -3
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,7 +4,6 @@ oclif-hello-world
|
|
|
4
4
|
oclif example Hello World CLI
|
|
5
5
|
|
|
6
6
|
[](https://oclif.io)
|
|
7
|
-
[](https://circleci.com/gh/oclif/hello-world/tree/main)
|
|
8
7
|
[](https://github.com/oclif/hello-world/blob/main/LICENSE)
|
|
9
8
|
|
|
10
9
|
<!-- toc -->
|
|
@@ -18,7 +17,7 @@ $ npm install -g @oclif/plugin-test-esm-1
|
|
|
18
17
|
$ esm1 COMMAND
|
|
19
18
|
running command...
|
|
20
19
|
$ esm1 (--version)
|
|
21
|
-
@oclif/plugin-test-esm-1/0.8.
|
|
20
|
+
@oclif/plugin-test-esm-1/0.8.106 linux-x64 node-v24.14.0
|
|
22
21
|
$ esm1 --help [COMMAND]
|
|
23
22
|
USAGE
|
|
24
23
|
$ esm1 COMMAND
|
|
@@ -56,7 +55,7 @@ GLOBAL FLAGS
|
|
|
56
55
|
--json Format output as json.
|
|
57
56
|
```
|
|
58
57
|
|
|
59
|
-
_See code: [src/commands/esm1.ts](https://github.com/oclif/plugin-test-esm-1/blob/v0.8.
|
|
58
|
+
_See code: [src/commands/esm1.ts](https://github.com/oclif/plugin-test-esm-1/blob/v0.8.106/src/commands/esm1.ts)_
|
|
60
59
|
|
|
61
60
|
## `esm1 help [COMMAND]`
|
|
62
61
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-test-esm-1",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.106",
|
|
4
4
|
"description": "Test ESM plugin",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"@types/mocha": "^10.0.10",
|
|
29
29
|
"@types/node": "^16.18.126",
|
|
30
30
|
"chai": "^4",
|
|
31
|
-
"eslint": "^9.39.
|
|
32
|
-
"eslint-config-oclif": "^6.0.
|
|
31
|
+
"eslint": "^9.39.3",
|
|
32
|
+
"eslint-config-oclif": "^6.0.140",
|
|
33
33
|
"eslint-config-prettier": "^10.1.8",
|
|
34
34
|
"mocha": "^10",
|
|
35
35
|
"oclif": "^4",
|