@oclif/plugin-test-cjs-1 0.7.0 → 0.7.1

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.7.0 linux-x64 node-v20.13.1
21
+ @oclif/plugin-test-cjs-1/0.7.1 linux-x64 node-v20.14.0
22
22
  $ cjs1 --help [COMMAND]
23
23
  USAGE
24
24
  $ cjs1 COMMAND
@@ -56,7 +56,7 @@ GLOBAL FLAGS
56
56
  --json Format output as json.
57
57
  ```
58
58
 
59
- _See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/v0.7.0/src/commands/cjs1.ts)_
59
+ _See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/v0.7.1/src/commands/cjs1.ts)_
60
60
 
61
61
  ## `cjs1 help [COMMAND]`
62
62
 
@@ -99,7 +99,7 @@ EXAMPLES
99
99
  $ cjs1 plugins
100
100
  ```
101
101
 
102
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.1/src/commands/plugins/index.ts)_
102
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/index.ts)_
103
103
 
104
104
  ## `cjs1 plugins add PLUGIN`
105
105
 
@@ -124,7 +124,7 @@ GLOBAL FLAGS
124
124
  DESCRIPTION
125
125
  Installs a plugin into cjs1.
126
126
 
127
- Uses bundled npm executable to install plugins into /home/runner/.local/share/cjs1
127
+ Uses npm to install plugins.
128
128
 
129
129
  Installation of a user-installed plugin will override a core plugin.
130
130
 
@@ -173,7 +173,7 @@ EXAMPLES
173
173
  $ cjs1 plugins inspect myplugin
174
174
  ```
175
175
 
176
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.1/src/commands/plugins/inspect.ts)_
176
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/inspect.ts)_
177
177
 
178
178
  ## `cjs1 plugins install PLUGIN`
179
179
 
@@ -198,7 +198,7 @@ GLOBAL FLAGS
198
198
  DESCRIPTION
199
199
  Installs a plugin into cjs1.
200
200
 
201
- Uses bundled npm executable to install plugins into /home/runner/.local/share/cjs1
201
+ Uses npm to install plugins.
202
202
 
203
203
  Installation of a user-installed plugin will override a core plugin.
204
204
 
@@ -222,7 +222,7 @@ EXAMPLES
222
222
  $ cjs1 plugins install someuser/someplugin
223
223
  ```
224
224
 
225
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.1/src/commands/plugins/install.ts)_
225
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/install.ts)_
226
226
 
227
227
  ## `cjs1 plugins link PATH`
228
228
 
@@ -252,7 +252,7 @@ EXAMPLES
252
252
  $ cjs1 plugins link myplugin
253
253
  ```
254
254
 
255
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.1/src/commands/plugins/link.ts)_
255
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/link.ts)_
256
256
 
257
257
  ## `cjs1 plugins remove [PLUGIN]`
258
258
 
@@ -293,7 +293,7 @@ FLAGS
293
293
  --reinstall Reinstall all plugins after uninstalling.
294
294
  ```
295
295
 
296
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.1/src/commands/plugins/reset.ts)_
296
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/reset.ts)_
297
297
 
298
298
  ## `cjs1 plugins uninstall [PLUGIN]`
299
299
 
@@ -321,7 +321,7 @@ EXAMPLES
321
321
  $ cjs1 plugins uninstall myplugin
322
322
  ```
323
323
 
324
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.1/src/commands/plugins/uninstall.ts)_
324
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/uninstall.ts)_
325
325
 
326
326
  ## `cjs1 plugins unlink [PLUGIN]`
327
327
 
@@ -365,5 +365,5 @@ DESCRIPTION
365
365
  Update installed plugins.
366
366
  ```
367
367
 
368
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.1/src/commands/plugins/update.ts)_
368
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/update.ts)_
369
369
  <!-- commandsstop -->
@@ -60,5 +60,5 @@
60
60
  ]
61
61
  }
62
62
  },
63
- "version": "0.7.0"
63
+ "version": "0.7.1"
64
64
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-test-cjs-1",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Test CJS plugin",
5
5
  "author": "Salesforce",
6
6
  "bin": {