@oclif/plugin-test-cjs-1 0.6.5 → 0.6.6

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.5 linux-x64 node-v18.18.0
21
+ @oclif/plugin-test-cjs-1/0.6.6 linux-x64 node-v18.18.2
22
22
  $ cjs1 --help [COMMAND]
23
23
  USAGE
24
24
  $ cjs1 COMMAND
@@ -55,7 +55,7 @@ GLOBAL FLAGS
55
55
  --json Format output as json.
56
56
  ```
57
57
 
58
- _See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/v0.6.5/src/commands/cjs1.ts)_
58
+ _See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/v0.6.6/src/commands/cjs1.ts)_
59
59
 
60
60
  ## `cjs1 help [COMMANDS]`
61
61
 
@@ -98,7 +98,7 @@ EXAMPLES
98
98
  $ cjs1 plugins
99
99
  ```
100
100
 
101
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.1/src/commands/plugins/index.ts)_
101
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.3/src/commands/plugins/index.ts)_
102
102
 
103
103
  ## `cjs1 plugins:install PLUGIN...`
104
104
 
@@ -163,7 +163,7 @@ EXAMPLES
163
163
  $ cjs1 plugins:inspect myplugin
164
164
  ```
165
165
 
166
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.1/src/commands/plugins/inspect.ts)_
166
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.3/src/commands/plugins/inspect.ts)_
167
167
 
168
168
  ## `cjs1 plugins:install PLUGIN...`
169
169
 
@@ -203,7 +203,7 @@ EXAMPLES
203
203
  $ cjs1 plugins:install someuser/someplugin
204
204
  ```
205
205
 
206
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.1/src/commands/plugins/install.ts)_
206
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.3/src/commands/plugins/install.ts)_
207
207
 
208
208
  ## `cjs1 plugins:link PLUGIN`
209
209
 
@@ -233,7 +233,7 @@ EXAMPLES
233
233
  $ cjs1 plugins:link myplugin
234
234
  ```
235
235
 
236
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.1/src/commands/plugins/link.ts)_
236
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.3/src/commands/plugins/link.ts)_
237
237
 
238
238
  ## `cjs1 plugins:uninstall PLUGIN...`
239
239
 
@@ -281,7 +281,7 @@ ALIASES
281
281
  $ cjs1 plugins remove
282
282
  ```
283
283
 
284
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.1/src/commands/plugins/uninstall.ts)_
284
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.3/src/commands/plugins/uninstall.ts)_
285
285
 
286
286
  ## `cjs1 plugins:uninstall PLUGIN...`
287
287
 
@@ -322,5 +322,5 @@ DESCRIPTION
322
322
  Update installed plugins.
323
323
  ```
324
324
 
325
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.1/src/commands/plugins/update.ts)_
325
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.3/src/commands/plugins/update.ts)_
326
326
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.6.5",
2
+ "version": "0.6.6",
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.5",
3
+ "version": "0.6.6",
4
4
  "description": "Test CJS plugin",
5
5
  "author": "Salesforce",
6
6
  "bin": {
@@ -19,13 +19,13 @@
19
19
  "dependencies": {
20
20
  "@oclif/core": "^3.0.0-beta.13",
21
21
  "@oclif/plugin-help": "^5",
22
- "@oclif/plugin-plugins": "^3.9.1"
22
+ "@oclif/plugin-plugins": "^3.9.3"
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.58",
28
+ "@types/node": "^16.18.59",
29
29
  "chai": "^4",
30
30
  "eslint": "^7",
31
31
  "eslint-config-oclif": "^4",