@oclif/plugin-test-esbuild 0.4.6 → 0.4.7

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.4.6 linux-x64 node-v20.11.1
21
+ @oclif/plugin-test-esbuild/0.4.7 linux-x64 node-v20.11.1
22
22
  $ bundle --help [COMMAND]
23
23
  USAGE
24
24
  $ bundle COMMAND
@@ -467,5 +467,5 @@
467
467
  "enableJsonFlag": false
468
468
  }
469
469
  },
470
- "version": "0.4.6"
470
+ "version": "0.4.7"
471
471
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-test-esbuild",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "Bundled plugin for testing",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "@oclif/core": "^3.25.2",
15
- "@oclif/plugin-test-esm-1": "^0.7.3",
15
+ "@oclif/plugin-test-esm-1": "^0.7.6",
16
16
  "@oclif/plugin-plugins": "^4.3.6"
17
17
  },
18
18
  "devDependencies": {