@oclif/plugin-test-cjs-1 0.6.7 → 0.6.9

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-1
18
18
  $ cjs1 COMMAND
19
19
  running command...
20
20
  $ cjs1 (--version)
21
- @oclif/plugin-test-cjs-1/0.6.7 linux-x64 node-v20.9.0
21
+ @oclif/plugin-test-cjs-1/0.6.9 linux-x64 node-v20.9.0
22
22
  $ cjs1 --help [COMMAND]
23
23
  USAGE
24
24
  $ cjs1 COMMAND
@@ -52,7 +52,7 @@ FLAGS
52
52
  --optionalString=<value>
53
53
  ```
54
54
 
55
- _See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/v0.6.7/src/commands/cjs1.ts)_
55
+ _See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/v0.6.9/src/commands/cjs1.ts)_
56
56
 
57
57
  ## `cjs1 help [COMMANDS]`
58
58
 
@@ -95,7 +95,7 @@ EXAMPLES
95
95
  $ cjs1 plugins
96
96
  ```
97
97
 
98
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.3/src/commands/plugins/index.ts)_
98
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/index.ts)_
99
99
 
100
100
  ## `cjs1 plugins:install PLUGIN...`
101
101
 
@@ -160,7 +160,7 @@ EXAMPLES
160
160
  $ cjs1 plugins:inspect myplugin
161
161
  ```
162
162
 
163
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.3/src/commands/plugins/inspect.ts)_
163
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/inspect.ts)_
164
164
 
165
165
  ## `cjs1 plugins:install PLUGIN...`
166
166
 
@@ -200,7 +200,7 @@ EXAMPLES
200
200
  $ cjs1 plugins:install someuser/someplugin
201
201
  ```
202
202
 
203
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.3/src/commands/plugins/install.ts)_
203
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/install.ts)_
204
204
 
205
205
  ## `cjs1 plugins:link PLUGIN`
206
206
 
@@ -230,7 +230,7 @@ EXAMPLES
230
230
  $ cjs1 plugins:link myplugin
231
231
  ```
232
232
 
233
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.3/src/commands/plugins/link.ts)_
233
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/link.ts)_
234
234
 
235
235
  ## `cjs1 plugins:uninstall PLUGIN...`
236
236
 
@@ -278,7 +278,7 @@ ALIASES
278
278
  $ cjs1 plugins remove
279
279
  ```
280
280
 
281
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.3/src/commands/plugins/uninstall.ts)_
281
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/uninstall.ts)_
282
282
 
283
283
  ## `cjs1 plugins:uninstall PLUGIN...`
284
284
 
@@ -319,5 +319,5 @@ DESCRIPTION
319
319
  Update installed plugins.
320
320
  ```
321
321
 
322
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.3/src/commands/plugins/update.ts)_
322
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/update.ts)_
323
323
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.6.7",
2
+ "version": "0.6.9",
3
3
  "commands": {
4
4
  "cjs1": {
5
5
  "id": "cjs1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-test-cjs-1",
3
- "version": "0.6.7",
3
+ "version": "0.6.9",
4
4
  "description": "Test CJS plugin",
5
5
  "author": "Salesforce",
6
6
  "bin": {
@@ -17,15 +17,15 @@
17
17
  "/oclif.manifest.json"
18
18
  ],
19
19
  "dependencies": {
20
- "@oclif/core": "^3.9.1",
20
+ "@oclif/core": "^3.10.1",
21
21
  "@oclif/plugin-help": "^5",
22
- "@oclif/plugin-plugins": "^3.9.3"
22
+ "@oclif/plugin-plugins": "^3.9.4"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@oclif/test": "^2.5.6",
26
26
  "@types/chai": "^4",
27
27
  "@types/mocha": "^9.0.0",
28
- "@types/node": "^16.18.59",
28
+ "@types/node": "^16.18.60",
29
29
  "chai": "^4",
30
30
  "eslint": "^7",
31
31
  "eslint-config-oclif": "^4",