@oclif/plugin-test-esbuild 0.2.2 → 0.2.4
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 +2 -2
- 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.2.
|
|
21
|
+
@oclif/plugin-test-esbuild/0.2.4 linux-x64 node-v20.11.1
|
|
22
22
|
$ bundle --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ bundle COMMAND
|
|
@@ -131,7 +131,7 @@ DESCRIPTION
|
|
|
131
131
|
Display help for bundle.
|
|
132
132
|
```
|
|
133
133
|
|
|
134
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.0.
|
|
134
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.0.14/src/commands/help.ts)_
|
|
135
135
|
|
|
136
136
|
## `bundle plugins`
|
|
137
137
|
|
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.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "Bundled plugin for testing",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-test-esbuild/issues",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@types/mocha": "^9.0.0",
|
|
23
23
|
"@types/node": "^18",
|
|
24
24
|
"chai": "^4",
|
|
25
|
-
"esbuild": "^0.20.
|
|
25
|
+
"esbuild": "^0.20.1",
|
|
26
26
|
"eslint": "^8.56.0",
|
|
27
27
|
"eslint-config-oclif": "^5",
|
|
28
28
|
"eslint-config-oclif-typescript": "^3",
|