@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 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.2 linux-x64 node-v20.11.0
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.12/src/commands/help.ts)_
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
 
@@ -121,5 +121,5 @@
121
121
  "enableJsonFlag": false
122
122
  }
123
123
  },
124
- "version": "0.2.2"
124
+ "version": "0.2.4"
125
125
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-test-esbuild",
3
- "version": "0.2.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.0",
25
+ "esbuild": "^0.20.1",
26
26
  "eslint": "^8.56.0",
27
27
  "eslint-config-oclif": "^5",
28
28
  "eslint-config-oclif-typescript": "^3",