@oclif/plugin-test-cjs-2 0.6.7 → 0.6.8

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
@@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-cjs-2
18
18
  $ cjs2 COMMAND
19
19
  running command...
20
20
  $ cjs2 (--version)
21
- @oclif/plugin-test-cjs-2/0.6.7 linux-x64 node-v18.18.2
21
+ @oclif/plugin-test-cjs-2/0.6.8 linux-x64 node-v20.9.0
22
22
  $ cjs2 --help [COMMAND]
23
23
  USAGE
24
24
  $ cjs2 COMMAND
@@ -44,18 +44,15 @@ USAGE
44
44
  ```
45
45
  USAGE
46
46
  $ cjs2 cjs2 [OPTIONALARG] [DEFAULTARG] [DEFAULTFNARG] [--optionalString <value>] [--defaultString
47
- <value>] [--defaultFnString <value>] [--json]
47
+ <value>] [--defaultFnString <value>]
48
48
 
49
49
  FLAGS
50
50
  --defaultFnString=<value> [default: async fn default]
51
51
  --defaultString=<value> [default: simple string default]
52
52
  --optionalString=<value>
53
-
54
- GLOBAL FLAGS
55
- --json Format output as json.
56
53
  ```
57
54
 
58
- _See code: [src/commands/cjs2.ts](https://github.com/oclif/plugin-test-cjs-2/blob/v0.6.7/src/commands/cjs2.ts)_
55
+ _See code: [src/commands/cjs2.ts](https://github.com/oclif/plugin-test-cjs-2/blob/v0.6.8/src/commands/cjs2.ts)_
59
56
 
60
57
  ## `cjs2 help [COMMANDS]`
61
58
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.6.7",
2
+ "version": "0.6.8",
3
3
  "commands": {
4
4
  "cjs2": {
5
5
  "id": "cjs2",
@@ -25,13 +25,6 @@
25
25
  "type": "option",
26
26
  "multiple": false,
27
27
  "default": "async fn default"
28
- },
29
- "json": {
30
- "name": "json",
31
- "type": "boolean",
32
- "description": "Format output as json.",
33
- "helpGroup": "GLOBAL",
34
- "allowNo": false
35
28
  }
36
29
  },
37
30
  "args": {
@@ -46,7 +39,8 @@
46
39
  "name": "defaultFnArg",
47
40
  "default": "async fn default"
48
41
  }
49
- }
42
+ },
43
+ "enableJsonFlag": true
50
44
  }
51
45
  }
52
46
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-test-cjs-2",
3
- "version": "0.6.7",
3
+ "version": "0.6.8",
4
4
  "description": "Test CJS plugin",
5
5
  "author": "Salesforce",
6
6
  "bin": {
@@ -17,7 +17,7 @@
17
17
  "/oclif.manifest.json"
18
18
  ],
19
19
  "dependencies": {
20
- "@oclif/core": "^3.0.0-beta.13",
20
+ "@oclif/core": "^3.9.1",
21
21
  "@oclif/plugin-help": "^5",
22
22
  "@oclif/plugin-plugins": "^3.9.3"
23
23
  },