@oclif/plugin-test-esbuild 0.1.5 → 0.1.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 +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-esbuild
|
|
|
18
18
|
$ bundle COMMAND
|
|
19
19
|
running command...
|
|
20
20
|
$ bundle (--version)
|
|
21
|
-
@oclif/plugin-test-esbuild/0.1.
|
|
21
|
+
@oclif/plugin-test-esbuild/0.1.6 linux-x64 node-v20.11.0
|
|
22
22
|
$ bundle --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ bundle COMMAND
|
|
@@ -137,7 +137,7 @@ EXAMPLES
|
|
|
137
137
|
$ bundle plugins
|
|
138
138
|
```
|
|
139
139
|
|
|
140
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.
|
|
140
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.2/src/commands/plugins/index.ts)_
|
|
141
141
|
|
|
142
142
|
## `bundle plugins:install PLUGIN...`
|
|
143
143
|
|
|
@@ -206,7 +206,7 @@ EXAMPLES
|
|
|
206
206
|
$ bundle plugins inspect myplugin
|
|
207
207
|
```
|
|
208
208
|
|
|
209
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.
|
|
209
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.2/src/commands/plugins/inspect.ts)_
|
|
210
210
|
|
|
211
211
|
## `bundle plugins:install PLUGIN...`
|
|
212
212
|
|
|
@@ -250,7 +250,7 @@ EXAMPLES
|
|
|
250
250
|
$ bundle plugins install someuser/someplugin
|
|
251
251
|
```
|
|
252
252
|
|
|
253
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.
|
|
253
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.2/src/commands/plugins/install.ts)_
|
|
254
254
|
|
|
255
255
|
## `bundle plugins:link PLUGIN`
|
|
256
256
|
|
|
@@ -280,7 +280,7 @@ EXAMPLES
|
|
|
280
280
|
$ bundle plugins link myplugin
|
|
281
281
|
```
|
|
282
282
|
|
|
283
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.
|
|
283
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.2/src/commands/plugins/link.ts)_
|
|
284
284
|
|
|
285
285
|
## `bundle plugins:uninstall PLUGIN...`
|
|
286
286
|
|
|
@@ -321,7 +321,7 @@ FLAGS
|
|
|
321
321
|
--reinstall Reinstall all plugins after uninstalling.
|
|
322
322
|
```
|
|
323
323
|
|
|
324
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.
|
|
324
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.2/src/commands/plugins/reset.ts)_
|
|
325
325
|
|
|
326
326
|
## `bundle plugins:uninstall PLUGIN...`
|
|
327
327
|
|
|
@@ -349,7 +349,7 @@ EXAMPLES
|
|
|
349
349
|
$ bundle plugins uninstall myplugin
|
|
350
350
|
```
|
|
351
351
|
|
|
352
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.
|
|
352
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.2/src/commands/plugins/uninstall.ts)_
|
|
353
353
|
|
|
354
354
|
## `bundle plugins:uninstall PLUGIN...`
|
|
355
355
|
|
|
@@ -393,5 +393,5 @@ DESCRIPTION
|
|
|
393
393
|
Update installed plugins.
|
|
394
394
|
```
|
|
395
395
|
|
|
396
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.
|
|
396
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.2/src/commands/plugins/update.ts)_
|
|
397
397
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-test-esbuild",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Bundled plugin for testing",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-test-esbuild/issues",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"eslint-config-prettier": "^9.1.0",
|
|
30
30
|
"mocha": "^10",
|
|
31
31
|
"oclif": "4.4.13-dev.0",
|
|
32
|
-
"shx": "^0.3.
|
|
32
|
+
"shx": "^0.3.4",
|
|
33
33
|
"ts-node": "^10.9.2",
|
|
34
34
|
"typescript": "^5"
|
|
35
35
|
},
|